Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Getting Error in Brava viewer
Hi All, We are getting error in brava viewer post migrating EFS servers. We have reconfigured same in Storage provider and other required areas. Right now only Brava is impacted. Getting 404 error while trying to access Documents through Brava. Please let me know if i miss any configuration changes. Thanks in advance
-
Hot to set Expiration date to a document and send notifications?
Hello everyone, I'm working with the Records Management's OOTB features of OpenText and I would like to create 2/3 types of documents that have different expiring periods and send a notification when the document is expiring. Can anyone help me with some examples of implementation? Do I have to use RM classifications?…
-
Uploaded a new version of a document using Content Server API but cannot open the file
I have managed to get the uploading of new versions of word files version to OT working using /v2/nodes/{id}/versions. When trying to open the new version we are receiving following messages: "Word found unreadable content in <filename>. Do you want to recover the content...." and if clicking "Yes" I am getting another…
-
How to access References using Content Server API (v23.3)
I am trying to find out how I can access the references using the Content Server API. Any guidance how to do this would be appreciated. What I want to do is to import the information about the references (name, etc.) to integrating party.
-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
Use Case Documents for OTCS
Hello, Are there any use case documents for OTCS? I am looking for some use cases for departments like finance, HR, aftermarket, and sales using OTCS. Any leads?
-
Copy attributes in category set to a date field
Is it possible to copy attributes contained in a category set to a Date Field in the same category? The screenshot below is an example of the desired outcome, specifically how “Date Field” was copied from the “Document Date” set attributes. My initial attempts with CATACTION:COPY in WebReports have failed.
-
Adding additional rows to a category using the Content Server Rest API
Looking at the included screenshot one can see plus signs to the right which is use to add addition rows for the category. How can I use the API to add these rows instead? I.e. which API and perhaps an example if not included in the API description.
-
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…
-
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…