Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
New! Supply Chain Traceability app
Sample application demonstrated during the OpenText World 2024 keynote for OpenText AI Data Cloud See the power of OpenText Thrust APIs with a sample application demonstrating Supply Chain Traceability. Step into the premise of a battery supply chain management where different raw materials are procured from different…
-
MIGRATE_CONTENT on SHAREABLE documents
Hello, We need to migrate content from file store to ECS for SHAREABLE documents. Since the documents are multi pages with different content, is there any known way to do this, exemple: EXECUTE MIGRATE_CONTENT FOR '{{objectId}}' WITH target_store= '{{targetstore}}' is it sufficient or should we do this for each page number
-
RestAPI OTDS create a group
Hi, I am looking for an example of creating a new OTDSGroup in OTDS via RestAPI. This OTDS group must be created in a specific existing user partition. Also the authentication part for OTDS. is still unknown if there are any examples for that as well that would be appriciated. Thx
-
HOW Get process data in CONTENT SERVER REST API 22.1
What is the equivalent in rest api 22.1 of the method GET_PROCESS_DATA that was used in soap web service?
-
Records Management's RSI value on documents are not showing latest value within Web reports
Hello, we were asked to include the RSI value on a Web Report that lists all the metadata information about documents. For some reason it is displaying the RSI value of when the document was first added into Open Text ECM, and not the current RSI value (if it was changed after it was first added). The field we are…
-
OCP vs Postman
Why would the namespaces url return different results for OCP vs Postman? https://us.api.opentext.com/cms/namespaces For OCP it returns 4 namespaces: default, system and my 2 app namespaces For postman it returns only the first 2.🤔 (Using the same client id/secret) But if I paste the bearer token from OCP into Postman I…
-
customizations in InfoCenter
Hi, I am trying to implement the customizations in InfoCenter according to the guide "Getting started with eDOCS REST API". I followed the steps: Stop the eDOCS REST API service Copy the custom folder to c:\Program Files\Open Text\eDOCS REST API Server\eDOCS You will have 2 additional folders under the REST API location…
-
Exstream Cloud Native Installation on Kubernetes
Hi There, Is there an posts that describes Exstreal Cloud Native Installation with Kubernetes servers. I got many issues with that
-
Using the output of one dataset as parameters to another dataset in a chain
<p>In BIRT, how can we use the result set of one dataset as parameters to another dataset? I'm not refering to dynamic report parameters (where the user selects between results from a query). I want to chain together datasets from different data sources. How can I use the output of a MySQL dataset to parameterize a query…
-
How to access References using Content Server API (v23.3)
I am trying to find out how I can access the references using the Content Server API. Any guidance how to do this would be appreciated. What I want to do is to import the information about the references (name, etc.) to integrating party.
-
Docbroker not found while installing DCTM 23.4 on Redhat 9
Hello. I am contacting you because I could not find Docbroker while testing the installation of DCTM23.4 on Redhat 9.4. I proceeded with the installation by looking at the Install Guild, but after installing Docbroker, the process is not proceeding because I cannot connect to Docbroker during the process of installing…
-
Image Placeholder postioning issue
We have recently upgraded to Version 23.2.1 from 16.2 using DB upgrade Approach. We are observing the image logo position shifted from the base version. We have used text box with placeholder variable design for image to be placed dynamically using placeholder. Has anyone faced similar issue, please share suggestions.
-
How to upgrade DFS 7.2 to DFS 23.2
Hi, We have written custom DFS 7.2 code and we want to upgrade it to DFS 23.2. How do I start upgrading? Kindly help me with this.
-
Module creation on CSIDE
Hi I just recently installed Eclipse as well as the OScript plugin. When creating a module, I am faced with this error, please help.
-
New! Sample Apps
Introducing Sample Apps The sample apps are built by OpenText staff to highlight how to get the most out of the Thrust Services APIs on the OpenText Cloud Platform. These are a new addition to our collection of developer resources available on developer.opentext.com. Check out the sample apps that we have in the library so…
-
How we can retrieve the dftxml file
Hi, When we upload a document to content server, it will convert to dftxml file for indexing. We need to get the the dftxml file of the document so we can get the text content of pdf/word etc documents. Can you please help to get this done. Regards, Sagar
-
Exstream Cloud Deployment
We are trying to install Exstream CE 24.2. We are using below command helm install "exstream" "Path of exstream-24.2.16-55862.tgz" --wait --timeout 30m0s --set otds.bootstrap.license.enabled=true --set-file otds.bootstrap.license.nonprod="Path of lic file" -f "Path of yaml file" --debug This installation is getting stopped…
-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Integrating csui-sdk-24.2.0 into Angular 17
Is it possible to integrate the CSUI SDK into an Angular 17 project?
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
Custom connector SDK
I was asked to create a custom connector in orchestration workflow to consume data in SQL Server DB. Is there any SDK or document avaible?