-
Brava now opening signed documents & CoreSignature question
Hello everyone, my team is trying to implement a special third party signing solution through the use of workflows, one problem that we came across was with Brava! when we tried opening documents that were already electronically signed It just gives us an error. Any help on how this can be fixed or why it is happening? We…
-
XML error apparently... any ideas?
Trying to work with an on-prem server and something has changed... got this error message above and in house support is stumped. Any ideas what could have caused this and if we can repair the xml (if it's even got an error?)
-
Integrating the Smart UI in Sharepoint
HI all! I am looking for a way to integrate the Smart UI view, Content Server 20.4.x , into our Share Point Portal or as an iframe in our Intranetpage. What i found is a documentation from 2014 based on CS 10.x which describes the idea very simple. Unfortunately, i have not found a documentation based on SMART UI, what did…
-
[REST Api] getting file content issue in 21.2
Hi guys, I've been using "/v2/nodes/{id}/content" and noticed that in OTCS21.2 now the request comes with the HTTP headers and JSON object appended to the response. I tested the same call against 20.4 and 21.2 and this is a new thing... Anyone else got this? Snippet: $.ajax( { url:…
-
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…