-
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…
-
Getting the D2 war without "installing" D2
Hi all, Is there a way to get the D2 war without having to actually running the installer? Cheers Alain