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)
-
Documentum 23.4
I am new to Documentum, can someone please guide me towards on-premise installation tips for documentum ? Do we have to deploy the latest version using kubernetes docker image or there's any other path available ?
-
Documentum Docker 23.4 - Docbase fails to start - [DM_CRYPTO_F_KEYSTORE_INIT]
I'm trying to get a Documentum Docker 23.4 environment working but keep running into the same issue. The docbase will boot and work the first time after installation, but every subsequent attempt, I get the following error: [DM_STARTUP_W_DOCBASE_OWNER_NOT_FOUND] *** warning *** : The database user, dctm as specified by…
-
Date and time format incorrect in Documentum Administrator and D2
Hi all, I have this issue with Documentum Administrator and D2 whereby the dates are not tallying and getting this error... {1st image} however i manage to overcome this in the past where I edited the dfc.properties and added dfc.date_format = yyyy:MM:dd HH:mm:SS. But i think it affected the date and time format in the D2…
-
xCP Viewer Widget - Auto height / Utilise 100% of the available height
Is there anyway to allow the xCP viewer widget to have an auto/100% height? Currently the width can be set to auto/100% but the height requires a specific value. We need the widget to be able to take up the available space on the screen.
-
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…