-
OBuild - parser errors
Hi OT Gurus (particularly @Dave Carpeneto @Juliano_Ghisi @Hany Samuel @Stephan Baumann). Working with OBuild, I've noticed something that I'm seeking guidance on whether this is a known issue/limitation, or whether perhaps some coding practices need review. For quite some time, OScript has permitted referencing…
-
Using IDOL for Content Enrichment during content migration.
The purpose of this article is to show and share knowledge on how easy it is to use IDOL to "look" inside any type of content then in this case use that to correct the description of that content in it's target destination. In our example we will take content from Extended ECM and put that content into Core Content.…
-
Redirect "My Documents" windows folder to Users Personal Workspace
Hello, We would like to have each users "My Documents" folder on their laptop automatically redirect when clicked to go into their personal workspace on our ECM content server. We are using Enterprise Connect already and can navigate in File explorer to content server but we want to force all users to use the personal…
-
RM_DISPRESULTS Reviewer and Approver data showing incorrect IDs?
Hello, I am attempting to construct a LiveReport that shows a list of userid's associated with each disposition search. The reviewers are configured in RM to be assigned dynamically based on a category attribute value that stores a group for 1st set reviewers and another group for 2nd set reviewers. It does not appear that…
-
Content Server REST API - Download File
I want to download a version of a document from Livelink/Content Server using REST API. It is working via postman. However using HTML/JavaScript there is an error. Kindly help. GET method for a node details is working but get version is not. GET node details - http://localhost/otcs/cs.exe/api/v1/nodes/30815 - Works! GET…
-
How can I migrate/deploy OTCS groups?
How can I migrate or deploy Groups created in OTCS 22.3 from a development environment to other environments? Apologies for what seems like a basic question, but I have yet to find any documentation, help guides or other that mention it outside of an upgrade situation.
-
How to get folder(Node) details using API's Including sub nodes and metadata.
Hi Team, Please let me know How to get folder(Node) details including metadata and sub nodes using API's in content server Thanks in advance.
-
How to download documents using content server api's
Hi team How can I download bulk documents in content server using rest API's Thanks
-
REST API Document upload size limit (simple method)
Hi experts, My colleagues are working on using the REST API for file uploads to OTCS, but the version in place at customer is still 16.2.11, which doesn't have the v2 large file upload option per documentation. The developers are battling to upload files larger than an couple of MB from what I've heard- do you know what…
-
Multiple concurrent calls to the same service returns failures half the time
= Environment ===== OTCS 16.2.8 8 Threads on the server in question = Question ===== If we call an API service multiple times concurrently, we get an error stating {"error":"Authentication Required"} on about half of them. Is there a reason why this would happen and how should we go about troubleshooting it? = Problem…