-
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…
-
Issue with Callback endpoint
There seems to be a bug based on your documentation: "When the callback URL is set via either of these methods, OpenText messaging service will POST the final fax status as application/json to this end point. The schema is the same as in the response from "Get fax status" method except that the values of "job_state"…
-
D2FS Dev Documentation
Hi All, Is there any good developer documentation for D2FS? I know there's a bit of example code and also Javadoc part of the D2 SDK. But I'm more looking for some document similar to the D2 Rest documentation which is also part of the D2 SDK. I.e. it should go in more detail about the functionality available and according…
-
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 get actual directory path where the Documentum documents are stored in the server
How can I obtain the actual directory path where the Documentum documents are stored on the server? Additionally, how can I retrieve the Document Object ID? I have a script provided by the previous employee who managed the Document Management System (DMS). However, when I attempted to execute the script in the DMS…
-
Error in BPMEngine.NET/ECL.rem
I get the following error when accessing BPMEngine.NET/ECL.rem : Server encountered an internal error. To get more info turn on customErrors in the server's config file. Check the following link that has recommendations for your configuration and I have already applied that part:…