-
DCTM Rest 23.4 with OTDS (Without Password)
I am looking for Reference article for DCTM Rest Authentication with OTDS Access Token for the user without providing password. We cannot send the password to OTDS access token API. So is there something like proxy token for the user? Or does DCTM Rest Supports Azure Oauth?
-
Documentum is not processing the queue
Often we face this issue where Documentum stacks the queue and doesn't process it. Is there any we can identify what is causing the Documentum to hold queue processing? The session within the Documentum are within the limit. When I kill that one queue which is taking too long time to complete, then it starts to pickup the…
-
Which keystore to import Active Directory SSL
Running OTDS 21.2 In OTDS admin console. the authentication handler with the Active Directory is configured to use port 636 and use ssl setting = true, refer to Capture.JPG screen shot Question: Where to import the SSL Certificate from the Active Directory server? Is it in the Tomcat keystore in which OTDS 21.2 is…
-
Unable to generate OTCS token through Rest API Python Script
Hi All, i was trying to generate OTCS token so that i can authenticate and write a script for business workspace creation. Through postman i tested the API and works fine. Referring to that, i wrote a python script. I can see that authentication or token generation is not happening. am posting my code below.As i am pretty…
-
Unable to get LLCookie using ll.login function
Hi all, we recently migrated our OpenText to new environment (Azure tenant actually). And an old proven method of getting LLCookie stopped working. Nothing is being returned when we Post. This is the code (C#), I am trying to execute, and CookieContainer is empty :-(. Any help would be very much appreciated. var url =…
-
Credentials for PGIFAX
Please help with the required information to connect with the fax service for below non-prod URL. https://test2messaging.easylink.com/soap/sync We have updated the URL out of below 3 config parameters. We use three service request config parameters to connect with the same. PGIFAX_USERNAME PGIFAX_PASSWORD…
-
Cannot connect to core capture designer
I am unable to login to core capture designer i am using using tenant password and email but I don't have a siteName.
-
How to embeded media widget in our own application
hi all, I'd follow the instruction and the demo code in https://developer.opentext.com/ce/products/media-management/documentation/media-management-media-widget-224/1 but it appears that I need the Adminstrator role to access the widget what settings in teams that can change the permission that only adminstrator can access…
-
The image file uploaded via the API is marked as "NOT SPECIFIED".
Hi All, Thanks for previous help. I have another issue. I uploaded the image successfully but it was marked as "NOT SPECIFIED". Below are the parameters I sent. --form parent_folder_id="****" --form manifest={"upload_manifest":{"master_files":[{"files": [{"file_name": "test.jpg","file_type": "image/jpeg"}]}]}} --form…
-
Email Events/Reports Discrepancy between webhooks and polling
Hi Team, According to the API documentation https://developer.opentext.com/ce/products/notifications/apis/sms-email-notifications-for-cloud-messaging, email events returned from webhooks should return the same data as polling: "When the callback URL is set via either of these methods, OpenText messaging service will post…