-
After hostname changed, encountered some error
Hi all, I recently performed a hostname change for the windows server as well as documentum servers. However, I am getting this error from the repo logs. Also, I used OTDS to authenticate the users, but when I go to login to D2 it throws an error saying "[DM_SESSION_E_AUTH_FAIL]error: Authentication failed for user…
-
Is there a way to show the list of public searches without using the default SearchWidget?
Hi, I have a question about the usage of the D2-Smart View widgets/tiles. I want to change the main landing page by replacing the default SearchWidget with a "button" that opens the list of the saved/public searches, just like clicking on the title of the default Search widget. I created an OpenURL widget with the URL that…
-
Unable to run Content Connect as a Windows Service
During the installation and configuring content connect, I am getting below error C:\Users\dmadmin>cd C:\Softwares\content_connect_21.4_0156 C:\Softwares\content_connect_21.4_0156>Service.bat add ***** Adding Windows Service***** Error: Cannot find module './build/Release/service' Require stack:…
-
Documentum Smartview SDK
Documentation for the Smartview SDK provides information to set up the SDK locally and develop custom implementations. The Documentum Smartview SDK consists of sources, binaries, documentation, and samples for: Documentum Smartview UI extension environment. D2-REST services extension environment. D2 plugin development…
-
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…
-
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.
-
Learning to deploy Documentum on Kubernetes- UNSUPPORTED
A tutorial using Docker Desktop Kubernetes 😉Special thanks to Jose for contributing this tutorial. It is unofficial and unsupported. But very good info to consider. Both files are needed, together, the PDF and the 7z. Slide 38 is WIP that might come in future versions. (Kubernetes Dashboard, metrics server, Kafka,…
-
How to restore a deleted workflow on a document?
Hello, I have executed the below api to destroy the workflow but I want to know how I can restore the workflow back on the document: destroy,c,<workflow_id> Is there any api used to restore a deleted workflow? Any help is much appreciated. Thank you.
-
is there API endpoint for Document to update it in D2 using D2 REST API?
is there API endpoint for Document to updated it in D2 using D2 REST API? Objective is to search the document name using unique name and get the objectID to update its meta-data. I do not see any API where I can find a objectid using search criteria. is there any examples ? DFS was way better than D2REST ,it is…
-
How to pass performer dynamically while initiating workflow / completing manual activity using DFC?
I've developed a process (workflow template) within Documentum Workflow Designer. This process includes three manual activities, and for each activity, the performers are configured with the "Previous Activity Performer to Choose at Runtime" option. I'm utilizing the following code to initiate the workflow and successfully…