-
ACS Error
Hello Experts, Our docbase throwing error while starting ACS server. 012-04-11 16:11:12,300 INFO [STDOUT] ERROR: Error starting file:/C:/Documentum/jboss4.3.0/server/DctmServer_MethodServer/deploy/acs.ear/APP-INF/lib/Web.jar (org.osgi.framework.BundleException: Activator start error in bundle web [4].) 2012-04-11…
-
How to force auto-search for newly created object in D2
I have a defined work space in D2 that includes a BrowserWidget (for navigating folders), a DocListWidget that shows the contents of the currently selected folder, and a Search component to look for folders. When navigating the folder structure, if a top-level folder is selected, the subfolders within it are shown in the…
-
Importing files in Documentum using a standalone code not working
Hi all, I am trying to create a standalone application where I can import files in documentum server. But I am getting the following error.Kindly help to rectify it. public class LocalToDocumentum { IDfSysObject sysObject = null; static IDfSession idfSession = null; static IDfSessionManager sessMgr = null; public…