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.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
Core Fax API with Oauth 2
Hello, Does the OpenText Core Fax API (REST and SOAP) support OAuth 2.0 authentication? Thank you!
-
How can i generate a user token for an SSO account using Core Fax API?
How can i generate a user token for an SSO account using Core Fax API? The doc only refer methodology using local user. Thanks for your help.
-
PDF compliant to PDF/UA
We try to improve the accessibility of our PDF output. This output had to meet the PDF/UA standard according to Documentation "A PDF/UA document is a PDF 1.7 document that complies with additional agreements for digital accessibility." Is there some information or guideline to reach this standard? At the moment we use…
-
Help Needed with Integration Issues in OpenText
Hi everyone, I’m facing integration issues with OpenText Intelligent Viewing and Content Server. Despite following the setup instructions, I'm running into authentication and authorization problems. Here’s what I’ve tried so far: Checked user permissions and roles. Confirmed the service account setup. Reviewed…
-
oAuth Clients in OTDS
Hey Folks, I am wondering if anyone here worked with oAuth Clients in OTDS. I tried Authorization flow and it works great. I am trying to see if Password credentials flow will work with the oAuth client that is created in OTDS. Thanks Mahesh
-
Migration Archive Server documents into Core Archive
Hi, Dear Colleagues! I would like to raise up one very important topic for migration with Migration Tools approach. Situation at glance: We have Archive Server OnPrem with 10 Logical Archives. We have installed on the other VM: Core Archive Connector + Opentext Migration Tools. Initialization script "otcam-config" was…
-
Enable 25.2 feature: Encryption of entity properties – Preview
Hi, How can I enable this 25.2 feature from the release notes: Encryption of entity properties – Preview. I thought it would be something like below in the wcp.properties, but after a TomEE restart nothing is found to try it out or maybe I'm just looking at incorrect places?…
-
GOS Attachments to OpenText xECM Workspace?
Hi Developer Team, I have a use case where I need to move attachments added via the GOS (Generic Object Services) menu in SAP to the OpenText xECM system. For example, when a user creates a Purchase Requisition (PR) using transaction ME51N, they may attach a document using the “Create Attachment” option in the GOS menu…
-
Business Workspace sync across Env's
Hello, We are looking for Business Workspace sync across xECM. Suppose, if a Business Workspace is created in PROD, same should be replicated in lower Env's. Note: Only BW to be created, data/files are not required. Can anyone suggest approach, thanks !!!
-
What will be the best process of migrating SharePoint data to cloud xECM?
Hi Developers, Regarding the migration of data from SharePoint to OpenText xECM Cloud, particularly for large files exceeding 200+ GB, the standard cloud procedure involves: Exporting SharePoint data to an SFTP location. Using XML control files to facilitate structured import into xECM Cloud. Do we have any other approach…
-
Query for createTraitDefinition
Hi All , Can some one help me to understand the createTraitDefinition attribute properties. Is attribute properties are fixed or Can we add a custom property to attribute i.e like the below examples custom1,custom2, custom3 ? Swagger API :…
-
Passing Smart parameter : current location : to the web report
Hello, I need to show my WebReport as Smart UI Widget. The current NodeID (depends on user's choice) will use as parameter's for the report by default . Is it possible to use some "smart" parameter? How I can achieve such requirement? Thanks , Olga
-
Getting error - Thrust service API Authorize Error
Can some one help to solve this error Error Details : {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}
-
How to hide some columns in TableReportView
Hello, I have a SmartUI TableReportView used to shows some data. I need 2 data for each row in order to invoke a subWebReport. How to I can Hide the columns in the tableReportView? Thanks Alessandro
-
How to search for a specific document in a web report
Hi there We have a WR constant which is a known folder within CS, and we have a WR parameter which is the name of a file we want to open from that folder (if it exists). I don't seem to be able to find the simple search or "Get node by name" tag that will find that file .. I feel like I must be missing something obvious. I…
-
Have there been changes to CS 25.1 api/v2/nodes/{id}/nodes call?
Hi, I hope I haven't missed anything obvious. This call in CS 23.4 (and I think all the way up to 24.4) works just fine (servers are VMs): https://server6/otcs/cs.exe/api/v2/nodes/2000/nodes?fields=properties{parent_id,id,name,type,mime_type,create_date,modify_date}&fields=versions{id,version_number} The same call in 25.1…
-
Looking to create AWS Textract OCR engine option for IC
I have an AWS Textract account and would like to integrate it as a selectable OCR engine within Intelligent Capture. I was told there is already a Google Vision deployment, is there also an AWS Textract option available? If not, has anyone already integrated AWS Textract? Thanks in advance!
-
I ran one of the examples in the tutorial in pm. How do I find what error 599 is?
"Accept": "application/json", "XM-Token-Authorization": "{{your_authorization_token}}", "Content-Type": "multipart/form-data", "Attachment": { "fileName": "C:\KT\Fax\test file 2.pdf", "type": "application/pdf" }, "Metadata": { "faxOptions": {}, "userId": "AppDevFaxUsr", "subject": "Sending a test fax from the tutorial",…
-
Using the example in GIT, the results make no sense, what is wrong?
I am using the example from the Github repository. I placed it into Postman, made the necessary changes and ran it. Here is the json with names etc changed. https://{{api_endpoint}}/v1/fax/send { "id": "645ca779-55fb-42bf-8b55-5ac1a20c2ac6", "name": "XM Fax Cloud Env", "values": [ { "key": "account_name", "value":…
-
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…