-
Unable to test the sample application "contract-approval" provided on the platform
Set up the contract-approval application on vs code, following the vscode-tutorial.pdf tutorial document but unable to load the login page after firing the npm start command.
-
How to capture the LDAP error message in webtop
Hi I am using webtop 6.5sp2 and jdk 1.5. I have configured LDAP for webtop authentication. After particular wrong attempt the user credentials gets locked. But in the webtop login page the error message displayed is "we're sorry, authentication failed". If I enter wrong credentials the same message is shown. I want to…
-
Documentum Server upgrade with CS-Docker-Compose_Seamless.yml
I've been running Documentum Server 23.2 with Docker using the provided CS-Docker-Compose_Stateless.yml file. Now I would like to upgrade to 23.4 and I'm not clear how to proceed. There is another file called CS-Docker-Compose_Seamless.yml and I'm not sure if and how I should use it. From what I can see, both files are…
-
Adding multiple table rows in xECM
I have a table with 3 columns and >100 rows, is there a faster way to add them to a Form in Extended ECM ?
-
AxBRAVADTXLib.AxBravaDTXView compression settings .tiff .ini
Is there a way to configure compression settings when publishing a tiff? either through a c# object or possibly reading an .ini file
-
Does Create document in /v2/nodes API support multipart/form-data?
Hi, I am having trouble uploading files with the Content Server 22.2 REST API. https://developer.opentext.com/ce/products/extendedecm/apis/contentserver222restapi POST /v2/nodes Create document required fields: type, parent_id, name, (file or upload_key) defaults: type = 144 Please tell me about the above. Is the…
-
16.7 Docbase clone - crypto
We were doing docbase clone after the db clone. After the clone is completed , we updated the hostname and other bunch of dm_server_config, dm_acs_config,dm_jms_config,views etc as per guide. As we were planning to change crypto mode from 3DES to AES 256 we ran the scripts to clear the crypto key , generated new aek.key…
-
PHI and PII protection in patient data collection
One of the 5 challenges for this Hackathon was centred around PHI and PII protection in patient data collection. Why this matters? Patient confidentiality is the utmost important factor when designing healthcare solutions. Protected Health Information (PHI) is a specific type of sensitive Personally Identifiable…
-
Got error when trying api/v2/nodes/{id}/nodes?fields=properties{name,id}
When I tried to use "api/v2/nodes/{id}/nodes?fields=properties{volume_id, name, description, type_name}" to filter columns returned, I got error below: java.lang.IllegalArgumentException: Illegal character in query at index 98:…
-
When does DocumentManagementClient.GetNodeByPath() method in C# program hit error
I am developing a C# program to upload a document into a folder in OpenText. I use the following C# code snippet to obtain the Node ID of the target folder in OpenText. ================================================================= long myRootID = 2000; DocumentManagementClient docManClient = new…