-
xPlore Reindexing Issues
Hi Experts, We are installing xPlore 22.1 on new servers as part of our migration to latest Documentum version. Since our index size was huge (~600gb) we decided to split it into 3 collections. Now when we are reindexing the repository again the reindexing speed is very poor. Even for our test environment with just 1GB of…
-
Unable to open Documents in Webtop 16.7.8
Hi Team, While opening the documents getting below errors: 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Archive is: ucfinit.jar 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Applet class is: com.documentum.wdk.extnnative.handlers.UCFInitJar…
-
Documentum REST extension adding openapi documentation
Hi all, I am new to extending the documentum REST services. In the default DCTM REST war, there is an openapi/swagger documentation provided. Extending the services as the documentation explains, that openapi documentation is not automaticaly extended with the new services. Does anyone have any pointers, or even better, an…
-
Two services failed to start due to error
There are two services in our DMS UAT environment that failed to start in our system, resulting disruption to our testing. We recently encountered an error message while attempting to start the following services: Documentum Docbase Service Documentum Docbroker Service The error message we received was “Error 1053: The…
-
Quasi-concurrent Java methods invocation in D2 Lifecycle?
Quasi-concurrent Java methods invocation in D2 Lifecycle? Hi everyone, I'm dealing with an annoying problem with Documentum D2 22.2. I have a Lifecycle which, for a certain status, launches two custom Java methods, in sequence, let's say MethodA and MethodB both applied to the same document object (they are configured in…
-
D2-Smartview and viewing
Hi there, I have configured the Brava! Enterprise widget in my landing page in D2-Smartview (23.2). So far so good, it works well. However, I'd like to allow the users to also choose to view the PDF Rendition (with C2 config). How can I do that?
-
CTSProfile register does not support source format: pdf and target format: pdf
Dear All, After Installing both Thumbnail server & MTS, along with configuring MTS for the target repository, when I import a pdf using DAM, no rendentions are created for this PDF (low-resolutoin thumbnail images), and when i checked the CTS log file, I got the following error message: CTSQueueProcessor -…
-
xPlore Reindexing performance issues
Hi Experts, We are installing xPlore 22.1 on new servers as part of our migration to latest Documentum version. Since our index size was huge (~600gb) we decided to split it into 3 collections. Now when we are reindexing the repository again the reindexing speed is very poor. Even for our test environment with just 1GB of…
-
Is there a way to dynamically alter the Quick Search Query in D2
Dear Experts, Currently the Filters are applied on doclist Widget but not applied to Quick Search. We would like to force apply the filter selections to Quick Search any suggestions. Can we alter the Query or process the results returned from the search by any D2 customization? Thanks n Advance. Kurian
-
[DM_WORKFLOW_E_WORKITEM_TRANSITION]error: 'Workitem (4a12bc7d801a4d01) fails to make the state tran
Recently I migrated from DFC 6.5.0.118SP1 to 21.4.0000.0147, and without changing my code, when I try to do this: IDfQueueItem oQueueItem = getQueueItem(workflow.getAttachment().getObjectId()); oQueueItem.getWorkitem().lock(); if(!Active.equals(workflow.getAttachment().getStatus())) { oQueueItem.getWorkitem().acquire(); }…