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.
-
OTDS OAuth2 Token Exchange — "User cannot be impersonated in resource Content Server" error despite
Hi all, I'm trying to authenticate to the Content Server REST API using the OTDS OAuth2 token exchange flow (client credentials → impersonate a user → access Content Server). I've done a lot of research and testing but I'm stuck on a persistent error and would appreciate any guidance. Goal: Use an OAuth2 service account to…
-
/v2/multipart error
we are using large upload for 1 gb file, the multipart is working fine however receiving an error when creating a node. {"error": "Upstream service error (HTTP 500): {\"error\":\"Cannot get file info. File not assembled.\",\"request_id\":\"d9d24ced-746f-42bb-a989-c8c18e21e63e\"}","errorcode": 502,"timestamp":…
-
Is there a built-in function to get the Content Server URL?
My function is not within any LLRequestHandler, is there a built-in function to get the Content Server URL?
-
Are there MCP Servers for OpenText products for integration with Claude
Hello, Are there MCP Servers for OpenText products for integration with Claude, specifically for OpenText TeamSite
-
How to link existing archived Document to Content Server
Dear all, I’m a bit disappointed and honestly surprised by what seems to be a simple use case. I would like to create a node through the API in Content Server and link it to a document that is already physically stored in Archive Server. At first glance, this sounds trivial, but in practice it does not seem to be. The…
-
Imaging Enterprise Scan Document Archiving
Hello, So I have been working on archiving documents from my scanner into Content Server. The whole flow worked while testing and now, I had to apply my use case and came across the following scenarios: 1. When applying Global setting for attributes so that value entered on one document can be applied to other document, I…
-
Error in Publication API in IV 25.3 for MS SQL 2022 : JSON_EXISTS not recognized
Hi Team, We are unable to fetch publications using the below query in Intelligent Viewer 25.3 with MSSQL 2022 Server: /publication/api/v1/publications?contains(tags,and(key=keyName,value=keyValue)) We receive a 500 error: { "code": 500, "userMessage": "Server error", "developerMessage": "Unable to find publications:…
-
I have recently signed up for trial version for Thrust services- Facing issue
Hi Team, I have recently signed up for trial version and facing issue. The Admin Centre Overview Page is showing as loading and when i tried creating first Application it shows No organization matching provided id. Can someone help how to fix the issue.
-
Issue with API /otvimbas/pf01_inb_ingest - Exception on Sender Infomation
Hello we used the Json example and called the API and even though the sender information is optional and free text, we get an exception raised by this method : " method IF_SXML_READER~NEXT_NODE by kernel module FXKMSRD_NEXT_NODE FAIL. endmethod. " We have then the same for the receiver information. Is this related to the…
-
DQL query with select * not returning all the properties in API response
Hi Everyone I have been trying to work on DQL to get the documents based on specific modify date to extract the properties/metadata and i have used below API where select query is being used to retrieve all the fields but its not retrieving all the properites…
-
Create a retention policy through api to Core Content
Within our project, we are trying to create a retention policy via the API. Unfortunately, we have not been successful and keep receiving an error message. We have consulted the available documentation (https://developer.opentext.com/services/products/retention/apis/retention-service), but this has not helped us move…
-
PowerDocs Integration With Extended ECM 24.3 CE
Hi, We are working towards integrating powerdocs with our xECM 24.3 CE platform and have hit a roadblock towards its configurations. On following the attached guide for 'Document Generation Customization', we were able to setup the intial setup and authentication between 2 systems. Upon finally trying to generate a…
-
Reporting on Fax2Mail usage using REST API
Hi All, I was curious if there is a REST API way to report on Fax2Mail usage? We are keen to pull in data like number of faxes in, faxes out, which employees are using the system, etc into a more centralized dashboard that contains a bunch of data from the various products our team owns.
-
CWS.jar - We have upgraded our CS 22.1 to 25.1 in Non Production Environment.
Hi Team, We have upgraded our CS 22.1 to CS 25.1. Coming to issue description. We have created some wbesrvices calls like upload document, Get document which were deployed in Tomcat 9 and with Java 11 to support previous version 22.1. Now, As we have upgraded to Content Server 25.1. We want to know the steps how we can…
-
Accessing Business Process APIs outside Appworks environment.
Can we trigger GetProcessInstances SOAP API from an external webpage (through javascript ) or SOAP UI ? I'm trying to trigger but I'm getting empty response. but same request if I try through Web service interface explorer artifact (inside appworks environment), I'm getting the response. Is there anything we need to pass…
-
REST API - extending token expiration
Hello, I have a PowerShell script making REST API calls to Content Server (24.3). One process involves a loop that downloads one document at a time, but may go on for a long time. Our CS setting for session expiry is 12 hours and this affects my PS script too, resulting in {"error":"SessionExpired"}. What would be the best…
-
Fax jobs sent to email are received without a cover page
I a question regarding the recent changes in the otpm/otpmrs (https://developer.opentext.com/services/products/messaging-service/apis/messaging-sms-fax-and-email). Currently, all fax jobs sent to email are received without a cover page. I noticed that in the updated OpenAPI specification for otpmrs, the coverpage option…
-
New CreateUpdate Workspaces API
OT has a new CreateOrUpdateWorkspaces API to do the old SOAP based CreateOrUpdate Workspaces api.It started being avilable in 24.4.4 https://developer.opentext.com/ce/products/content-management/apis/business-workspaces-24-4-0.I in y tesing i was bale to create a payload for main workspace,categories,sets (repeating…
-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
Publications API using Contains query
Currently we've been trying to figure out how to use the Contains Query of the Publications API within Intelligent Viewing, but either this feature is incomplete or we are missing context. Even something as simple as publications?contains(tags,keyTest=valueTest) yields in the following error. { "code": 500,…