-
invalid redirect URI when accessing LB URL
Hi All, There is a load balanced URL for the ERSRecords Records Client (similar to webtop) application. in our UAT environment, we have integrated OTDS with ERSRecords application. When accessing the LB URL https://intranet-ers-uat.mch.com.rm/ersrecords. It redirects to…
-
can a OTDS user connect to SAML 2.0 ID Broker after LDAP authentication
Hi We are integrating Documentum and OTDS. We are not using Azure AD. The users and groups will be provisioned from LDAP into a synchronized partition in OTDS. Normal users will be using username/password. Admin users need to do 2FA to gain access to Webtop and DA. We are having Red Hat SSO as a SAML 2.0 ID Broker, which…
-
Unable to update the security template for existing document in D2
Hi Team, I have created a new security template and configured against a context. When i create a new document or checkin existing document the new security template is applied against the document but for existing document if run the d2core method its not taking effort. So pls help me to update the security template of…
-
How to upgrade DFS 7.2 to DFS 23.2
Hi, We have written custom DFS 7.2 code and we want to upgrade it to DFS 23.2. How do I start upgrading? Kindly help me with this.
-
MIGRATE_CONTENT on SHAREABLE documents
Hello, We need to migrate content from file store to ECS for SHAREABLE documents. Since the documents are multi pages with different content, is there any known way to do this, exemple: EXECUTE MIGRATE_CONTENT FOR '{{objectId}}' WITH target_store= '{{targetstore}}' is it sufficient or should we do this for each page number
-
How we can retrieve the dftxml file
Hi, When we upload a document to content server, it will convert to dftxml file for indexing. We need to get the the dftxml file of the document so we can get the text content of pdf/word etc documents. Can you please help to get this done. Regards, Sagar
-
OTDS User sync to Documentum - Create default cabinet for user using user_login_name
We're about to start using OTDS to sync users from AD to Documentum (instead of the LDAP job). We need a cabinet created for each user, however in OTDS settings: If we use the User Attribute Mappings > create_default_cabinet = T, the cabinet is created with the user_name (and dm_cabinet.is_private = TRUE) We need the…
-
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…
-
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.
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…