-
Documents fetch and search issue using XML Search API(Content server 20.4)
Hi Experts, We are having below issues while performing full text search using XML search API. Can you please help us in this. Getting permission related error while clicking on documents hyperlink after searching it through XML Search API and using func=doc.fetch in the URL.…
-
Locked out of Admin account after changing the password
Hello, I tried installing an instance of CS on my local PC, using Apache Tomcat, SQL Server and OTDS, I solved all of the errors by myself and I managed to get OTCS running on localhost, I was in, I could do and access everything, the thing is OTCS told me to change the admin password, I did, and restarted CS as I was…
-
XML Search API download and search issue
Hi All, We are trying to download a file stored on Content Server 20.4. after searching it through XML Search API and then downloading the file using func=doc.fetch in the URL example: http://<server_name>/otcs/cs.exe/<nodeid>/<filename>?func=doc.fetch&nodeid=<nodeid> Also, we are encountering an issue where the search…
-
NTLM with Node JS
Hi all ! I am trying to set up my own NodeJS application to do some changes on different documents. As example rename all obcets from A to B with the doc id 12 , 13 and 14.. At the moment i am able to do some REST Calls they are fine and all is good. But the problem is i have to add the NTLM authentication in the Header.…
-
What is the best way to completely change the Header of smart view and classic view?
Hi, We have a requirement to completely change the header of the smart UI and classic view. What is the best possible way to make this change? Sample header attached for reference.
-
Fail to generate a csui-extension project
Hi, It's my first try. I've installed nodejs8,python 2, npm, yo,grunt-cli and so on based on the Readme.md file. When I run 'yo csui-extension' to generate my project, I get some error messages. The messages is like the following: D:\OPENTEXT\smartview\my-extension>yo csui-extension…
-
SubReport not selectable using livereport
Hi Everyone, Just wanted to get a confirmation. Is there a way to have a livereport(using the livereport Report format, not the auto-livereport Report format)to use a sub report? I only notice the details link if i select "AutoLivereport" in the report format option.
-
CS 20 Livereport column limited to 10?
HI Everyone, Just wondering, can anyone confirm that there is no way to increase the number of columns that can be displayed for a livereport (Not an AutoLivereport) to more than 10? Thank you very much in advance. regards Wilson
-
Livereport CS 20 , Output fields limited to 10?
HI Everyone, Just wondering, can anyone confirm that there is no way to increase the number of columns that can be displayed for a livereport (Not an AutoLivereport) to more than 10? Thank you very much in advance. regards Wilson
-
CSNODE Quick Start Guide
originally published May 2019 | 🕐️ 14 minute read Introduction This document will explain how to use and extend csNode. In a nutshell, csNode is a wrapper for LLNode, to provide a more consistent interface that can be used in a programmatic way for various applications (the REST API is the first consumer). Although still…