-
Is it possibile to create a custom manager such as the "ImportManager"?
Hello all, I need to create a dialog to import files from another system through D2 UI. I tried to create a custom manager class like ImportManager and replace the 1st dialog with a custom one to make users can select infos (from registered table) to import. users need to edit properties for each item and that's why I…
-
Workflow Execute step - How to?
I want to use the Execute step in the workflow map designer to make it run a custom .exe on the file system in specific path. It's quite unclear how to achieve that. I tried to look out for info in the help section and the official workflow documentation without any luck. Does anyone have experience in achieving that goal?
-
Update WF Attribute with a variable without single quotes
Hello everyone, We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it. We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID" [LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]'…
-
Unable to Upgrade OTDS from 21.2 to 24.3
Subject: Assistance Required for OTDS Upgrade to Version 24.3 Dear Team, I am in the process of upgrading OTDS from version 21.2 to 24.3 and followed the steps below: Backed up Tomcat 9.0.34. Uninstalled the older Tomcat version. Upgraded Tomcat to 10.1. Redeployed the configuration files. Updated the Tomcat version and…
-
Check-in multiple documents at once in D2
I have a requirement to select multiple documents or a folder and check-in all the documents at once. Right now, there is no Apply to All or Ok to all in the Check-in user interface therefore, I created mine (called by a menu entry with the ShowDialog Entry. It looks like In the Dialog's java class, in the Validate()…
-
Migrate Content Job
Hello, I am migratign a large amount of content from one file store to another using the Migrate Content Admin job in Documentum Webtop. However, when I run this job it makes Webtop very unstable. I would like to schedule this job to run in the evenings, migrating a month of data at a time. I have data going back as far as…
-
Setting Ingress annotations during OTXECM deploy (Content Server focus)
Hi, More a discussion rather than requesting advice, but this may help someone. I've been doing my test deploys primarily to Google Cloud (mainly because I was able to get access to a PP deck outlining the details of this). One thing I do in order to get https working is I use ingress-shim annotations in my deployment to…
-
New release of the Developer Workbench
The developer workbench is a test application that allows developers to understand the functionality and how to use the OpenText Thrust APIs. It offers a highly configurable user interface, offering perspectives (such as Library Management, Process Admin, Capture), and what to show and not to show in these perspectives. As…
-
NAAF Fingerprint 2FA not establishing
Hello team, We are trying to implement 2FA using NITGEN eNBiosScan-C1 (HFDU08) fingerprint device. We are using NAM 5.0.3 with NAAF 6.4.3 with windows 7 client. The device service is accessed in the user enrollment page of NAAF and the device is working in windows 7 client. We are stuck in a position where the error on…
-
How to retrieve the r_folder_path of documents using Documentum Rest /Search Endpoint
Hello Techies, I am currently exploring Documentum REST and have a requirement to retrieve the r_folder_path along with the document results from the search endpoints. Below is an example of a search endpoint I used, but the results do not include the r_folder_path. To fetch the r_folder_path, I tried using the /dql…