-
Getting the Core Dumps for Content Server
Hi, We have Content Server 16.2 running and seems like either the llservworker process or the llserver process is being restarted randomly. How can we enable the core dumps to pin point the issue? Core dump at the OS level is alreay enabled, but we don't see any core logs generated at all. ulimit -a | grep -i core core…
-
Accessing Search Templates in Smart View
Hi, I'm noticing inconsistent behaviour around Advanced searches that are saved as search forms. My understanding is these (as opposed to saving search query) are to be accessible to Smart view search, i.e. so you can in classic view, save an advanced search page (i.e. one with metadata) and access it from the search icon…
-
Restrict a particular Business Workspace in ECM to a specific user even though his role has access
We have a requirement to restrict a particular Business Workspace in ECM if an Entity is restricted to a specific user by the Admin. For this requirement, we tried Add/Update Access for the User to restrict access to that particular Business Workspace. But, when we did that, the user could still access the Business…
-
Problem in search with where1 adding 'AND'
Hello, I am working with the API (Content Web Services 16.2.0) of OpenText Content Server, I am creating a function to perform searches using the SingleSearchRequest class among others, I indicate the query to perform to the setResultSetSpec parameter and everything seems to work fine, when I launch this query…
-
DQL query for self "fix"
Are there any DQL queries i can run that check system for issues and attempts to fix or show where the problem lies if it can't fix it? -thanks
-
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…