API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Confg OTDS Server for MFA – SameSite=None
Hey, I’m running Content Server 24.4 and OTDS 24.4. I am trying to setup MFA using a MS Azure SAML 2.0 auth handler. Our HTTPS certs are managed by our networking team on a separate proxy server. This means that all the internal traffic is only http(port 80). Because of this configuration, we are losing the…
-
FolderBrowserWidget loaded using WR HTML widget in Workspace tabbed perspective issue
Hello, CS 22.4 We have a workspace that has multiple tabs where tab 1 is standard browse (shows workspace content) while tab 2 has WR HTML widget that is loading FolderBrowserWidget. In general it works fine, however, there is a problem when we switch between tabs: Open WS and go to tab 2 (with WR widget) and…
-
How to get a horizontal scrollbar in smartview?
hi I'm sure this will be simple to someone smarter than me, but I can't work it out. I've created a webreport using the simple table smartview template. The table is wider than the container that the table is in, and although it automatically adds a vertical scroll bar, I can't work out how to add a horizontal one. I've…
-
I am installing content server im my machine but the admin page is freezing
I am installing content server im my machine and after some configurations i reach the enterprise data source creation. After pressing create the process takes forever and doesnt actually end. When i try to access admin page it just stays loading forever. I checked the thread1.out log file and i found this error but I…
-
Unable to login using SSO after OTDS upgrade to 24.3
Hello All, We have recently upgraded the OTDS to version 24.3. After that, we are unable to log into OTCS using SSO. Once we hit the OTCS URL, it is going to the IdP Metadata URL configured under the Auth handler in OTDS. After that it is again showing the OTDS sign on the screen. In the log we are getting the following…
-
SetForm
how can use in web report tag guide to use Setform or SETWFFORM in OpenText Ex: [LL_REPTAG_!WFID SETWFFORM:<formTempFacsID>:<IDFACEID> /] don't work
-
Update WF Attribute with a variable without single quotes
Hello everyone, We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it. We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID" [LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]'…
-
Unable to Upgrade OTDS from 21.2 to 24.3
Subject: Assistance Required for OTDS Upgrade to Version 24.3 Dear Team, I am in the process of upgrading OTDS from version 21.2 to 24.3 and followed the steps below: Backed up Tomcat 9.0.34. Uninstalled the older Tomcat version. Upgraded Tomcat to 10.1. Redeployed the configuration files. Updated the Tomcat version and…
-
How to download a file by WebReport?
I **** to download a file by WebREport,How to do?
-
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
-
Rest: How to remove a use from ACL list
When removing permissions for a user (ACL) using the webservices it removes the user from the list on the UI completely. When i did the same with REST, it seems to leave the user listed in the ACL list (with no permissions to the object). SO the differences is that the name of the user is still in the ACL list of the…
-
llserverworker Memory leak
HI: My system version is 21.3, and the llserverworker process consumes 40GB of memory while the system is running. I restarted the system to solve the problem, but after another month, the memory reached 40G, please tell me how to adjust it.
-
OTCSTicket 401 Unauthorized Issue
Hey, I'm working on a java application that gets documents from the content server. The issue here is that when I generate the auth token from postman using the following API and pass it to the respective call as OTCSTicket, I'm getting the appropriate response, it works just fine. https://{url}/otcs/cs.exe/api/v1/auth…
-
How to open OFD files in CS
I have a requirement here. After uploading the OFD file, you can open it in CS to view it
-
Hot to set Expiration date to a document and send notifications?
Hello everyone, I'm working with the Records Management's OOTB features of OpenText and I would like to create 2/3 types of documents that have different expiring periods and send a notification when the document is expiring. Can anyone help me with some examples of implementation? Do I have to use RM classifications?…
-
Uploaded a new version of a document using Content Server API but cannot open the file
I have managed to get the uploading of new versions of word files version to OT working using /v2/nodes/{id}/versions. When trying to open the new version we are receiving following messages: "Word found unreadable content in <filename>. Do you want to recover the content...." and if clicking "Yes" I am getting another…
-
Content Server Database Tables
HI. I need to access a category attribute of each content server document to validate a date. I'm using LiveReport / WebReport. Can you tell me what table I can get the documents from the content server and also have access to the attributes of the categories of those documents? Regards, Felipe.
-
calling v2/search API with Employee ID
Wanted to get all documents of employee id in v2/search API Need to know what could be the value in where condition.
-
How to get the Data ID the last folder in a given path in Content Server? - REST API
If I have a folder path in content server which is let's say : A:B:C:D I want to get the DataID of the folder D. How to get the last folder DataID? I did SQL query but it's not fast enough. On the REST API I only familiar with the ancestors of a given DataID. Any other way I can somehow to achieve the required goal? Thanks.
-
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.