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)
-
Unsupported major.minor version 52.0 in dfc code
Hi, We are getting below error message while uploading documents in repo using the dfc 7.2 code. Exception in thread "main" java.lang.UnsupportedClassVersionError: com/documentum/mailapp/operations/inbound/DfSeparateAttachments : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at…
-
Documentum DQL Query to make all active user read-only
Please provide the DQL Query to make all active users read-only permission. I tried below query, but after executing the query for particular user, I logged in webtop with that user, that user able to do create ,delete and export operations. UPDATE dm_user OBJECTS SET user_privileges = 1 WHERE user_name='xxxx'
-
Exam guide for "5-8056_V202 Documentum™ Administrator Certification Exam" .
Hi Team - I have 5-8056_V202 Documentum™ Administrator Certification Exam . Could you please help me with some resources to prepare for the exam
-
Document Signing in iFrame
Howdy, am new to Documentum, so don't kill me please😊. Has anyone any experience with integrating document signing solutions with Documentum. Example of a use case as follows, document signing transaction (workflow) is triggered in Documentum by a user. All data etc is captured in Documentum front end and sent across from…
-
load documentum acl into D2 config
is there a way to load all the custom acl in documentum content server to D2 config tool so that we dont have to reconfigure D2 security
-
Authentication Failed for user logging into D2
Hi all, After performing an upgrade of Documentum, migrated the db, ldap and .cnt files over. However I am still facing this issue whereby previously the user is able to login but now they can't. This is the error that I am currently facing. Please do response if anyone knows the solutions for this. Thank you in advance.
-
Call external web service process before destroy the document in RPS dispotion job
Hi, RPS Experts: I am looking for a solution in the RPS disposition (run the disposition job) so that an external process (through web service call) can be launched to clean data in another database related to the document to be disposed. If the external process failed (returned by the web service call), then the document…
-
Workflow activity is not getting complete using dfc code
I am using DFC code to complete manual wokflow activity but it is failing with below error. Please let me know which jar i need to add in classpath or i need to do anything else. if(workitemEx.getRuntimeState()!=1) workitemEx.acquire(); workitemEx.complete(); Error - java.lang.ClassNotFoundException:…
-
Documentum Docbase Service failed to start
Hello Everyone. After an upgrade of the Capital Project Content Server, the Documentum Docbase Service fails to start and displays the following error message. Message ( Tue Sep 03 15:51:35 2024[DM_STARTUP_I_DOCBASE_OWNER_NOT_FOUND]: The database user (USR) is not a valid NT User. This is the user specified in your…
-
How to add decision activity in DCTM Workflow designer?
Hi i am not seeing decision activity in DCTM Workflow Designer. It has only two activities (Auto and Manual). I have a requirement to make decision to move task to next activity based on attribute value of package. This decision activity was available in process builder, is it still possible in Workflow Designer? I am…
-
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…