-
API Authentication with Thrust Services Free Trial
We are unable to get a valid bearer token for the CSS API, or make any successful API calls, for that matter. We tried the online api tool (https://developer.opentext.com/services/products/content-storage-service/apis/information-storage-css-3-0-0) As well as a direct curl to the token API: curl --location --request POST…
-
How to get new object DataID after using the COPY WebReport tag
Hi, How to return the newly copied DataID after executing COPY WebReport tag? We don't want to use WR Trigger here. Thanks,
-
Help to create Custom transformation
Hello, Usually the OTMM will transcode the video using FFMPEG but the FFMPEG is not supporting .R3D format. The RedOne CLI will help to transcode it from R3D to MOV format. So, I want to create a custom transformation which should be trigger when R3D video ingested in OTMM, once its transcoded from R3D to MOV then can…
-
OTCS Rest API testing through SOAP UI
We regularly used postman for API testing , but recently we had to move to soapUI. while trying to run a basic OTCS upload document rest API request through the soapUI utility , observing the below error : { "error": "Could not process object, invalid action 'create'", "request_id": "fd927e3c-0273-4e18-980e-e6835430430f" }…
-
Is there a supported method to retrieve a token after initiating an OpenText workflow?
Is there a supported method to retrieve a token after initiating an OpenText workflow and securely transmit that token to an embedded iframe pointing to an external website?
-
What is the general approach for adding a sidecar container to a DCTM Helm chart
We want to add a sidecar container to run the OTEL collector for gathering application logs within the pod. Before proceeding, we have a few questions that need clarification: Is there a recommended approach for adding a sidecar container to the DCTM Helm chart? Are there any developer reference documents or links…
-
How to Build a WebReport to Delete Nodes Based on Filenames in a CSV File
Hi everyone, (Posting on behalf of Pierre) I'm working with OpenText Content Server 21.4 in a pre-production environment and need help designing a WebReport that performs the following: A CSV file (deleteme.csv) is uploaded to a specific folder in Content Server. The WebReport should read the CSV and extract a list of…
-
Core Capture Extract Page Error ER1109
Hi! I tried uploading a file to /session/files which gave me the uploaded file id as a return using this file id, I called /session/services/convertimages since i uploaded a pdf file and extract page does not accept pdfs. The convert images converted the pdf into a tiff (since the pdf is one page only), and i got this I…
-
Getting Java heap space error while uploading document with size of 1 GB data
Getting Java heap space error while uploading document with size of 1 GB data. Please help to find which configuration file i can check to identify the heap space related setting. We are running on iis with 23.4 CS version
-
Core Capture Swagger Test
Hi! I am trying to test Core Capture APIs but it seems like there is no way to test it here? APIs | Developer | OpenText I cant seem to find the "Authorize" nor the "Try it out" button. Also, i tried Authorizing in other services (for example, Capture service), and i keep getting Unauthorized. For reference, i used the…