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.
-
Available authorizations Server
I have made my organization on us server but the only available server available are na servers and every time i try to autherize api i get authentication error, is it due to different servers or i am entering my creds wrong?
-
Upgrading Content Server 22.3 to 24.x
Hello All, I want to upgrade OTCS 22.3 to the latest version, 24.x. Is there any step by step guide available or any documentation that can help me to do this? This is the first time I am upgrading OTCS. Need a bit help before I start the activity. Thanks in advance. Regards, Raj
-
OAuth 2.0 - Client Credentials Flow + Permissions
Whenever a new OAuth Client is created in OTDS, assuming the global option is selected, are there any restictions to the data that can be requested through the REST API? Calls to the nodes resource are not returning expected data.
-
Blazon fail to convert part of word files to PDF until restart the IGC services
The Content server version is 16.2.1. There's a customized webreport sub-tag to call blazon to convert word to pdf and add banner/watermark (oscript). This sub-tag works good for many years. But recently it meets problem. For example, there were more than 20 workflows using this sub-tag to convert file. Nearly half of them…
-
Could not process object, type 'Entity Folder' has no role 'classifications'
Hi, When I'm trying to assign a classification to Custom objects via web its working fine, but when I'm trying to do the same with Rest Api its not working and giving me below error. Could not process object, type 'Entity Folder' has no role 'classifications' While I'm invoking same request for Managed Objects its also…
-
Content Services Platforms
Hello fellow developers :) Allow me to introduce myself; I am a Senior Java Developer with a background in the exciting world of web development. My company is providing me with the opportunity to delve into OpenText, specifically focusing on the content services platform. I'm curious if my experience in Java can be…
-
Clone Machines Documentum
Hello everybody, a cloning of Documentum machines like Content Server, App Server, Index Server and CTS has been done for a new environment. However, I don't know what I need to modify to make it work in the new environment. Since it has the data from the old environment. What would need to be modified?
-
Reminder: The Capture Service demo app and tutorial are available
Just a reminder that video walk through, Code used in the video and a step-by-step guide are available.
-
Feasibility of a Scenario with content server and appworks
I have a scenario wich looks like this Everytime an employe inserts a new Document in a businness workspace of a certain categorie I would like a business process to start in appworks. Is there a way for content server to emit a (event message call) to Appworks so that the process could reclassify and automate actinos to…
-
treeview: is that possibel order by foldername?
Hi, I would like to sort the folders in the treeview by name. The default seems to be sorting by descending DATAID. Is it possible to do this? thanks Jenny
-
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…
-
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…
-
Help CTS Tranforms thumbnails jpg
I've been uploading photos to Documentum for a while, we've taken the time so that the photos are correctly oriented (horizontal or vertical) but when generating the Renditions (jpeg_story, jpeg_th, jpeg_th, jpeg_th) some of them appear rotated (90,180,270 degrees). The original photograph retains its orientation. Is there…
-
Trying to call Recursive WebReport keeps using the root argument
Hi, I have a WebReport that walks a directory. Or at least, that's what I want to do. The WebReport takes a starting container as an argument (no defaults, you are prompted). I fetch the children, and call the report again to get the children of the children and so on. The issue I am having is that even though I pass in a…
-
switch between users accounts using URL
Hello, I'm trying to use the "func=LL.login" to switch from one account to another but it always shows me this error: knowing that I'm using this Url: http://<host_name>/otcs/llisapi.dll?func=LL.login&username=<username>&password=<password>&nexturl=%2Fotcs%2Fcs%2Eexe%2Fapp I've tried to add "&" so the url became like…
-
[DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek.
Hi All, I am receiving error [DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at C:\Documentum\dba\secure\CSaek. Internal error - 1057226525" during restart of my Docbase services of CS 16.4. Kindly suggest solution.
-
Cannot retrieve Workspaces using DocumentManagement WSDL
Dears, We are using a scanning solution that uses a plugin to connect to OpenText Content Server and retrieves available Workspaces, the Plugin authenticates successfully to the Content Server with the Authentication Webservice, but it fails to retrieve the available Workspaces using DocumentManagement WSDL, it keeps…
-
Crash while downloading files via /v2/nodes/[NodeID]/content
Hello! 🐒 I'm trying to download all the files that a search query on content server returns. Basically for every file that's returned, I'm calling the API to get the content and save it. However, in a test-case where I want to download 90 files, it always crashed at file #65 with the error message: {"An error occurred…
-
How to check Web Services are running fine ?
Hi Experts , We are using Content Suite v16.2.6 . A client application is trying to access the content server's web services but is showing error . How can we check , whether content server's web services are running fine or not ? Is there any URL to check content server's web services ? Thanks & Regards Saswata Mandal
-
How to call a module upgrade script
Hi, For a module I'm working on, I need to call some Oscript to move some opentext.ini settings into KINI. I was under the impression that DoSubclassUpgrade() was the feature of my Module object I need to orphan, but I don't ever see it get called. Further, unlike other modules, I don't see the Configure script ever being…