-
How to override EMail sub classes (NodeCreateSubclassPost)
Hi CS23.4 I have inherited a module that overrides some functions when you drag and drop a document into classic view, so it can perform some additional checks before deciding if it needs to write into an additional table for later. Part of the module is this code: override function Void __Init() Object lliApi = $LLIAPI…
-
How to Create a Live Report to Retrieve Data on Files Uploaded to Content Server on a Specific Date
Hello community, I'm seeking guidance on setting up a live report in Content Server. My goal is to obtain detailed information about files that have been uploaded on a specific date. I would like to understand how to configure the date input in my user interface and then use that date to filter results into a table with…
-
Unable to open Documents in Webtop 16.7.8
Hi Team, While opening the documents getting below errors: 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Archive is: ucfinit.jar 2023-08-09 16:05:48,925 [Thread-0] INFO com.documentum.wdk.extnnative.WDKExtnNative - Applet class is: com.documentum.wdk.extnnative.handlers.UCFInitJar…
-
OpenText System Center manager. Steps, Executions plans, Utilization
What I intend to do: Create/Modify Configuration files (.ini and .xml) Hello, I am looking for information regarding system center manager, I have read through the Administration and configuration guides, watched all that there is on the OpenText-How-To YouTube page, and took to Documentations I received in my Training…
-
Connecting a third party system using OTCS REST API
We have to connect the OTCS with a web application called Document Locator using the OTCS REST API. Requirements are, 1. Adding a new folder/document. 2. Updating the metadata. 3. Creating a workflow in OTCS and call that from Document Locator. Can someone help me how to do that? Is there any documentation that I can…
-
Documentum Upgrade to 20.4 from 16.4
Hi All, During upgrade, we have exported all the tables(full schema) from 16.4 and Imported in 20.4 version. Got many errors after doing that and fixed them one by one by manually updating the tables. The references of 16.4 tables(dm_acs_config. dm_jms_config) are still in 20.4 DB. I have updated them manually to fix few…
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…
-
initiate workflow rest api 22.1
Hi, Is there an example where they show how to consume the API rest of starting a workflow process?
-
Getting multiple error in custom app by using DFC
Hi Team, We have written a custom web application using DFC code for viewing/uploading/downloading documents. During these activities, the listing of documents, viewing/uploading/downloading the document we are creating sessions and post completion, releasing at every step. We are also done the session pooling setting in…
-
Change Document Create Date With Rest API
Hi, I'm trying to change document's Create Date value with the api/v2/nodes/{id}/systemattributes PUT request. Here is the documentation : I try to set it to 2020-01-01 and this is the response that I get : It seems that it only returns the info and not even changing the create_date field. What am I doing wrong? is it even…