-
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();…