API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Smart View Perspective Web Report
Hi all Can anyone advise whether Parameters can be passed to a webreport which is on a Content Intelligence HTML webreport Perspective - from a URL? I can do it in Classic view, but Smart View fails pass the parameters through. Thanks
-
Object restriction
Hi All, The requirement is to limit the objects availability in a particular path. Folder should not be available in this location [Enterprise»Legal»Legal & Compliance] Only Document should be available under this location and no other objects should be listed in +add item. Location: Legal»Legal &…
-
How to upload or download documents from ongoing Workflow?
Hello everyone, We're trying to achieve a functionality where we need to extract or add documents to an ongoing workflow. Basically download/upload a Node from the Attachments Folder. We've experimented with draft processes where we managed to get the ID of the Attachments Folder where we accessed some default documents…
-
How to update attibute of process Content server Rest Api
How to update attibute of process Content server Rest Api
-
Error in requirejsDependencyCheck
Hi team, I want to reference a widget which lies in another bundle of ours. I changed the config-build.js to locate the widget prefix, so the path to the widget is correctly resolved. However when I grunt, I get an error : Running "requirejsDependencyCheck:all" (requirejsDependencyCheck) task >> Module…
-
Need to provide large input through LiveReport
Hi My requirement is if we select i/p type SQLList in LiveReport for 100 userid input will be something like 'userid1','userid2','userid3','userid4','userid5',.........................................,'userid100' Now current restriction is we cant provide more the 100 charater in SQLList is there any different way we can…
-
How can I develop my own Modules for Content Server?
Hello, My team is trying to create our own module for Content Server, we need something more customized when it comes to the signature workflow, especially for working with digital certificates and for the user interface. What options do we have for this? Is there an SDK for this or some kind of guide? (I was not able to…
-
Need assistance resetting the "Web Administrator" password in Content Server
And just to clarify this is the password needed to make important updates under the admin section and can normally be reset in the server parameters page if you know it. Unfortunately not the case in my situation in our PROD environment. I have the otadmin / Admin / CS admin (all sort of the same thing and synced is my…
-
How to set multiple permissions with Content Server API
I am trying to set a list of permissions on a node with CS API. If I pass a list of permissions settings, only the first gets set. I I make multiple calls, only the last value is saved. It overwrites the previous setting. Here's the URL: PUT http://10.9.110.242/otcs/cs.exe/api/v2/nodes/418531/permissions/group HTTP/1.1…
-
Remove tool bar BWS icon - Smart View
Dears, We are looking to remove the create BWS icon from the Smart View tool bar, does anyone have any leads to start on this please? Also, the customer is looking to replace the documentation link from the help icon, to be replaced by a custom PDF document they have. Best Regards
-
split big text file into multiple text file
Hi Team, can guide to split text file which has load of data and I want to split into multiple files and it should appears from (source) folder a to folder b (destination). please provide the process and brief approach. Both folder a and b are in the same content server env.
-
Analyzing the log files from OpenText Content Web Services
Kindly checking if anyone could please give some guidance on how to analyze the cws log files, when using Opentext Content Server's CWS(Content Web Services). Currently in our organization, we have OTCS integrated with a Dot Net based system, using Content Web Services. However, from time to time, the cws log files show…
-
Opening of PDF document in Smart view
Hi All, Right now if i click on any pdf document, it is getting opened in a new tab. i want to change this top get document opened in same tab post clicking on document. i explored almost all admin related setting. but unable to progress further. We have blazon installed. Any help is much appreciated. Thanks
-
Category attribute value update
Any idea how to copy this TKL multiline value to a text field. I can get both the value using livereport but cant update in text filed only second value is getting copied. Kindly advise.
-
REST API request
Hello, we have a problem with a self-written REST call, which works without problems under Tomcat as WebServer for the Content Server, but not with IIS. Using the extended IIS logging, we can see that the request arrives in full (including the file), but this file and other metadata is truncated in the CGI log of the CS.…
-
How to set multi-value attributes using REST API in PowerShell
I am trying to copy a set of attribute values from one Category to another using PowerShell and REST … I have it working for all attribute value types except multi-value, I just can't seem to get the syntax correct. "/v1/nodes/36500965/categories/3310115" $body = @{ 3310115_16 = "Track 1" 3310115_17 =…
-
Query related to a columns not visible in Business Workspaces using widgets
Hello All, We have designed an html page and using below widgets to display business workspaces - "csui/integration/folderbrowser/folderbrowser.widget" and "csui/widgets/nodestable/nodestable.view" 2. We have global+custom (created via Facet volume) columns available in those Business Workspaces 3. From OTCS (smartview and…
-
"OperationCount" and "NonReadCount" columns in KuafUsage/KuafUsageSummary tables
What types of access are included in the "OperationCount" and "NonReadCount" columns in the KuafUsage and KuafUsageSummary tables? I have been unable to find anything in the OT My Support Portal knowledge base, nor online in general, about the details of these tables.
-
Unable to generate OTCS token through Rest API Python Script
Hi All, i was trying to generate OTCS token so that i can authenticate and write a script for business workspace creation. Through postman i tested the API and works fine. Referring to that, i wrote a python script. I can see that authentication or token generation is not happening. am posting my code below.As i am pretty…
-
Unable to get LLCookie using ll.login function
Hi all, we recently migrated our OpenText to new environment (Azure tenant actually). And an old proven method of getting LLCookie stopped working. Nothing is being returned when we Post. This is the code (C#), I am trying to execute, and CookieContainer is empty :-(. Any help would be very much appreciated. var url =…