Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
How to upgrade DFS 7.2 to DFS 23.2
Hi, We have written custom DFS 7.2 code and we want to upgrade it to DFS 23.2. How do I start upgrading? Kindly help me with this.
-
MIGRATE_CONTENT on SHAREABLE documents
Hello, We need to migrate content from file store to ECS for SHAREABLE documents. Since the documents are multi pages with different content, is there any known way to do this, exemple: EXECUTE MIGRATE_CONTENT FOR '{{objectId}}' WITH target_store= '{{targetstore}}' is it sufficient or should we do this for each page number
-
How we can retrieve the dftxml file
Hi, When we upload a document to content server, it will convert to dftxml file for indexing. We need to get the the dftxml file of the document so we can get the text content of pdf/word etc documents. Can you please help to get this done. Regards, Sagar
-
OTDS User sync to Documentum - Create default cabinet for user using user_login_name
We're about to start using OTDS to sync users from AD to Documentum (instead of the LDAP job). We need a cabinet created for each user, however in OTDS settings: If we use the User Attribute Mappings > create_default_cabinet = T, the cabinet is created with the user_name (and dm_cabinet.is_private = TRUE) We need the…
-
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…
-
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.
-
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…
-
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
-
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…
-
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?
-
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…
-
DFS 23.4 Services fail to build
Hello, I am trying to build DFS Services to version 23.4 and it fails. We had DFS Services on version 7.3 and we are upgrading them. We updated the java version to 17 and resolved some issues that we had. The code builds and our tests run fine. The issue is that when I run the build.xml, it fails with the error:…
-
Custom DfMethods' logs don't show up in Content Server when running in Documentum
Hello, We have a Java application with bunch of custom methods which also have logging. When I execute the methods within IDE or the JAR file in a CLI, the logs work perfectly fine both in console and in filesystem (log files are being created). When I deploy my JAR to Documentum and run a method in Documentum, weather by…
-
How to upgrade documentum d2 from 16.4 to 22.3 using upgrade toolkit provided in 22.3 package?
How to upgrade documentum d2 from 16.4 to 22.3 using upgrade toolkit for config provided in 22.3 package? I followed the documentation provided in guide but its not working properly, config is not merging properly. Is direct upgrade from 16,4 to 22.3 is possible?
-
xCP2.3 Error while calling state-full process from state-less process
i am getting an error message like "could not create workflow for process <process urn>" while calling a stateless process, and that statelss process contains call process activity which calls a state-full process, but it worked in xCP2.2... How to solve this issue?
-
Customizing webtop import component to submit rendition request on imported object
Hello Experts, I have a requirement to customize webtop import component to automatically submit a rendition job to dmi_queue_item once a file is imported. We are doing this since we are moving out from native CTS rendition. What is the best approach for this? Thanks! Lericho