-
API support for Livereport creation/updates
We are converting a customer database platform from Oracle to PostgreSQL. As part of this, one of the requirement is to also convert the existing Liveports in the Content Server from Oracle to PostgreSQL (e.g. syntex changes). As there are 1k+ livereports in the system, we are planning to export all livereport SQLs from…
-
Failure of server APACHE bridge: error
Hi, I get this message when accessing our Documentum website for users. However, i can access the DA website. All necessary services are running. DB Admins said they don't see anything wrong on their side. I checked ports, they are open. I have checekd with our Security team concerning firewall etc., nothing is out of the…
-
Legacy training or documentation for Content Server 10.5
I am looking for training and / or documentation for Content Server 10.5 that is helpful for workflow creation, as well as report creation. I have not found a lot of information out there.
-
Using multiple Connected Services (CWS) at .NET CORE WebAPI project
I used to build simple console applications projects with Visual Studio and could add multiple connected services references (CWS) at the .svcmap file. One folder could had all the references together without causing conflicts in the code (ambiguous reference) Now I want to create a .NET CORE WebAPI project but it acts…
-
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 to change validation in user login page
Hi Team, Need to change validations instead of 6 need to change to 14 characters, Please find the attached screenshot for reference.
-
New Repository Configuration
I am getting the error attached in the screenshot while trying configure a new repository. The DB is new and empty.
-
Category value not persisting when creating a folder.
I am using the create Folder UDDI service to create a folder and attach categories to it. It adds the category correctly but doesn't persist the string value. Here is my request. <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Header> <OTAuthentication xmlns="urn:api.ecm.opentext.com">…
-
DAR Installation fails post repository upgrade to 22.1
Hello All, We have done an in place upgrade of Production repository from 16.5 to 22.1. DAR installation was failed with normal upgrade so we are trying to install DARs using headless composer post upgrade. Same process worked in our lower environment. We are getting below error when we try to install the DARs. [ERROR]…
-
How to display a Content Server document in a File Viewer instance using Viewing service ?
Hi, I am currently trying to display a Content Server document in a File viewer instance from the Viewing service. So i tried to create a rendition for the desired file, in order to get the publication. So I would like to know if it is possible to retrieve a publication object for a file of the Content Server and if it is,…