-
Not able to install built-in OTDS Instance while configuring AppWorks Gateway v16.2.1
Hello Experts, I am installing AppWorks Gateway v16.2.1 with online help but getting following error while installing the built-in OTDS Instance. My tomcat is 8.0.45, JDK is 1.8 and otag-gateway-16.2.1. 2017-07-28 11:49:47.588 ERROR com.opentext.otag.auth.otds.OtdsInstaller - Failed to complete embedded install…
-
Large files failing in Add version in prod
We are using webservices to add version to existing files and it is getting failed with error : "java.net.SocketException: Connection reset by peer: socket write error" It is happening for file size > 3 mb. Please help me to resolve the issue? Thanks, Shekhar.
-
OTDS REST API - Getting error while adding user to a group
Good morning, We are trying to add users to groups on OTDS using the OTDS REST APIs. The group ID contains blank spaces, for example "Finances - Managers". The call the following: POST - http://servername:8080//otdsws/v1/groups/Finances - Managers/members Within the body of the request we entered the stringList parameter…
-
REST API Create Virtual Folder
Hi, We're trying to create a Virtual Folder via the REST API. Currently we're having some issues with passing the correct "datatype" for the Selected Facets list. We're getting the following error: Error: Could not process object, invalid datatype for 'Selected Facets' . The request we're sending to test is: var xmlhttp =…
-
Proper use of the "fields" parameter on CS REST API
Hi All, I have a question on using the "fields" parameter on a REST call to the CS API. I've been using Postman to test the results from different GET calls to the API for nodes. When I try to filter out the list of fields I want returned I get nothing. Is this functionality actually enabled or am I just be doing something…
-
OTDS Auth via API questions
Hi - Trying to get the basic auth flow working via API. I have been working with the following process flow: 1 - /otdsws/rest/authentication/credentials 2 - /otdsws/rest/authentication/ticketforuser unfortunately I am getting an error when passing the ticket from the first call to the second: { "status": 1009, "error":…
-
CSUI Widget TargetPickerDialogWidget re-open with no data
Hi, I'm trying to use the TargetPickerDialog and open it with an html button. Just following the examples provided. It does open correctly and point to Enterprise Workspace. However if i cancel the Widget and reopen it, it it come up empty. Using ContentServer 10.0 SP2 (2014-09) Any idea ? Thx Here is the code: `<!DOCTYPE…
-
Loading Spinner in Cordys 4.2 and AngularJS on Ajax Call
How to get "Loading" Spinner in Cordys 4.2,AngularJs Project on $.cordys.ajax() function call if the request is taking time to load. I am Using HTML, AngularJS, Cordys BOP4.2 . Please help..Thanks..