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)
-
When to use this forum and when to use suppport forum...
Just an FYI… It might not be obvious, but this developer forum is more geared towards "developer" level of questions. If your question is around development, this is the place! If your question is more around usage, install, administration, etc. This is your place:…
-
Documentum Smartview SDK
Documentation for the Smartview SDK provides information to set up the SDK locally and develop custom implementations. The Documentum Smartview SDK consists of sources, binaries, documentation, and samples for: Documentum Smartview UI extension environment. D2-REST services extension environment. D2 plugin development…
-
Learning to deploy Documentum on Kubernetes- UNSUPPORTED
A tutorial using Docker Desktop Kubernetes 😉Special thanks to Jose for contributing this tutorial. It is unofficial and unsupported. But very good info to consider. Both files are needed, together, the PDF and the 7z. Slide 38 is WIP that might come in future versions. (Kubernetes Dashboard, metrics server, Kafka,…
-
How to retrieve the r_folder_path of documents using Documentum Rest /Search Endpoint
Hello Techies, I am currently exploring Documentum REST and have a requirement to retrieve the r_folder_path along with the document results from the search endpoints. Below is an example of a search endpoint I used, but the results do not include the r_folder_path. To fetch the r_folder_path, I tried using the /dql…
-
Check-in multiple documents at once in D2
I have a requirement to select multiple documents or a folder and check-in all the documents at once. Right now, there is no Apply to All or Ok to all in the Check-in user interface therefore, I created mine (called by a menu entry with the ShowDialog Entry. It looks like In the Dialog's java class, in the Validate()…
-
How to upload a file from local system using Post Man DCTM Rest API
Hi, I have a requirement where I need to upload a file from local system using DCTM Rest API. I have achieved this by adding the file directly in the postman, but is there a way to specific the path of the file location in JSON and upload the document from the path to the repository? The file should be picked from the…
-
How to Update the Bulk Metadata using Documentum Rest Endpoints
I have request where I have to update the object name of 10000 documents to "DeactivatedDocument" using Documentum Rest Endpoints. But I'm not sure which endpoints should I use and how to use. I explored /batches endpoint but for that preparing the request body is going to be tough tasks for that I have to walkthrough the…
-
D2- Open PDFs in local Acrobat rather then using in-built viewer
We are using D2-Smartview 24.2 which comes with in-built viewer to open PDF documents. Is there a way to allow D2 to open PDFs in local acrobat on the users machine.
-
How can I configure D2 to open native content on double click?
Hello, I am trying to configure D2 so when a user double clicks on a document, it opens the native content in read only mode. Currently, it opens the PDF rendition of a document. How can I change the double click action to open native content? Thank you,
-
AppXtenderReST query help
We use ApplicationXtender and I'm trying to use the Rest service with python to get a list of documents in app. I can run get requests and get responses. What I'm having trouble with is the format of the data object for the post request. Does anyone have any examples on what that should look like?
-
D2 and D2DownloadServicePlugin issue
Hi there, D2 is configured to use the Documentum Client Manager. And the default checkout and view path are defined in D2-Config for all users. The Checkout path is C:\D2\Checked Now, the requirement. For a specific document type and format, when checking out a document, we need to add a subfolder to the check out path…
-
Is it possibile to create a custom manager such as the "ImportManager"?
Hello all, I need to create a dialog to import files from another system through D2 UI. I tried to create a custom manager class like ImportManager and replace the 1st dialog with a custom one to make users can select infos (from registered table) to import. users need to edit properties for each item and that's why I…
-
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
-
Docbroker not found while installing DCTM 23.4 on Redhat 9
Hello. I am contacting you because I could not find Docbroker while testing the installation of DCTM23.4 on Redhat 9.4. I proceeded with the installation by looking at the Install Guild, but after installing Docbroker, the process is not proceeding because I cannot connect to Docbroker during the process of installing…
-
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…
-
Documentum DQL Query to make all active user read-only
Please provide the DQL Query to make all active users read-only permission. I tried below query, but after executing the query for particular user, I logged in webtop with that user, that user able to do create ,delete and export operations. UPDATE dm_user OBJECTS SET user_privileges = 1 WHERE user_name='xxxx'
-
Exam guide for "5-8056_V202 Documentum™ Administrator Certification Exam" .
Hi Team - I have 5-8056_V202 Documentum™ Administrator Certification Exam . Could you please help me with some resources to prepare for the exam
-
Newbie on Documentum
I installed DCTM on on windows 2022/sqlserver, oracle jdk 17.0.0.8 . I saw the install put three services Connection Broker,Repository service and a Java Methods Server.The java Methods server is actually calling startmethodserver.cmd which is actually a call to E:\Documentum\tomcat10.1.13\bin\startup.bat .This service is…
-
Document Signing in iFrame
Howdy, am new to Documentum, so don't kill me please😊. Has anyone any experience with integrating document signing solutions with Documentum. Example of a use case as follows, document signing transaction (workflow) is triggered in Documentum by a user. All data etc is captured in Documentum front end and sent across from…
-
load documentum acl into D2 config
is there a way to load all the custom acl in documentum content server to D2 config tool so that we dont have to reconfigure D2 security