Documentum Content Management
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)
-
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.
-
D2-Config Error: createXsltProcessor(/D2-Config/servlet/GetResource/scripts/common/Frame.xsl) : XSLT
I just finished installing D2-Confi and deployed it via Tomcat though I am receiving an error(see screenshot below) when I try to login. Error: createXsltProcessor(/D2-Config/servlet/GetResource/scripts/common/Frame.xsl) : XSLTProcessor.importStylesheet: Argument 1 is not an object. I also can't seem to find the…
-
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…
-
How to insert metadata into a "dctm related-table" via REST-API
I have to create records in a dm_registered table using dctm-rest-api. Using a POST method to create new resources, the request is rejected. Is there a rest method for creating a record in a registered table? REQUEST:…
-
D2 export drag and drop no longer working in Edge
In D2 the export 'drag and drop' no longer works in Edge as it had in IE. We have tried it in compatibility mode with D2 and we also turned on the wdk plugin option in the D2 settings.properties file (browser.plugin.activex = true), but no luck. If anyone has experience with this issue it would be great to hear from you.…
-
How to disable the Full text search in DA/Webtop
Hi Everyone, In DA/Webtop search functionality is not working so I want to disable the full-text search in DA/Webtop. If anyone could help me with how to disable it? Thanks, Rajkumar
-
Indexing is not happing while create or import the document.
Hi Every one, When we create the document or import the document in DA/Webtop, Indexing does not happen. we checked the logs we got some errors please find the below screenshot. please provide the solution on how to fix this issue. pls, provide how to clear the Queue to proceed with the queue for indexing. Thanks, Rajkumar
-
Need Sample Code to Trigger workflow Using D2FS
Hi All, I need a sample program to trigger a workflow in D2 using D2FS. Thank you in advance.
-
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,…
-
Creating a Field in AppE That Autopopulates
I would like to know if I can create a field name that auto populates for every invoice that we create in that application. Whether it is automatically uploaded or manually uploaded. For example a field that would be named company number and the input be 98 for every invoice in that application. So that an employee would…
-
Title field data is now showing on the UI(Webtop/DA) after updating the Value
Hi Everyone, One document title column is empty but I updated that column with some value using the DQMan tool. After updating the record the updated value is showing in the DQMan tool but on the UI(Webtop or DA) side it is not showing. Please help me with this. Thanks, Rajkumar
-
Documentum High Availability Environment.
Hi Everyone, I'm new to Documentum, Anyone please provide each and every step of how to configure the High Availability Environment in Documentum? Thanks, Rajkumar
-
Experience with migrating Oracle Docbase to SQLServer
We are exploring the migration our Oracle based Docbase to SQLServer. We are hoping to get others experience and input for this type of migration. Some of the things we would like to understand include : Was the Microsoft SSMA migration utility used? What types of issues were encountered and how were they overcome? Did it…
-
Search Functionality not Working in DA/Webtop/Dsearchadmin
Hi Everyone, We are facing the issue while searching the attribute names or content of the file in DA/Webtop/Dsearchadmin we are getting errors. below are some log details please find them and provide the solution. Logs: 2023-05-17 06:35:52,091 ERROR [http--0.0.0.0-9300-6] c.e.d.c.fulltext.indexserver.search.SearchServer -…
-
How does a D2 client application retrieve content/files from a Documentum repository?
We are trying to intercept when a content/file for a specific type of object is retrieved from the Documentum repository for all our DFC-based client aplications by overriding the getFileEx and getContentEx methods in a TBO distributed to all client applications. We have confirmed that the D2 client is honoring the TBO by…
-
Filestore encryption
We have some content stored in encrypted filestore. We are using Documentum 20.2. Can I decrypt the encrypted files manually and move it to normal filestore? If yes, then how to decrypt the files manually?
-
DFC Trace Analysis Tool
I am looking for Documentum DFC trace and SQL trace analysis tool. Can someone help please.
-
Xplore 1.3 problem with index agent and dsearch
Hi, We are facing an issue with the Xplore server here the issue is we are unable to perform search operations in Webtop or DA. We are getting the below error message. And also we tried to search operation in the Dsearch Admin application. That is also we are getting the error message. We attached some bit of log file…
-
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[]>…