API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Error uploading a document: skipped items
Using Content Server v23.2— a user is unable to add a document to a folder and receives the error: Add version upload error, you are not allowed to perform this action. The user has assigned access to the parent folder, including "add items" and "add major version". I can add a document to the same folder using my admin…
-
OpenText Web Report to apply permission to subfolders
I know how to apply permission on single folder. But we need to inherit to subfolders. [LL_REPTAG_1 PERMACTION:ACL:[LL_REPTAG_!SYALLOPRO USERINFO:ID /]:UPDATE:"SEE,SEECONTENTS" /] Please guide me if do we have any tag on this.
-
How to Delete "In Use" Storage Providers?
We need to delete one or more Storage Providers in OpenText Content Server, but the system prevents deletion because they are marked as "in use". I need to delete these Storage Providers because I’m encountering an error while updating my Content Server from version 16.2.8 to 16.2.9. The error is the following: otcs.log:…
-
Your session has timed-out.,,,urn:RecMan.service.livelink.opentext.com
I have a .net application that makes calls to webservices (CWS and Records Management). One one machine, it works fine, on another server, I get this time-out error just in the RM webservices logs (not in CWS, that still works on both servers where Content Server is located): TRACE [6] IRequestContext.ServiceToken =…
-
How to fill user field when initiating Workflow with REST API?
Hi, I'm using a REST API POST request to run a workflow that I've created. This workflow has attributes. I do manage to assign a value into attribute number 1 as you can see above. The problem is with attribute number 2 : Attribute 2 is with type of User. I tried to put into the json body request in the relevant…
-
Is there a way to read files from Server Path using Webreport?
Constant Filepath :S:\SA\Bus_Activity\Records_Mgmt [LL_Reptag_$filepath yyyyyy /] Solving for yyyyy so that tag can read files on This location?
-
enterprise connect is returning HTTP Error connection failed
Hi team, Enterprise connect is returning HTTP Error connection failed, while trying to connect via Windows File Explorer. In EC logs, I see below error, as per screenshot. Upon trying to connect two to three times via the 'windows file explorer', the error auto-resolves. Please advise. Regards, Vishnu
-
Issue with Inherited Permissions in Document Management System
Hello, I am currently working on our Document Management System, and I have implemented several web service calls (using C#), such as documentManagement.ListNodes, to retrieve the nodes in a folder and set up the appropriate permission rights. These operations are functioning as expected. However, I have encountered an…
-
How to ensure re-deployment of helm is "from scratch"
Hi, Working on Helm deployment ot Content Management (xECM) 25.1 and running into some errors. Deployment finalizes 100% pass but otac-0 pod doesn't come up and throws: Enter authenticate Error: 401 Client Error: for url: http://localhost:8080/ot-admin/rest/auth/users/login Exit authenticate When correcting presumed error,…
-
How to handle case sensitive using web report when CS database is designed as case sensitive
Hi, Can anyone help me on this. We are passing user names as CSV source file to Web Report in any of the format ( like it includes upper and lower case letter) and we are trying to match these users names with Database. Based on the match we have to perform some functionality. Here, the problem is database is designed as…
-
ObjectImporter and long paths
We are using ObjectImporter to import files from unc. ObjectImporter is failing for all network paths larger then 260 charachters. This is often a known limitation with old .net programs. Is there a way to pass this limitation?
-
Going from Template Workspaces to Business Workspaces - need help finding documentation.
Hi there - We are in the process of upgrading our OpenText ecosystem. All has been going well so far, but we noticed that in the future, Template Workspaces will no longer be supported. Business workspaces seem to be pretty similar from what I'm reading but we have an extensive library of different binders + templates we…
-
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…
-
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
-
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…
-
CSUI FolderBrowserWidget CSS problem since upgrade to 24.4
Hello All, We encounter a CSS Problem for our Widget FolderBrowserWidget since we upgraded our extended ECM from 23.2 to 24.4. In 23.2 this widget worked fine and since we upgraded to 24.4 when you go to the properties of an object (document or folder) all fields (general or categorie) are not correctly rendered, some…
-
What do I need to create a session and log in using JS?
I'm trying to connect to an OpenText server using HTML and JS. This server contains all the folders and images I want to access via JS. I can access this server directly via URL and view the folders and all their content, but when I make the request(POST /v6/sessions) using JS and the same credentials, it returns a 401…
-
Nickname as parameter in a Content Server URL
Is there a parameter already existing for the nickname in Content Server classic view links? Instead of using /livelink/llisapi.dll?func=ll&objId=11111111&objAction=RunReport I would like to use /livelink/llisapi.dll?func=ll&nickname=mywebreport&objAction=RunReport. The goal is to use the same link to trigger the same…
-
Using a JSON object as a webreport source
I am writing a basic WebReport to modify document attributes. However, the specific data IDs I want to modify are being sent as a JSON object in the raw body of an API request. How can I use a WebReport (or live report) to accept the JSON object and apply WebReport tags? The body of the API is formatted like this: {…