-
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…
-
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:…
-
Uploading document using Java11 (rest-api)
Hi , Kindly assist in Java error, we were able to upload a document to OTCS using Java7 , however once compiling the same java code in Java11, the below error is coming up as per screenshot. Please advise. Regards, Vishnu
-
Is java assistance supported?
Hi there, I added a D2FS dialog with the sdk to my plugin and in it I defined a combo with java assistance <combo advancedView_required="true" condition_required="true" condition_required_edit="true" control="true" id="name_field" assistance_type="java"…