-
What permission/configuration is needed for fetching documents using DFS?
G'day, I am fetching documents by object ID using the DFS code snippet below. On one of our servers (TEST) it works fine but on (PROD) the request blocks indefinitely - no error - just doesn't return. Is there some permission or configuration that must be enabled on PROD for this to work? Thanks, Chris. ---- final…
-
Windows VMware containing Documentum content server 7.1
Hello everyone, Does anyone know a link from which i can download a Windows VMware containing Documentum content server 7.1 ? Thank you very much in advance for your help. Best regards, Amine
-
Correct link for xCP 2.2 app
Hi guys, I need to know which is correct link or if there is any differences between these 2 links: http://<server>:<port>/<app_name> and http://<server>:<port>/<app_name>/signin.jsp I ask because we encounter some issues when users access 2nd link - some of them aren't recognized. Thx all, Dan.
-
how set vertion_label of a component in virtual document with DFS
Hi all. I'm trying to create virtual document with DFS and I need to explicitly set the version of a component. How can i do this with DFS? I'm trying to do it like this public void createVD(){ ObjectIdentity identity = new ObjectIdentity(); identity.setRepositoryName("repo"); DataObject packO = new DataObject();…