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.
-
xECM "Failed to establish OTDS integration state: Missing connection parameters"
Hello Experts, Post upgrade to xECM 25.4, the diagnostic report shows the error message "SoapFaultCode:5 Missing connection parameters" and log says We have followed all the steps from Opentext installation & Upgrade guide. Please let us know if we are missing any step here. Also we found in document "OpenText Content…
-
OTDS OAuth2 Token Exchange — "User cannot be impersonated in resource Content Server" error despite
Hi all, I'm trying to authenticate to the Content Server REST API using the OTDS OAuth2 token exchange flow (client credentials → impersonate a user → access Content Server). I've done a lot of research and testing but I'm stuck on a persistent error and would appreciate any guidance. Goal: Use an OAuth2 service account to…
-
Shared Resource Set – newly added resources not offered during update in other projects
Hello, I recently migrated several projects from StreamServe 5.6 to Exstream 16.6, which uses CAS-based versioning. In the old environment I had a single shared resource set containing overlays, fonts, images, lookup tables, etc., referenced by all projects. During the migration import I used the "reuse resources with the…
-
D2 Smartview url parameters
Does anyone known what accepted parameters can be used on Smartview? I've seen via network traces that it uses something like: D2-Smartview/ui/#d2?_sso_repository=<repository>&_sso_application=<application>. This url allows login into the repository automatically, but it seems that once you are logged in, this tries to…
-
OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
We are currently working with OpenText Content Server IDE (CSIDE) version 25.x, and we only have access to very old documentation that covers basic fundamentals. Unfortunately, it does not reflect the current architecture, development standards, and features available in version 25.x (25.1, 25.3). Therefore, we kindly need…
-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
Upgrading OTAC server from Tomcat 9.x to Tomcat 10.x
We are planning to upgrade Apache tomcat on our OTAC server from tomcat 9.0.105 to Tomcat 10.x . 1.Is tomcat 10 supported for my exact OTAC version which 23.3 2.Any compatibility issues with OTAC WAR files (javax → jakarta )? 3.Any knows issues reported after migrating from 9 to 10 ? 4.Are there Opentext recommended steps…
-
Cloning or Copying a User in OTDS/Content Server with All Assigned Details and Groups
Dears, I would like to check if there is a way in OpenText Directory Services (OTDS) or Content Server (CS) to clone or copy an existing user so that the new user inherits all associated details, including group memberships, roles, and permissions. Regards,
-
Using OTDS for the licensing of our own products
Hi there. We hav a bunch of software connecting to Classic and/or Smartview, as well as D2-REST. Right now we use our own licensing system. Since now Documentum uses OTDS for is licensing, I was wondering if it's something we could do too. I supposed we'd need to be able to Generate a license file with the data we need…
-
Hiding or removing the 'email link' function in a business workspace in the classic view
How do I disable or remove the option for emailing a link from the classic view? This button is situated in the action bar where you can also move or delete multiple objects from the list and because it generates a link to the smart view setting I want it removed or hidden. For Folders and collections I found it is…
-
SmartView Session expired
Hi Team, When trying to access metadata/properties page in OTCS SmartView using one specific frontend server , we are getting Session expired alert, as per below screenshot. We have recently upgraded OTDS to 25.1 version since then we are facing this issue. Regards, Vishnu
-
Can I use use AD groups pushed from OTDS in OPA directly bypassing Roles?
Using a synchronized partition, I see the AD groups have been pushed to OPA. I can open the user experience Identity Framework and see the AD groups, and members of the group are populated, so I know OPA is aware of the AD group and the users who are in that group. I have lists on my Entity and use Security to limit users…
-
Multiple Auth Handler with Smartview/OTDS using SSO
Hi all, Anyone has succesfully put in place a solution that allow for using multiple Auth Handler with Smartview and OTDS, but without having the user to pick the handlre on the OTDS page? Cheers Alain
-
JWKS support in OTDS
For oAuth integration does OTDS provides jwks support, and exposes some wellknown urls that can be used to configure in spring. Can someone post the links here. If not what is the recommended approach to integrate with for OIDC and OAuth token based integration.
-
oAuth Clients in OTDS
Hey Folks, I am wondering if anyone here worked with oAuth Clients in OTDS. I tried Authorization flow and it works great. I am trying to see if Password credentials flow will work with the oAuth client that is created in OTDS. Thanks Mahesh
-
invalid redirect URI when accessing LB URL
Hi All, There is a load balanced URL for the ERSRecords Records Client (similar to webtop) application. in our UAT environment, we have integrated OTDS with ERSRecords application. When accessing the LB URL https://intranet-ers-uat.mch.com.rm/ersrecords. It redirects to…
-
how to configure OTDS Oauth2 to use on JSAPI authentication viewer.
OTDS version 22.4, Ihub version 16.7 The purpose is to get a token automaticately (Oauth2 probably) to set the credential of the JSAPI configuration, to view some rptdesign. Since the implementation of OKTA authentication with SAML, i have to define the credentials for the connexion : var extOTCredentials ="TOKEN VALID";…
-
can a OTDS user connect to SAML 2.0 ID Broker after LDAP authentication
Hi We are integrating Documentum and OTDS. We are not using Azure AD. The users and groups will be provisioned from LDAP into a synchronized partition in OTDS. Normal users will be using username/password. Admin users need to do 2FA to gain access to Webtop and DA. We are having Red Hat SSO as a SAML 2.0 ID Broker, which…
-
OTDS token request with HTTPS url
Hi Team, End point of OTDS to get a token everytime a user hits a CS URL as here below is working fine with HTTP url. http://localhost/otdsws/rest/authentication/credentials { username: , password: } However once have enabled SSL to OTDS url and started using HTTPS for the same URL , the URL does'nt work and returning…
-
Running 2 instances of OTDS (different versions) on same Linux VM
We are trying to do a PoC with latest OTDS version, while keeping our exiting older OTDS version in place on same VM. Is it possible to have 2 different version of OTDS installed and running on same Linux VM? Note - We do have a separate directory for new installation and separate instance of Tomcat already setup on the VM.