-
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…
-
call and execute job from dfc
Is there any way to execute a job directly from java dfc. Regards
-
dm_audittrail object is not fetched by DFC
Having this code in java dfc : audittrail = (IDfAuditTrail) sess.getObject(vCollection.getId("r_object_id")); i managed to catch this error with the following error message : [DM_API_E_EXIST]error: "Document/object specified by 5f0203421cd60e3d does not exist." Although the exact code work in another environment which is…
-
DQL query for self "fix"
Are there any DQL queries i can run that check system for issues and attempts to fix or show where the problem lies if it can't fix it? -thanks
-
Documentum Centera (CAS) Configuration options (16.4 or 22.4)
Looking for more information on some of the options that can be specfied in the Storage parameters for a CAS store. In the documentum administrator manual there is one page where it implies that are options that than be set and then it gives examples of 2 or 3 parameters. We know of one other one read_ahead_size but there…