Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Uploading Large Files (5–10 GB) to Documentum via REST – Chunked Upload Support?
Hi Team, Has anyone successfully uploaded a large file (around 5–10 GB) to Documentum using the REST API? If yes, could you please share the approach you used — specifically: Which REST endpoints were involved? What did the request body look like? Were there any required headers or configurations? Also, is there a way to…
-
D2CheckinService plugin not used by Smartview
Hi there, I created a plugin using the D2 Smartview SDK In this plugin, I extend 2 services. For that I have 2 classes: class D2CheckinServicePlugin extends com.emc.d2fs.dctm.web.services.checkin.D2CheckinService and implements com.emc.d2fs.dctm.web.services.ID2fsPlugin class D2CheckoutServicePlugin extends…
-
Secondary Documentum content server - confguration
This is regarding setting up new secondary documentum content server where the primary server is shut down and currently 2 secondary are running Primary (P1) two secondary boxes(S1,S2) If I install new secondary content server instance, cfs confguration →what would be the primary content server as its offline and I know…
-
How to combine multiple content servers into one single content server
Hi Experts, We are looking forward to consolidate our multiple Content Servers into a single one. Kindly let us know how can we achieve the same and what would be the course of action for it.
-
How to assign a ACL to a folder using REST
I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details: POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid> BODY: {"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}} The call executes and returns a…
-
Documentum Server Installation Error Database Session is shutting down due to
Brand new install for DS 22.4, Oracle 19c db, Windows 2019 server. JDK and Oracle Client installed. Confirmed DB via TNSPING and SQL Plus connection on the box. Ran the Documentum Server software installer with no issues. Ran the Server Configuration Program to configure a docbroker no issue. When installing the…
-
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…
-
Executing custom code after checkin process
Hi! I am new to java and DFC development. We have developed a custom code that is ideally executed after the checkin process is completed. We use the below if statement to trigger the custom code: if (strAction.equalsIgnoreCase("checkin")) { //custom code here } unfortunately, the code is executed when the checkin process…
-
Is there a D2 login servlet which i can extend and customize ?
Hi Folks, Is there a D2 login servlet which i can extend and customize ? . I would like to extend it and pass the user login ticket to login automatically. If someone has done some work on this before please do share. Thanks, Harish
-
Help please. How to manipulate the screen in a multiselect selection in Documentum WDK 16.7.9
I need to call the screen N number of times according to the selection that the user makes, I need to know how to manipulate this multiselection Documentum WDK 16.7.9. I really appreciate your help in advance
-
Build Failed error in Composer
Hi, We are getting build failed error in Composer. Kindly help to resolve the issue. Buildfile: C:\DFS_Workspace\DocumentumCoreProject\dfs7.1\dfs-build.xml [echo] defaultclasspath is C:\DFS_Workspace\DocumentumCoreProject\dfs7.1\emc-dfs-sdk-7.1\lib\java\jaxws\FastInfoset.jar [echo] projectclasspath is…