-
Update Category using Content Server API
hi all, i tried to update a document category using content server rest api and it works for some documents but not for most of the .zip files. The error thrown is "api error 675086344 error updating the modification date of content server". Does anybody know what could be the issue?
-
REST call with logged in user (not technical User)
Hallo is there a way to use REST Calls with credetials of the currently logged in User? Until now, we use a technical User to communicate between a Java Solution and Contentserver. Now Business want to not use anymore the technical User but the currently logged in User. Bascically: is there a way, to get a Tocken of the…
-
How can I migrate/deploy OTCS groups?
How can I migrate or deploy Groups created in OTCS 22.3 from a development environment to other environments? Apologies for what seems like a basic question, but I have yet to find any documentation, help guides or other that mention it outside of an upgrade situation.
-
OTCS MIGRATION
I would like to change OpenText database from Oracle to SQL server? Could any one please let me know what are the items need to migrate from oracle to SQL server? is there any migration tool available?
-
Keeping Salesforce and OT in sync
Hi There, I am assisting a customer with an issue. The issue appears to be that when Content Server is under load (say a lot of cases are being created) there are circumstances where: A Workspace will be created but the xecm__BusinessObjectWorkspace__c along with the data is not recorded. There is no hard error There is a…
-
OpenText- CS SQL Server Config
I would like to change the OpenText database Config from Oracle to SQL Server. So what are all the necessary configuration I have to update and where can I find the config details? Thanks in advance.
-
Content Server Rest API (2.0.0) Add Category attibutes to search results
I am using the Rest API (2.0.0) to search for nodes in Content Server using the endpoint /v2/search. I got the search working using the where statement to search for a specific value in a category attribute. where = OTSubType:144 AND OTDCategory:7941 AND Attr_7941_7:000000019 The default response doesn't contain any…
-
csui-sdk 21.4.0 FolderBrowser Widget add Button sample
Hi All, I am new to and having some trouble learning the smart UI sdk framework, I have been studying require.js, backbone.js and marionette.js but it's still taking me awhile to understand how to implement functionality to more complicated widgets. Are there any samples where I can inject a custom button under the…
-
Content Server Rest API 20.4 - Search
Hello, I am trying to use the Content Server Rest API to search in content server. I have found two alternatives for searching: ### search in a special location : full text search POST https://servername/OTCS2/cs.exe/api/v2/search HTTP/1.1 OTDSTicket: {{ticket}} Cache-Control: no-cache where1=*&location_id1=1896817 ###…