-
Support of profile picture in OTDS
Hi, An user attribute termed 'photo' exists when creating an user in OTDS. Could you please let me know about the significance of this attribute while creation of an user, and if it can be used to store the profile picture of the user to be created. Else, is there a way to upload a profile picture using OTDS UI. Thanks…
-
OTDS Configuration Issue - Already connected issue configuring Appworks Gateway
Hi I am trying to configure Appworks against OTDS using 'Configure OTDS' but I get an error that OTDS setup did not complete successfully: This is the error in the gateway-otag.log file: 2017-11-20 10:51:25,3822017-11-20T10:51:25,382 [http-nio-8443-exec-14] ERROR service.impl.SetupBeanImpl - We were unable to use the…
-
Content Server Mobile on Appworks Log In Behavior
I am using the Content Server Mobile 16.2.1 app (primarily on iOS) that is used to access Content Server 16. I am running into an issue where when trying to log into the app, sometimes it works(mainly during initial setup) but then it doesn't want to allow logins, either by keep popping up the login screen or by laying the…
-
Web Access/Tempo Box return empty blank page
We have CS 16 with OTDS. We try to configure Tempo Box for External User. I followed the installation guide but when I login as Admin from Web Access I saw a blank screen. I have checked the Tempo Box Admin Setting from the Content Server Administrative page and make sure Tempo Box folder have been created for all users.…
-
How to use OTDS 16 RESTful API?
hi, anyone can give me a basic idea how to use the OTDS RESTful API. Such as how to start, what the URL will be? I have experience of using RESTful API on content server, but no experience on OTDS RESTful API. Thank you Feng
-
TempoBox Not Loading in Browser
Hi, After a fresh install, I cannot get the TempoBox Web Client to load when called from Content Server i.e. Personal > TempoBox. It just shows an empty page. I can see that the TempoBox deployment in OTAG has worked as if I disable the content service, I can see the disabled warning in the browser. (screen shots below) My…
-
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…
-
CSUI Widget and OTDS Authentication
Hello Folks, I have a CSUI (10.5) Browse widget html hosted on IIS. We need to enter Username & Password to see the contents of the folder in CS. Since I have the latest OTDS (16.2), I can directly get the OTDSSSO ticket by making OTDS REST call to otdsws/v1/authentication/headers. Wondering if anyone had any luck to use…
-
Deploying App in AppWorks Gateway remains in status "is yet to deploy" or pending
I receive the following error message within the logs: 2017-04-24 19:58:41.275 INFO com.opentext.otag.service.agent.ServiceBootstrapListener - Started bootstrapping otsync-connector 2017-04-24 19:58:41.300 INFO com.opentext.otag.service.agent.AppFilter - Initializing OTAG app filter for otsync-connector 2017-04-24…
-
Authentication when using OTDS 'Patch' REST API
We have a successfully running python script to create / delete users and groups. However, the script that works for these APIs fails with a 403 (authentication) when trying to execute the Patch API. Any assistance or ideas?