-
Assertion based mechanism for SAP to OpenText xECM Connectivity?
Dear Developers, I need your assistance in understanding the assertion-based mechanism for securely connecting SAP to OpenText xECM using the SAP client ID. For the assertion-based mechanism, the login/create_sso2_ticket parameter needs to be set to 3. This can be configured via transaction /RZ10 in SAP. I have two SAP…
-
Segementation error while running linux engine
WE have application setup to import dynamic images at run time .. we had occurrences to where job is failing with segmentation error. looking at message file there is no proper message displayed to to understand the root cause. we tried to replicate the scennerios but it did not fail in lower region .. this could be memory…
-
Is it possible to add date-based rules in xPression xDesign. ?
Means a specific section should only comes before date eg (2.03.2025) and after this date another section. Any suggestions? xPression 21.3 -xDesign
-
MYSSOCNLT service under SICF SAP system usage vs RZ11>login/create_sso2_ticket for Extended ECM ?
Hi Developers, I would like your assistance in understanding the purpose of the myssocntl service under SICF in the SAP system. From my understanding, if this service is activated, it allows users to log into integrated applications without re-entering their credentials, as it stores the user's session cookie. However, if…
-
MYSSOCNLT service under SICF SAP system usage vs RZ11>login/create_sso2_ticket for Extended ECM ?
Hi Developers, I would like your assistance in understanding the purpose of the myssocntl service under SICF in the SAP system. From my understanding, if this service is activated, it allows users to log into integrated applications without re-entering their credentials, as it stores the user's session cookie. However, if…
-
Oscript: insert data to Forms table
In OpenText Content Server, the Forms module allows you to create a table and later insert data using a WebReport tag with the destination set to the form. How can I achieve the same result using Oscript? Specifically, how can I insert data into a Forms table (i.e., submit a new form entry) via Oscript?
-
Sap Diagnostic error report
Hi Developers, I need your valuable inputs regarding an issue I encountered while executing the Infrastructure Diagnostic Report from my SAP S/4HANA 2022 system, which is integrated with OpenText Content Server version 24.3. During the execution, I encountered the following errors 1)…
-
xECM - new attribute does not appear in Regions overview automatically
I have created a new attribute (as part of a category) in xECM. Normally, such a new attribute would appear automatically in the 'Regions' overview (Admin —> Content Server Administration —> System Object Volume —> Enterprise Data Source Folder —> right click on menu of 'Enterprise Search Manager —> select 'Properties' —>…
-
Archive Server Health Status endpoint with curl
Hi How-To query the Archive Server Health Status endpoint with curl? http://localhost:8080/archive/monitoring http://localhost:8080/archive/monitoring/secure/monc.html There seems some auth. Is there a response in JSON or a similar machine readable format?
-
REST API - Initiating a workflow with attributes (string and numeric)
Hi, I believe I have WF init via the REST API working, except for setting attributes. I start the process with a call to get a draft process. That is, a POST of http://{{cshost}}/{{cshosturi}}/api/v2/draftprocesses Then I call the draft process again using a PUT:…