Documentum
The Documentum Developer Community is the learning and networking resource for application developers building content management, case management, and business process management applications on Documentum platforms. This include developer topics for: D2, Webtop and xCP (Documentum xCelerated Composition Platform)
-
Content Server REST API for adding attributes to category
Dear All, I have used api/v1/nodes POST (body - type=131, parent_id and name) for creating a Category node. Please suggest REST API (or approach) that can be used for adding attributes to the Category.
-
Webtop url http://localhost:8080/webtop display error "Exception Occurred: Contact Administrator"
First time deploying WebTop 16.4 on tomcat and it displaying "Exception Occurred: Contact Administrator" on the page. Has anyone seen this before and what is the resolution?
-
DA中搜索二个文件同时显示为最新版但实际文件正常
搜索“SOP-00000039”仍显示为最新版(CURRENT) 但实际文件没有问题 这个有什么解决思路吗?谢谢!!!
-
DCTM REST authentication via SSO
Has anyone managed to get DCTM REST working via SSO authentication? i.e. a small web app which uses DCTM REST via SSO authentication (SAML, Kerberos, OTDS or any other method). I've got BASIC auth working. Any help, example, documentation or a point in the right direction would be much appreciated. Many thanks
-
How to restore a deleted workflow on a document?
Hello, I have executed the below api to destroy the workflow but I want to know how I can restore the workflow back on the document: destroy,c,<workflow_id> Is there any api used to restore a deleted workflow? Any help is much appreciated. Thank you.
-
AppXtender REST API POST Error while uploading document
Hi , Anyone has experience with Axdoc, I am trying to upload a doc but its giving me error if you can share postman call that would be good
-
Issue in invoking the DFS 7.3 custom service
Hi Team, I had developed the custom service in DFS 7.3 and I am getting below error while deploying it on Documentum 7.3 environment: com.emc.documentum.fs.rt.ServiceInvocationException: Service "com.emc.documentum.fs.services.core.ObjectService" is not available at url:…
-
ERROR while Building DFS Custom Services in composer
hi , When i am building DFS Custom Services in composer i am getting the error: I checked my java version, it is 1.5 . I think i am missing some files while building the services. please give any suggestion to solve this error. The ERROR i am getting is as follows : Buildfile:…
-
Can I install Documentum Server 23.2 on a Linux Server without a desktop environment?
I am trying to install Documentum Server 23.2 on a Linux Server without a desktop environment. I am accessing the server via SSH. My goal was to use the slient option for installation and configuration but I am receiving error messages which I am interpreting as InstallAnywhere having problems in my environment.
-
Could not initialize class com.documentum.fc.common.DfLogger
Hi Team, we are using 21.4 dfc along with spring boot, during IDF session creation it's throwing NoClassDefFoundError. when I create seperate java project and try to execute below code it's not throwing any exception. spring project some jar conflicting with dfc.jar , is there any way to figure out which jars causing…
-
Documentum Upgrade
We have a requirement to upgrade Documentum from version 7.0 to 23.2. Please let me know the upgrade path and steps. Is it possible to upgrade directly from version 7.0 to 23.2. Please guide.
-
How to pass performer dynamically while initiating workflow / completing manual activity using DFC?
I've developed a process (workflow template) within Documentum Workflow Designer. This process includes three manual activities, and for each activity, the performers are configured with the "Previous Activity Performer to Choose at Runtime" option. I'm utilizing the following code to initiate the workflow and successfully…
-
DMS: retention of the HISTORY tab
I would like to know if the retention of the HISTORY tab is configurable or a default setting predetermined by the system? Could someone please provide guidance on how to determine and modify the retention settings related to HISTORY tab. Additionally, any insights into best practices for managing data retention within the…
-
Ingestion Multiple SIP files
Can anyone provide sample IAShell script to ingest multiple SIP files at a single go.
-
Getting error while configuring DA 23.2 with JDK 17
Hi, We are getting below error while configuring DA 23.2 on apache tomcat 9.0.80 version. 15:31:07,673 ERROR [main] com.documentum.fc.client.security.impl.IdentityManager - [DFC_SECURITY_IDENTITY_INIT] no identity initialization or incomplete identity initialization java.lang.IllegalStateException: Error creating…
-
How to update repeating attribute thru DFS services
Hi, I want to update repeating attributes thru DFS service code. How to achieve this? Can someone guide me?
-
com.documentum.fc.client.security.impl.util.ClassContextFetcher - Static initialization for determin
I'm attempting to create a Document object and include its content, but I'm encountering the following error. Below is the code snippet for reference. byte[] decodedBytes = Base64.getDecoder().decode(base64Document); ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();…
-
How to show the latest document version which the user can see without showing all the previous vers
Hi people, I have a requirement where I need to show the latest version the user can see, without showing "all versions". Example: The user John cannot see the document on version 1.0 and 2.0 (CURRENT), but he has read permission on 1.1, 1.2 and 1.3. When he does the search or navigate through the folders, he doesn't see…
-
AppXtender - Copy file from location to another
I am attempting to download a document using SOAP API version 16.6. I have the documents in one folder and am attempting to download a document and create it in a different folder. I am using Java. Are there any examples on how to do this? I am unable to get the download to work.
-
DFC (or DFC PIA) will be deprecated?
Hi I found that the following sentence “DFC version 7.0 and later no longer support direct calls from the COM Interface” in the DFC Development Guide. Does it mean that DFC PIA(Documentum.Interop.DFC.dll) are deprecated and so cannot use DFC in NET/Windows world? (I know this still work fine at the latest Documentum) If…