-
Issue with Content Transfer
Hi, My company is using Opentext Documentum 1.0.8. We recently move from Oracle to OpenJDK. However I have 2 machine that is encountering issue with Content Transfer. It is showing a blank screen instead of a loading progress bar. The rest of the machines are doing well except for this 2 machine. I have reinstalled the…
-
How to resolve E_CONTENT_SOURCE_IS_MANDATORY error
Hi All, I am getting the error E_CONTENT_SOURCE_IS_MANDATORY when we try to create an object instance using the Documentum xCP web application. Application is developed using the xCP Designer version 23.2. Help to find the reason for the error and resolve it.
-
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
-
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:…
-
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…
-
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();…