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)
-
6.5 SP2 Content Server install, getting "Fail to connect to the repository..."
The error state: Fail to connect to the repository. It could be that the server is in the progress of starting. Press Yes, if you want to wait for it to start. I've waited for hours but seem to seek getting the same error message (see attached image). If anybody has a clue as to why I'm getting this issue, please let me…
-
How to configurate a Documentum Composer to building a DFS or REST project on a CI/CD pipeline?
I can't find any documentation about this. Someone alredy try this? Thanks!
-
Regenerated aek.key. Now inline users (dm_bof_registry, etc...) can't login
I've regenerated the aek.key (see attached forum link) and now user's with inline password (dm_bof_registry, dmc_wdk_presets_owner, dm_fulltext_index_user, etc..) are unable to login. I've been into DA, reset the password for dm_bof_registry (to the same password as before, and then saved the user) and this works. Does…
-
EBS script error while sending workflow emails
Hi Experts, I am seeing below error when my custom EBS script is trying to send email. dmbasic: Exceed limit of 40 parameters dmExec::ForkLaunch() process exit code: 0 dmExec::ForkLaunch() returning value: 0 Below are my findings: In the docbase logs I see below line (note there is more to this line I have cropped it as an…
-
DQL or Script to modify a specific localized label?
Hi all, Is there a way (DQL or Script) to inject a single localized label into a specific field of a specific document type? I don't want to inject an entire Composer project because of a single oversight. Thanks in advance.
-
Unable to get the session object from java program
i am using below code to get the documentum session to connect . getting the error . (ModuleManager.java:414) - [DFC_BOF_COULDNT_CONNECT_TO_REGISTRY] Unable to connect to module registry, docbase name DMSDEV username dm_bof_registry. java.lang.IllegalArgumentException: Cannot support TLS_DH_anon_WITH_AES_256_CBC_SHA with…
-
Regenerate aek.key - Could not connect to docbase using IDQL
I've regenerated the aek.key, re-encrypted the dbpasswd.txt and started the docbase back up. All looks fine in the docbase log, however none of the users are able to login using IAPI/IDQL. I recieve the following error when trying to login to IDQL using the install owner: Could not connect…
-
How to disable Documentum UCF -- URGENT!!
We're running DCTM 6.5 and UCF is not launching. Cannot view, import or export documents. Is there a way to disable UCF to at least enable export/import (checkin from file?) Please advise, thanks.
-
Provide maven dependency for documentum 20.2
I want to create spring boot rest api project for documentum 20.2. Please provide or guide how to add maven dependency to it.
-
REST API throwing error code "E_INPUT_MESSAGE_NOT_READABLE"
I'm trying to make POST API call to create a folder using custom REST code. On execution I'm getting the 400 status code and following error message. {"status":400,"code":"E_INPUT_MESSAGE_NOT_READABLE","message":"The input message is not readable.","details":"Error in unmarshalling the JSON representation into annotated…
-
git project configuration with Documentum Composer
Hi, How to configure git project with Documentum Composer?
-
How to add pdftron in xcpdesigner for document rendition and view in webpage?
I want to add pdftron as pdf viewer in my webpage. Please guide?
-
How to implement Digital signature in documentum 20.2
Please guide to implement digital signature on the documents in documentum version 20.
-
Documentum D2 Action and Event
Dear All, My requirement is to reload the Documentum D2 4.6 external widget URL on event D2_EVENT_OBJECT_SELECTED. I have : 1. configured EXT_WIDGET_TEST with bidirectional check box checked. 2. Mentioned widget URL http://localhost:8080/myWidget?Id=$value("r_object_id") My widget is loaded in the workspace. However when I…
-
Webtop Question
Which xml file do you edit to point webtop to a Particular docbase if CS is hared between many Docbases.
-
google third-party cookie restrictions or disable the third party cookies webtop/DA will work or not
Google circulated the third party cookies are deprecated/disable. If deprecated/disable third party cookies Webtop or DA application will work properly or did we face any issue. thanks in advance…… Thanks, Rajkumar.
-
Permissions of moved, copied and linked documents.
We implememted 6.5 webtop. We are using folder security. In our EMC training class, we were told that a doc that is moved retains its original permission set from its source folder. Is this accurate? If so it would keep us from using a technique of working on a doc in an internal-only folder, then when complete, moving it…
-
Documentum Archive server with OpenText VIM
Hi Team, We are using Documentation archive server for storing scanned invoices processed by OpenText vendor invoice management, Recently we have upgrade VIM 7.5 SP2 to SP6 and Documentum archive server 7.0 to 7.2 then after user's are unable to view the scanned invoice in VIM index inline screen. When user click on VIM…
-
Docker DA - Automating the encryption of dfc.globalregistry.password
I'm using the Documentum Administrator (DA) image with Docker Compose and am following the setup instructions. It states that the dfc.properties details should be passed in as an environment variable within the YML file. This includes the dfc.globalregistry.password (which is unencrypted). However the password needs to be…
-
D2 - Export Query Forms Result into PDF
Hi All, I need to export query forms result into PDF along with printed by user and date on PDF. Please suggest how we can implement this in D2 Thanks