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)
-
D2 Login : customize to add a custom event
Hello all, When I login into D2, I would like to create a new custom event in the DB. Is it possible to extends the "login" action by code to add the creation of my custom event ? Is there another way to do that ? Regards
-
Unable to login to D2 application, failing with exception an invalid ACL domain
Hi All, We recently migrated cloud version postgres from single instance to flexible, as part of this process the old docbase owner changed from <user>@domain to only <user> and got updated in respective files. Ex: dctm@dev.com to dctm Post this we are facing issue while login to D2 application , its throwing error .…
-
Documentum Trail version
Hi all, Do we have trial version(free version) available for Documentum Content Server?
-
Checkin with Documentum REST using BOCS for content upload
Hello, we are trying to do a checkin over Documentum REST with using our remote BOCS server for uploading the content. The default checkin request is a multipart request where you send the content of the file to the REST application. However, we are searching for an option where the client can directly pass the file's…
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…
-
Executing custom code after checkin process
Hi! I am new to java and DFC development. We have developed a custom code that is ideally executed after the checkin process is completed. We use the below if statement to trigger the custom code: if (strAction.equalsIgnoreCase("checkin")) { //custom code here } unfortunately, the code is executed when the checkin process…
-
error trying to access DFS
when trying to connect to DFS I'm getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.emc.documentum.fs.tracing.DFSTracer at com.emc.documentum.fs.aspects.Tracing.ajc$afterThrowing$com_emc_documentum_fs_aspects_Tracing$3$8b9079b8(Tracing.aj:74) at…
-
Is there a way to dynamically alter the Quick Search Query in D2
Dear Experts, Currently the Filters are applied on doclist Widget but not applied to Quick Search. We would like to force apply the filter selections to Quick Search any suggestions. Can we alter the Query or process the results returned from the search by any D2 customization? Thanks n Advance. Kurian
-
Is there a D2 login servlet which i can extend and customize ?
Hi Folks, Is there a D2 login servlet which i can extend and customize ? . I would like to extend it and pass the user login ticket to login automatically. If someone has done some work on this before please do share. Thanks, Harish
-
D2FS and workflows
Hello, Does anyone already succeed to use LaunchWorkflowRequest (com.emc.d2fs.services.workflow_service) ? My goal is to start a D2 workflow using the D2FS API When I tried to execute my code, I get com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Validation error Please see the server…
-
Help please. How to manipulate the screen in a multiselect selection in Documentum WDK 16.7.9
I need to call the screen N number of times according to the selection that the user makes, I need to know how to manipulate this multiselection Documentum WDK 16.7.9. I really appreciate your help in advance
-
Build Failed error in Composer
Hi, We are getting build failed error in Composer. Kindly help to resolve the issue. Buildfile: C:\DFS_Workspace\DocumentumCoreProject\dfs7.1\dfs-build.xml [echo] defaultclasspath is C:\DFS_Workspace\DocumentumCoreProject\dfs7.1\emc-dfs-sdk-7.1\lib\java\jaxws\FastInfoset.jar [echo] projectclasspath is…
-
DFC and Java 17
Hi, We have a Java application running on Tomcat which uses DFC to connect to a docbase. It's a very old application and it needs to be upgraded. We want to upgrade to Java version 17 (LTS) but DFC only support Java 11. Is it un/known whether DFC is working with Java 17? Anybody tried Java 17? Any problems or configuration…
-
How to run the D2 Rest plugin project locally using Spring
Hi All, We have created a new plugin project using d2rest smartview sdk [23.4] and on top of it we have created a D2-Rest plugin as well. If we build the project and deploy it to the ls-rest server, the endpoint works and we dont have any issues. however , we want to develop our custom D2 Rest plugin and want to test the…
-
Documentum Webtop 6.5 wdk customization - Bulk Import and replace content for selected files
Hi, My requirement is to select multiple files and use a custom menu to bulk import same set of files with new content and update some attributes. I m trying to do the same by doing a checkout and checkin inside a submit button and then calling ActionService. It works fine for 1 file but when multiple it fails. Also any…
-
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
https://us.v-cdn.net/6030023/uploads/E9FVRLEIDQUS/index-table-with-button.zip 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…