-
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?
-
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
-
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 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…
-
OTDS Authentication with Cognito token
I`m having problems authenticating AWS Cognito users, I need to do operations in the repository with their credentials, and I cant find a way to create a IDFSESSION, I can take their credentials, authenticate then against aws and get an access token, but I can`t find an example to take that token, and pass it to DFCs, DFSs…
-
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!
-
Documentum Checkin Question
Hello! I am fairly new to Documentum and DFC development. We are using Webtop and we are looking at customizing the checkin process to create a rendition request once the checkin process is completed. What will be the best way to proceed? The process will be checkout document>checkin new version>submit rendition request…
-
DQL - Integer as String
I have a saved DQL query that users can run. I've been asked if we can change how the values are displayed in the query such that the column review_cycle(integer) will show 'Critical' if the value of the integer is 12, and 'Normal' if it is not equal to 12. Using SQL this seems like a CASE statement. How can I use DQL to…
-
How to configurate a Documentum Composer to building a DFS or REST project on a CI/CD pipeline?
I can't find any documentation about this. Someone alredy try this? Thanks!