Thrust Services
Create the Information Management solution you need to solve key business problems or develop new innovative apps that delight your customers.
-
TIP: How to determine your Tenant ID, and Tenant Username & Password
Accessing OpenText APIs require you to know your Tenant ID, and Tenant Username and Password. If you were not able to capture these during the Trial signup, here is another way to find these out. 1. Login to your Developer account on developer.opentext.com. 2. Select Console - OpenText NABT from the dropdown menu. This…
-
How to get openapi specifications from developer website
In the new developer website, there is now way to download the openapi specification anymore. This was crucial for development, is it just a missing feature that will be added later?
-
Core Content for SalesForce
Hi All, We are trying to setup CoreContent and integrate with SalesForce. I am following the Admin guide : KB0784677 and Integrating with Salesforce as a reference point for my configuration. While doing the configuration, we have noticed two issues. Any help on the following is much appreciated. In Salesforce, we have to…
-
error opening workspaces and other items when logged in with Azure
We are having problems opening workspaces and other items when we are logged in with Azure. The problems do not occur when we login with accounts created within Core. It seems the problems occur since the last upgrade from Core Content. Opening a workspace shows the following error: Console logging is as follows:…
-
Your trial could not be activated
Hello, I'm trying to sign up for the 90-day trial, but get an error after filling in the requested details and hitting the Try now button: ReasonWe failed to create the developer account, please contact us via https://forums.opentext.com/forums/developer/categories/sitesupportError…
-
Developer site survey - let us know what you think of the latest release!
With the latest release, we introduced an entirely new browse experience based on data and a structured framework. The new sidebar offers seamless access to all resources for each product, service, app, and tool you need to begin your build. Please answer a few questions to help us identify areas to improve your OpenText…
-
Core Case API problem with Postman when trying to create a case instance
Hello I try to create an instance of a case but we receive an error {"errors":[{"code":4059,"message":"Error while creating case instance"}]} POST https://eu-1.api.opentext.com/case/api/v1/case-definitions/96313279-a1ca-43a4-8144-a47c5af043f5/cases The problem seems to be linked to the file testCase.json in the console…
-
NEW - Decision Service
Decision Service is now live, available as part of the Developer trial alongside other Information Management services. Decision service can be used to handle business decisions in the applications using defined business rules. To help you design a decision model and manage business rules, a new decision table modeler is…
-
error integrating Core Content with MS Teams
I am trying to setup the connection between Core Content and MS Teams. To do so I followed the steps as described in the documentation from OpenText (AdminGuide). I created an Azure App with the assigned API permissions: I configured the settings in the Admin Center: I enabled sharing with Teams within the Core Content…
-
How to configure a default documenttype on a folder within a workspace?
Hello, In the workspace configuration I have configured 3 folders as a template for my workspace: When a workspace of this type is created it containts the following 3 folders: Now I want to configure a default documenttype for the folder “Apology Letter”: When I navigate to the folder that contains the workspaces, the…
-
Core Content integration with Core Capture
Hi, I'm currently trying to do the Core Content integration with Core Capture, which is demonstrated on the following video: But for now I'm playing with the Export options of the profile I'm doing, in order to push it on the Core Content. On the docs, the Core Content platform is not really specified. So I tried to…
-
Error when launching workflow service
Hi, I am working through the Contract Approvals tutorial app. I got to the point of testing the app and when I got to the step where the workflow is intitiated - an error occurs. Looking at the error it doesnt provide much details so I was wondering if someone could help point me in the right direction. Thanks :) Error -…
-
Unable to connect to Core Capture Designer
Hi, I'm unable to connect to Core Capture Designer. I successfully connected yesterday, but today when I wanted to log in Core Capture Designer the field for the subscription name was not present. So I suppose that yesterday I was able to get this field because of my previous connection, when I was using the Free Trial…
-
Related to CMS and CSS REST api
I uploaded the file using CSS and CMS REST api. Now I want to check where it is uploaded ie I want to check from dashboard. But I can't find the dashboard so please tell me where it is uploading and how can I access it using GUI. i follow this tutorial to upload file:
-
Capture readbarcodes not recognizing QRCode
Hi - I am submitting the attached QRCode (I have tried several from many sources with same result) to capture readbarcodes and it does not recognize any QRCode barcodes. The api works fine for me with several other types of barcodes. I don't get any error with the QRCode - just nothing found. This is java - but it will…
-
Error when installing Core Capture Designer
Hello, I'm using Core Capture on a trial license and when trying to install the Core Capture Designer, is has as requirements, the installation of OpenText PixTools Runtime. If I try to install this requirements, I then receive a message saying that the installation files can't be found. Is there something missing in the…
-
Filter on multiple attributes
Hi All, With the content metadata service i'm trying to combine a filter. So when I use the filter: " status eq 'Concept' " it works. When I use the filter " name like '%test%' " it works too. Even when I do "status eq 'Concept' and name like '%%' " it works. However when I use the filter "status eq 'Concept' and name like…
-
Not getting password reset email for application user
Hi, When doing a password reset for a user of one of my DevX (multi-tenanted) applications in my developer tenant on Build & Test, I do not get the password reset email. Can you please assist? Thanks.
-
Error: ID Token does not match Access Token when signing up for Developer Trial
You will receive this error when your OpenText Account User Id is not the same as your email address. The migration to IAM for OpenText Account from September 11th, 2022, has introduced a separate User Id as well as a user email address. Users signing-up for the developer experience and associated developers trials MUST…
-
Core Capture API Real Time Service: Process Image / Process Image Pipeline
Hi, I am trying to use the Process Image / Process Image Pipeline; services from Core Capture API Real-Time Services with a previously created image processor profile in order to enhance an image taken by a phone camera to handle QR Code detection. All requests are made with Postman and all status code are 200. The first…