Documentum
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)
-
There is always a pop up saying to open DCMApp.exe when log into D2
Hi there, I have been having some trouble with the pop-up that always comes up when I login into D2. It says it wants to open the DCMApp.exe. "mylocalhost" wants to open this application. Could anyone please guide me on how to stop the pop-up from appearing? Thank you.
-
Strange failure on Linux
Hi, I get the strange failure when running on Linux. The application is a document batch loading app for our Documentum implementation. The qualification is as simple as: fls_instruction where r_object_id = '0900138d81a3c533' IDfSysObject dctmSysObject =…
-
Getting multiple error in custom app by using DFC
Hi Team, We have written a custom web application using DFC code for viewing/uploading/downloading documents. During these activities, the listing of documents, viewing/uploading/downloading the document we are creating sessions and post completion, releasing at every step. We are also done the session pooling setting in…
-
update object using rest services
Hi All, We are working on documentum 7.3 rest service . We are able to use the read(select ) dql query to retrieve details and its working fine. if we use update query it say only read query is allowed . Please help us how to update the object using rest service Regards, Krishnasami
-
Documentum REST API
Please see post from @makkepriyanka, https://forums.opentext.com/forums/discussion/230845/documentum-rest-api#latest
-
How to implement typeahead feature in Webtop (wdk)
Hi all, I'm looking forward to implement typeahead feature in Webtop. suppose user wants to search for some documents, when he/she types in the characters in the text box it should give suggestions as you get in google search or any other search engine. Any one have implemented it already please help me in implementing…
-
IAPI failed to run because of a failed status returned from dmAPIInit() when executing through batch
Hi All, We are automating our build process through Jenkins tool. As part of this automation we need to execute .api and .dql files. For that we are placing the command in a batch file and executing it in Jenkins. we are getting the below error in Jenkins console when it tries to execute that batch command. We are able to…
-
dql buddy recursive query
Documentum dql buddy how to create a recursive query?
-
Upgrading Records Web Application - do we need to reinstall DAR files
I am upgrading Documentum Records from 16.7 to 20.4. When I read the OpenText™ Documentum™ Records Client Deployment Guide and chapter 6 Upgrading a WDK-based application I see no mention of DARS. I only see different record dars mention when reading Chapter 5 Installing the Documentum Records Client and its Records…
-
Not able to connect Documentum 21.2 in Windows server 2019
Hello All, I'm working on java application for exporting the content storage(files) from Documentum repository from one location to another location. I'm getting the below error DfServiceException:: THREAD: main; MSG: [DM_DOCBROKER_E_NO_DOCBROKERS]error: "No DocBrokers are configured"; ERRORCODE: 100; NEXT: null at…
-
What version of Composer will support jdk-11.0.16.1 or do we have any patch available?
What version of Composer will support jdk-11.0.16.1 or do we have any patch available?
-
How to capture the LDAP error message in webtop
Hi I am using webtop 6.5sp2 and jdk 1.5. I have configured LDAP for webtop authentication. After particular wrong attempt the user credentials gets locked. But in the webtop login page the error message displayed is "we're sorry, authentication failed". If I enter wrong credentials the same message is shown. I want to…
-
Documentum Server upgrade with CS-Docker-Compose_Seamless.yml
I've been running Documentum Server 23.2 with Docker using the provided CS-Docker-Compose_Stateless.yml file. Now I would like to upgrade to 23.4 and I'm not clear how to proceed. There is another file called CS-Docker-Compose_Seamless.yml and I'm not sure if and how I should use it. From what I can see, both files are…
-
16.7 Docbase clone - crypto
We were doing docbase clone after the db clone. After the clone is completed , we updated the hostname and other bunch of dm_server_config, dm_acs_config,dm_jms_config,views etc as per guide. As we were planning to change crypto mode from 3DES to AES 256 we ran the scripts to clear the crypto key , generated new aek.key…
-
D2FS Dev Documentation
Hi All, Is there any good developer documentation for D2FS? I know there's a bit of example code and also Javadoc part of the D2 SDK. But I'm more looking for some document similar to the D2 Rest documentation which is also part of the D2 SDK. I.e. it should go in more detail about the functionality available and according…
-
How to get actual directory path where the Documentum documents are stored in the server
How can I obtain the actual directory path where the Documentum documents are stored on the server? Additionally, how can I retrieve the Document Object ID? I have a script provided by the previous employee who managed the Document Management System (DMS). However, when I attempted to execute the script in the DMS…
-
Issue with Content Transfer
Hi, My company is using Opentext Documentum 1.0.8. We recently move from Oracle to OpenJDK. However I have 2 machine that is encountering issue with Content Transfer. It is showing a blank screen instead of a loading progress bar. The rest of the machines are doing well except for this 2 machine. I have reinstalled the…
-
Add new column in Register Table
Hi All, Could you please let me know how to add a new column in the already existing registered table using DQL Query. CS Version: 20.2 Thanks, Srihari S
-
Restrict to have only one row in Grid in D2 Config
Hi All, I have a requirement to restrict Grid in Property Page to have only one row. Basically when user selects a value for a property in the drop down in the grid, automatically next row is displayed. Can we restrict it? next row should not be displayed after selecting value in the drop down. Can we write down any script…
-
How to resolve E_CONTENT_SOURCE_IS_MANDATORY error
Hi All, I am getting the error E_CONTENT_SOURCE_IS_MANDATORY when we try to create an object instance using the Documentum xCP web application. Application is developed using the xCP Designer version 23.2. Help to find the reason for the error and resolve it.