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)
-
AXServicesInterface - UploadImageStream
I've been tasked with the project of upgrading some interfaces that use the AX WebServices to upload documents to our document repository but am running into an issue with the UploadImageStream operation. When I attempt the POST, I am encountering a 400 Bad Request message. I suspect the cause to the issue is the value…
-
Updating log4j version in DFC jars
Hi. I am using Documentum 16.7 and using DFC to connect to Documentum. I am fairly new to Documentum. Recently our application was flagged for a log4j vulnerability. I have been doing some research and found that DFC internally uses log4j 1.x versions. How do we update the dfc.jar and other DFC jars to latest log4j 2.x…
-
Documentum Content Server 7.3 Installation Stuck!!
Hi Team, We are trying to deploy Content Server 7.3 on RHEL 7 and able to create docbroker. Problem 1: While creating repository installer get stuck after taking values of docbroker port and Host. HostName ping is working fine. Problem 2: While starting docbroker gets below error message: EMC Documentum Connection Broker…
-
[DM_CRYPTO_F_KEYSTORE_INIT] during docbase start after new installation of Documentum CS 21.4
Getting below error in docbase log while starting docbase service after fresh CS 21.4 installation in Windows: 2022-04-22T17:20:17.664000 9348[11432] 0000000000000000 [DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek. Internal error - 1057226525"
-
HeadlessComposer/Composer 22.2 failing to install Rich Media DAR file
Hi, I get the following error when trying to install the rich_media_services.dar [INFO] ****************************************************** [INFO] * DAR Installer [INFO] * Version: 22.2.0000.0060 [INFO] * Java version: 11.0.10 (64bit) [INFO] * Java home: E:\CTS_Documentum\java64\JAVA_LINK [INFO] * Set storage type:…
-
Datediff calculates the difference between days wrong
Hi I'm using Documentum version 16.7.0000.0810 and while using the datediff function of DQL, I found out that the date difference in days between 30/10/2022 and 31/10/2020 is 1.0416667 days which is equal to 1 day and 1 hour when you would expect 1.0 days. This is correct because I am in Belgium, and we had a switch from…
-
dm_xfm_form object type is not getting deleted or updated
We are trying to delete dm_xfm_form object type which we created manually. However, we want to drop/modify that object type but it's not allowing us to drop/delete or even modify it. Can anybody give the insight if has done similar update/drop object type. Any inputs on this will be highly appreciated.
-
[DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek.
Hi All, I am receiving error [DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek. Internal error - 1057226525" during restart of my Docbase services of CS 16.4. Kindly suggest solution.
-
AXServicesInterface - UploadImageStream
I've been tasked with the project of upgrading some interfaces that use the AX WebServices to upload documents to our document repository but am running into an issue with the UploadImageStream operation. When I attempt the POST, I am encountering a 400 Bad Request message. I suspect the cause to the issue is the value…
-
secure flag not set for some cookies of webtop 16.7.9
Dear Experts, Our security experts reported that some of the cookies in webtop 16.7.9 based application are not marked as secure in Chrome. we have set the secured_cookies_for_https_only as true in app.xml as shown below, <security_support> <secured_cookies_for_https_only> <enabled>true</enabled>…
-
Add PDF rendition while creating the Document
i need to know how to configure CTS to add PDF rendition to new imported Documents from specific custom type not all types.
-
How to access downloads section
In the new interface for the support site, I am unable to open the downloads section as in the old interface. How can I download sources as before Thanks in advance.
-
An unexpected error occured. Please refresh your browser in D2 21.2
I have configured a workflow, and when I send a doc to the workflow after selecting performers, It keeps throwing an error An unexpected error occurred. Please refresh your browser.
-
How to enable client certificate authentication in .NET Framework
Hi Documentum Community, I am currently having an issue trying to send a QueryService request to the endpoint that has client certificate authentication enabled. The response from the server: Message:System.InvalidOperationException: The client certificate is not provided. Specify a client certificate in ClientCredentials.…
-
Documents ingested into Documentum server 21.3 using Imagetrust creating C2 EXPORT format
Hi, Documents ingested into Documentum server 21.3 using Imagetrust creating C2 EXPORT format instead of PDF as configured in Imagetrust. As a result this c2_export documents cannot be previewed in D2 and they show a question mark in the document icon, se the image attached: How do I default to the creation of pdf instead…
-
could not intialize class com.documetum.services.d2.impl.D2Keystore
I am unable to login D2-Config application, Iam getting this error, Please help i am new Documentum D2.
-
Error accessing D2 Config "CTX ActiveX control failed to load. Please check browser secure settings"
Hello to all, I'm going crazy with this problem. I thought I had solved it in the past but ... today it seems that in my small group my PC is the only one with which it is possible to connect to D2 Config. All my colleagues' PCs have the exact same problem, and they all use the same version of Windows Pro 10 and IE 11 that…
-
Unclosed Collection
Hi guys, I get this message recently, does anyone have met or knew how to resolve it? Resource Housekeeper Error CollectionHandle$DisposableData:- [DFC_QUERY_NOT_CLOSED] Unclosed Collection found during gc, com.documentum.fc.client.impl.collection.TypeDataCollection com.documentum.fc.impl.util.ThrowableStack: Stack when…
-
Any documentations for Documentum DFC - Physical Records APIs
We urgently need javadocs or Documentation of the DFC Physical Records APIs. For some required functionalities, example: Create Physical Document in DFC Create Physical Container in DFC Retrieve free space on Physical Container .. etc. I found sample codes below, unfortunately no complete documentations covering our…
-
DOCUMENTUM - How can export the result of a DQL in CSV?
How can export the result of a DQL in CSV? I would like to export the result of my DQL search in .CSV to analyse it. Does anyone know how to do this?