-
OpenAI & Documentum
Has anyone looked into integrating OpenAI (ChatGPT) with Documentum? Our business users would like to do "chatGPT like" searches and pull content from Documentum repositories.
-
Implementation of OAuth(Azure AD) for Documentum DFS Services
Hi All, Need your suggestions/inputs to implement OAuth for Documentum DFS Services 20.2 version. Please share your inputs if any one implemented it. Thanks Raman
-
Query to show users who have access to widget
Hello All, Does anyone know a query that can be used to show all users that have access to a specific widget in D2?
-
Issue with LDAP Modify while installing CARS in HA mode.
Our goal is to install AppWorks in HA mode. To start with, I have installed CARS on Node1 and Node2. Copied the certificates Now in the step "Configuring multi-master replication for OpenText CARS", while performing the ldapmodify using the script provided in documentation I get the error "ldapmodify: invalid format (line…
-
DCTM-REST failed authentication with siteminder
We are using dctm-rest in our project along with siteminder for authentication. It was working fine till we changed the domain name. After changing the domain name we are getting 500 response code with below error message. "status": 500, "error": "Internal Server Error", "message": "401 :…
-
What is your the IP Address used by the webhook?
Hi all, In order to secure our APIs, we need to allow-list the webhook's IP addresses. This would be needed for both: https://t2api.us.cloudmessaging.opentext.com and https://api.us.cloudmessaging.opentext.com Thanks in advance.
-
OpenText Magellan BI & Reporting iHub – Performance degradation with CPU and memory usage increasing
Good day to you everyone. In OpenText Magellan BI & Reporting(iHub), after couple of days depending on the usage, the process starts using an increasing amount of RAM and CPU until it uses all the available CPU and causes severe performance degradation on the usage of iHub and the Online report generation. A restart of…
-
D2FS services extension
Hi there, I'm not sure if that qualifies as a SDK challenge question but since it's in my Smartview plugin, I thought I'd give it a try…. In my plugin, I extend the Destry service I declared my class as: public class D2DestroyServicePlugin extends D2DestroyService implements ID2fsPlugin In the destroy method, I do some…
-
Confusing menu handling
I'm confused with the menu handling in a Smartview plugin (generated with the SDK). Here is my config: in my ..\src\main\resources\xml\unitymenu\MenuContextDelta.xml file, I added: <insert position-before="menuToolsMassUpdate"> <menuitem id="myMenu" src="MyMenu" label="My Menu" /> </insert> Then I created…
-
Junit Test example
Hi, Using the WorkspaceAssistant, i added REST controller and boiler plate code to the project. Controller, DFC, model and view where created. Can you provide an example how to run JUNIT tests (junit 4 or 5) to test the DFC methods, providing a session? Kind Regards, Karel