-
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.
-
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…
-
dql buddy recursive query
Documentum dql buddy how to create a recursive query?
-
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…
-
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…
-
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…