-
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…
-
Content Server Database Tables
HI. I need to access a category attribute of each content server document to validate a date. I'm using LiveReport / WebReport. Can you tell me what table I can get the documents from the content server and also have access to the attributes of the categories of those documents? Regards, Felipe.
-
calling v2/search API with Employee ID
Wanted to get all documents of employee id in v2/search API Need to know what could be the value in where condition.
-
How to get the Data ID the last folder in a given path in Content Server? - REST API
If I have a folder path in content server which is let's say : A:B:C:D I want to get the DataID of the folder D. How to get the last folder DataID? I did SQL query but it's not fast enough. On the REST API I only familiar with the ancestors of a given DataID. Any other way I can somehow to achieve the required goal? Thanks.
-
How do you get rid of a persistent instance in jobs
In OpenText Administration Client, there is an instance showing active when it has finished even though we have refreshed and at the command line run dshdsk -check. How do I clear that instance? Please advise
-
How to upgrade DFS 7.2 to DFS 23.2
Hi, We have written custom DFS 7.2 code and we want to upgrade it to DFS 23.2. How do I start upgrading? Kindly help me with this.
-
HTTP url in Enterprise-Connect plug-in is not working after enabling Kerberos authentication(OTDS)
Hi Team, Issue is that HTTP URL in Enterprise-Connect plug-in's not working after enabling Kerberos authentication(OTDS) and disabling the Web Server authentication(OTCS). We are now forced to update the plug-in to HTTPS. On web-browser we access OTCS URL by both HTTP and HTTPS as well. (On web-browser, once I copy the…
-
regarding issue post installation of enterprise-connect 24.1 msi.
Hi Team, Once client software has been installed (end-users has restarted the PC) using the software deployment tool (deployed the system user's parameters of registry values to auto-update the Manage PLUG-IN of Enterprise-Connect, so that user's do not edit it manually) .. but user needs to open 'Windows file explorer' at…
-
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.
-
odbc howto break sentence into different lines
Hi, Just a simple question I´d like to remember. How do you break a sentence into several lines without quotes? Is it possible? i.e. $st= "SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; break into $st="SELECT * FROM CUSTOMER WHERE CUSTOMER LIKE 'JOHN%' AND CIA = 'XXXXXXX' "; Regards