-
How to get actual directory path where the Documentum documents are stored in the server
How can I obtain the actual directory path where the Documentum documents are stored on the server? Additionally, how can I retrieve the Document Object ID? I have a script provided by the previous employee who managed the Document Management System (DMS). However, when I attempted to execute the script in the DMS…
-
Unsupported major.minor version 52.0 in dfc code
Hi, We are getting below error message while uploading documents in repo using the dfc 7.2 code. Exception in thread "main" java.lang.UnsupportedClassVersionError: com/documentum/mailapp/operations/inbound/DfSeparateAttachments : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at…
-
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();…
-
Authentication Failed for user logging into D2
Hi all, After performing an upgrade of Documentum, migrated the db, ldap and .cnt files over. However I am still facing this issue whereby previously the user is able to login but now they can't. This is the error that I am currently facing. Please do response if anyone knows the solutions for this. Thank you in advance.
-
Re-indexing issue
Hi, I am doing re-indexing in the IndexAgent and we have configured the filters. However, when check the logs it says ignore configured filters. Does anyone know the answer to this? Please help. Thank you in advance.
-
getting error 'uncaught syntaxerror: invalid or unexpected token' in WEBTOP 6.8
Hi We are using webtop 6.8 app version and Documentum 7.3. While posting a document one of the metadata field 'vendor name' which VLOOKUP value, while we click on it no dropdown values are coming. We have validated logs but not found single error, while inspecting the element in Developer tools in browser getting error…