-
seeing Thread specific globals $$'s in CS IDE
The Global Vars option does not show the thread specific ones, is there a way to show them in CS IDE ?
-
Exstream API and OTDS Token
Hi, Using OTDS how to get Bearer Token for API Authentication. And, what is expiry time limit for token.
-
IAPI failed to run because of a failed status returned from dmAPIInit() when executing through batch
Hi All, We are automating our build process through Jenkins tool. As part of this automation we need to execute .api and .dql files. For that we are placing the command in a batch file and executing it in Jenkins. we are getting the below error in Jenkins console when it tries to execute that batch command. We are able to…
-
How to change the display name in my profile
Hi there, this one is about the community itself. I'm editi my profile and I can;t change my display name. It says I don;t have the permissions to do that. How do I get the permissions?
-
Appworks platform Monitor is not ready for the application server instance
Solution:- Add double quotes to the ImagePath in regedit. quit the regedit. Restart the services.
-
Core Capture Services REST API Authentification
Hi, We are trying to implement the Core Capture Services REST API(https://developer.opentext.com/imservices/products/captureservice/apis/captureservice), but I am having a hard time putting it in place. I am trying to make calls to the Core Capture Services REST API via Postman to our development server. Some calls were…
-
CMS API : filtering type instance query by multivalued attribute
Hello to all, I am using the CMS api /cms/instances/file/{type}?filter={attribute}={value} I need help finding the correct syntax to use for the filter when the attribute is multivalued , in my case the attribute is "receiver_s_email" and is an array - THANKS
-
Content Services Platforms
Hello fellow developers :) Allow me to introduce myself; I am a Senior Java Developer with a background in the exciting world of web development. My company is providing me with the opportunity to delve into OpenText, specifically focusing on the content services platform. I'm curious if my experience in Java can be…
-
Is Cloud Fax and RightFax the same?
I am currently trying to learn how to send a fax via api. And based on opentext documentation I only saw CloudFax. But I read rightfax also has an api. Are the two just the same? if not, what are they differences? I hope someone can help me for this. Thanks
-
RestClient not presenting entire response
Hi, I'm trying to use the RestClient.PostFile() method. I've passed in a file, supplied its MIME type as well as a few parameters. In Fiddler, the request looks about right - it comes out as a multipart form-data post, and I get a proper response from the API. When I test in Postman, the request comes back with a file as…