-
Enable Export in DA
Hi, I'm logged in as an Admin with the highest privileges but I don't have the ability to Export data. I have tried other accounts as well and they can't export either. Where can I check to make sure the settings are correct for search capabilities in DA? Documentum version 5.3
-
Changing Documentum Installation Owner
Hello, We need to change the documentum installation owner service account to a different service account in window. Is this possible? If yes, can you please share the process.
-
Documentum consistency checker
Hi I need to fix a number of CC-00 type errors but for the life of me cannot find a list of what they are and how to fix them. One single web page that I have found lists several but none match what I have, and the refereenced page talking through all of them no longer exists?
-
Retrieving ACL permissions using Documentum REST API
Hello, as part of the web app I am developing, I am attempting to retrieve the ACL permissions on documents. When the current ACL name of that document is in the format of "dm_xxxxxxxxx", I am able to retrieve the ACL for those by passing the string of characters after the underscore to the API to get the permissions…
-
Documentum Confluence connection
Documentum wdk application. In the module-webapp\src\main\webapp\common\js\portalmenu.js the new link to a confluence page was added: { text:"Contact", url:'javascript:window.open("https://atc.domain.net/confluence/plugins/viewsource/viewpagesrc.action?pageId=21221", "Contact", "menubar=no, toolbar=no,…
-
DFC Trace Analysis Tool
I am looking for Documentum DFC trace and SQL trace analysis tool. Can someone help please.
-
Documentum REST API to get file content as binary
We have a Java application which is deployed on cloud and uses Documentum REST API to connect with Documentum. Our requirement is to get file content as binary. We have the documentumid and currently we are using this API to get file binary - @GetMapping("/objects/{id}/content-media") ResponseEntity<byte[]>…
-
Test Event Based Retention with Centera Store
I am looking for steps to test event based retention with Centera store. Can someone help.
-
Queue and Dequeue in DFC
Hi, I want to create a job and an application which can use the Documentum queueing system using DFC. The application is a rendition service as CTS is so unstable we can't use. Problem is I can't find any documentation for the rules using the Documentum queueing system in the Developer documentation and any forums. The…
-
Documentum Webtop Customization
Hi, We are using Documentum Webtop and have it customizised by an external consultant company and I need to check the implementation. Like can it compile, build, publish, create war/dar. I have recieved the composer project and a lot of java files for the Webtop modification. This is where I'm stuck, the consultant company…