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)
-
I need documentum server 21.2 and 23.2 version release notes.
I don't have direct access to it but i need to assess the platform compatibility. Release Notes - 21.2 Release Notes -23.2
-
Need dctm-rest war file
Hi, Can someone provide a download link for the dctm-rest war file that is compatible with JDK 1.8 and Tomcat 8 or 9?
-
Renaming an existing retention policy
Hi, Is it possible to rename an existing retention policy? I tried renaming it using a dql statement(in the dmc_rps_retentionpolicy object type) and the name got changed. Is there any other object types (like dmc_rps_retainer) that needs to be updated for renaming the retention policy? Is this the right approach to change…
-
Simple Rest D2 Rest Services Search Example
I wrote this is educate myself about simple REST Services for DCTM. Hope it's useful.
-
Documentum RPS conditional aging, event date is not populated
I am working on Documentum RPS and I am very new to the concept, My doubt is on the conditional aging. So we create the conditions and apply them to the retention policy in phase tab, but there is no place to determine or configure what the condition needs to look for like a change in date or something, Let say we have 100…
-
DFS 23.4 Services fail to build
Hello, I am trying to build DFS Services to version 23.4 and it fails. We had DFS Services on version 7.3 and we are upgrading them. We updated the java version to 17 and resolved some issues that we had. The code builds and our tests run fine. The issue is that when I run the build.xml, it fails with the error:…
-
"value is too big for attribute", but it's not
Hi. I'm investigating the failure to assign a UTF-8 value. My checks show that it should fit. Notice that the two numbers are the same in the error message. Is this a known issue with Documentum? IDQL> 1> select r_server_version from dm_server_config; 2> go r_server_version -------------------------------- 7.3.0000.0214…
-
How to create custom workflow method in DCTM 23.4
How to create custom workflow method in DCTM 23.4? Can it be implemented and utilize in D2 environment?
-
Custom DfMethods' logs don't show up in Content Server when running in Documentum
Hello, We have a Java application with bunch of custom methods which also have logging. When I execute the methods within IDE or the JAR file in a CLI, the logs work perfectly fine both in console and in filesystem (log files are being created). When I deploy my JAR to Documentum and run a method in Documentum, weather by…
-
Has anyone worked in Documentum 6.5 with FAST Fulltext Indexing?
We are seeing the "onReturnFromProgress" error when trying to access (view/import/export) documents. We're aware of the UCF articles here that suggest deleting & reloading, but just curious if the FTI plays into the launch of documents that might be interfering with the UCF launch. Thanks.
-
How to upgrade documentum d2 from 16.4 to 22.3 using upgrade toolkit provided in 22.3 package?
How to upgrade documentum d2 from 16.4 to 22.3 using upgrade toolkit for config provided in 22.3 package? I followed the documentation provided in guide but its not working properly, config is not merging properly. Is direct upgrade from 16,4 to 22.3 is possible?
-
xCP2.3 Error while calling state-full process from state-less process
i am getting an error message like "could not create workflow for process <process urn>" while calling a stateless process, and that statelss process contains call process activity which calls a state-full process, but it worked in xCP2.2... How to solve this issue?
-
Problem UCF
Hello. My environment: jre 8u301, Inetrnet Explorer 11, webtop 6.8. When invoke ucf in my webtop application an error occurs in java console: com.documentum.ucf.client.install.launcher.InvocationException: Произошла ошибка при вызове времени выполнения UCF. Подробности: Failed to connect to server - refer ucf client logs…
-
Customizing webtop import component to submit rendition request on imported object
Hello Experts, I have a requirement to customize webtop import component to automatically submit a rendition job to dmi_queue_item once a file is imported. We are doing this since we are moving out from native CTS rendition. What is the best approach for this? Thanks! Lericho
-
DCTM Rest 23.4 with OTDS (Without Password)
I am looking for Reference article for DCTM Rest Authentication with OTDS Access Token for the user without providing password. We cannot send the password to OTDS access token API. So is there something like proxy token for the user? Or does DCTM Rest Supports Azure Oauth?
-
Documentum is not processing the queue
Often we face this issue where Documentum stacks the queue and doesn't process it. Is there any we can identify what is causing the Documentum to hold queue processing? The session within the Documentum are within the limit. When I kill that one queue which is taking too long time to complete, then it starts to pickup the…
-
Documentum Workflow Designer installation issue
I am trying to install Documentum Workflow Designer 23.4 and it setup successfully on Tomcat 10. While login to Workflow Designer i am getting below exception. 2024-07-16T07:43:31.846 INFO [Thttp-nio-8080-exec-3] [com.emc.documentum.rest.config.AppEnvironment:69] Class…
-
Documentum Workflow Designer 23.4 is not working
I installed Documentum Workflow Designer 23.4 on Tomcat 10. I also installed Process Engine but when i login to Workflow Designer then getting below exception. 2024-07-16T07:43:31.846 INFO [Thttp-nio-8080-exec-3] [com.emc.documentum.rest.config.AppEnvironment:69] Class…
-
How to implement a CSRF token while login in web application created via xcp designer in doucmentum
I want to implement CSRF token in login form. Web application created via xcp designer. Please guide?
-
documentum webtop how to implement actioncompletelistener for checkin operation?
Hi! I understand that there is information found on the WDK developers guide on this topic, but it is currently spread out across various examples, making it difficult to implement for our use case. Thanks!