-
How to download prebuilt Docker imges for InfoArchive
I am new to this but hoping to get help from all the gurus here, I need to download prebuild docker images for Info Archive - • otia-ias:24.1.0.n-m • otia-iawa:24.1.0.n-m • otia-mgmt:24.1.0.n-m • otia-otds-ia-init:24.1.0.n-m and download the packege - infoarchive-24.1.0-n-k8s-helm. zip I have signed-up and created an open…
-
Documentum D2 Smartview DocList Widget
Hi, Is it possible to configure a 2nd doclist widget for Smartview UI that browser a different section of the repository? I have getting an error when the smartview ui load, I have configured the widget on the D2-Config and added it to the Landing page xml with no luck See error and landing page xml below <!-- Landing Page…
-
RightFax Version 20.2.3.4739 Causes API Call Misbehavior, with RightFax/API/Documents
When we invoke the REST call to our url , http://172.31.23.95/RightFax/API/Documents?jobId=10361&userId=2&filter=JobSucceeded&skip=0&top=50&userId=2 We get back…
-
Why am I getting a 401 error
Using Postman to build my command. Running the command I get a 401 = The request is unauthenticated. Please pass the correct auth code. What is it finding that is unauthenticated? There is a message "Please pass the correct auth credentials". The script already has the XM-Token_Authorization. This seems to be a…
-
Not able to deserialize data provided.
I have been testing the example in one of your tutorials using the API to send faxes. Below is the logging of the problem. What does "Not able to deserialize data provided." mean? What is wrong? See code/log I uploaded. Darryl Freinkel.
-
How to handle case sensitive using web report when CS database is designed as case sensitive
Hi, Can anyone help me on this. We are passing user names as CSV source file to Web Report in any of the format ( like it includes upper and lower case letter) and we are trying to match these users names with Database. Based on the match we have to perform some functionality. Here, the problem is database is designed as…
-
how to upload in particular folder
Hi Team, I am using 90 day's trial version. I am Integrating OpenText Content Storage Services API's to our existing App, can you tell me how to upload documents to a particular folder Thanks Kailash Singh
-
Is Gupta Team Developer going to be discontinued?
Dear OpenText: I've been a GTD Software Developer for more than 20 years and I am looking to know if OpenText plans to discontinue Gupta Team Developer. Thank you, Conrado
-
I need help creating a Live Report for all missing documents.
I have a requirement to report on all missing documents within a specific document type across all created employee workspaces. How would I create a custom report in xECM 23.4?
-
How to assign a ACL to a folder using REST
I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details: POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid> BODY: {"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}} The call executes and returns a…