-
Document Signing in iFrame
Howdy, am new to Documentum, so don't kill me please😊. Has anyone any experience with integrating document signing solutions with Documentum. Example of a use case as follows, document signing transaction (workflow) is triggered in Documentum by a user. All data etc is captured in Documentum front end and sent across from…
-
Content Server Intelligent Viewer Not Loading Documents - Stuck on Loading Screen
Hello everyone, I’m facing an issue with the Content Server Intelligent Viewer where documents won't load. The viewer gets stuck with the loading circle spinning indefinitely, and the documents never appear. I've checked the logs, but there’s nothing unusual or indicative of a problem. OpenText support has been…
-
How to show Word comments in Intelligent Viewing
In Microsoft Word it's possible to add comments to a document. When you save a Word document with comments in Extended ECM and you view it with Intelligent Viewing, the Word comments are not shown. Is there a way to show Word comments in Intelligent Viewing? If not, this seems to be a security risk, since it can happen…
-
How to configure OTDS to use the Content Server "Admin Server" for Authentication.
I am replicating my orgs production setup for our test environment and am so close except for the authentication configuration. 3 servers in each environment. 1 = CS, 2 = CS Admin (search indexing, EFS, auth), 3 = OTDS. In production the OTDS resource syncs to the Admin Server for auth, but I just cant seem to figure out…
-
Problem installing Archive Center
I have problems with the installation of archive center, because once the previous checks are passed, the installation starts and crashes generating the following error: com.opentext.ecm.installation.exception.InstallUpdateException: Error: Command failed “sh -c unzip -o -d…
-
Add-on in Extended ECM for SAP Solution project
We are in the initial stages of an integration project of OpenText Content Server version 22.1 with a SAP ERP 6.0 NetWeaver 7.4 EHP 7 system. We have already contemplated and planned everything, however we have a slight doubt which we would like you to clarify for us: According to the guide…
-
Installation Validation Client for SAP® Solutions CE 23.4
Hi, I am installing Validation Client for SAP® Solutions CE 23.4 Any software required is covered but I still rising this error Can anyone aid me ?
-
Accessibility and rules timing
On a text box or table, are the rule processed prior to accessibility? I need a variable populated in a rule then use that variable in the alternate text of the accessibility tab. So, what is the timing of rules vs availability in accessibility?
-
Issue with Passing OIDC Access Token to OpenText xECM REST API
Hi all, I'm developing a REST API that interacts with the OpenText xECM REST API. My API receives requests from another application where users are authenticated using OIDC (with Entra ID as the issuer). The requests include a JWT access token in the Authorization header. My goal is to pass this token (after validation or…
-
MSSQL using user type input as part of a column alias
We are running CS 23.2. we are running a livereport with the following sql SELECT Name as "USERID %1" FROM KUAF WHERE Type=1 AND ID IN (SELECT ID FROM KUAFChildren WHERE ChildID = (SELECT ID FROM KUAF WHERE ID='%1') ) Where %1 is a user type input. the LiveReport returns an error but if we change the type to InsertString…