-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
Content Server Intelligent Viewer Not Loading Documents - Stuck on Loading Screen
Hello everyone, I’m facing an issue with the Content Server Intelligent Viewer where documents won't load. The viewer gets stuck with the loading circle spinning indefinitely, and the documents never appear. I've checked the logs, but there’s nothing unusual or indicative of a problem. OpenText support has been…
-
With Content Server 22.2 could not add service reference for ContentService webservice url in VS
With Content Server 22.2 and Visual studio 2019, I could not add service reference for ContentService URL. "<ServerName>/cws/ContentService.svc?wsdl" Error from VS attched (Capture1.JPG, Capture2.JPG). Other Webservice URLs works fine in both VS and in browser(Authentication, MemberService etc). Only ContentService URL not…
-
Extended ECM - Business Workspace question
Hello, We are in the process of migrating our old templates and binders to business workspaces. For the most part, everything has been working smoothly. We have run into one small road block prior to moving forward in Production. My question is: what do I have to edit, to allow my business workspace to create a new…
-
How to configure OTDS to use the Content Server "Admin Server" for Authentication.
I am replicating my orgs production setup for our test environment and am so close except for the authentication configuration. 3 servers in each environment. 1 = CS, 2 = CS Admin (search indexing, EFS, auth), 3 = OTDS. In production the OTDS resource syncs to the Admin Server for auth, but I just cant seem to figure out…
-
Migration of files to Archive Center
Hello All, We need to migrate 10TB of data from on-premise file share to OpenText ECM. In our environment, we have only OTCS (installed on Azure tenant), and all the records management retentions are built on this. Now we are planning to go with Archive Center (OTAC) to migrate this volume so that we avoid the load of data…
-
Related Business Workspaces
I have two workspaces i can make related items between them Manually i want to do the relation automatically .
-
Facing issue while trying to download file using Rest API
Hi All, i was trying to list and download file from a folder. For listing, http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/nodes where am parsing the json and taking the data id. Then i am giving as input the above received document id to below api http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/content When am trying to execute the…
-
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 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…