-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
Confirmation of SAP Jars Compatibility with SAP RISE
Dear Team, Recently, the SAP system has been upgraded to SAP RISE. After this upgrade, we are encountering an error while calling a specific RFC, BAPI_PRODORD_GET_DETAIL. The SAP team has analyzed the issue and, based on their findings, it appears that the existing SAP JAR files may not be compatible with the upgraded…
-
Warning: D2fsThreadLocal clear Error occurred while Releasing the dfc Session
Hi all, In D2 Smartview, I found out, since version 23.4 (didn't check with earlier versions) and up to 25.2 (didn't test with 25.4 yet) that I get this waring in the Smartview log file: D2fsThreadLocal clear Error occurred while Releasing the dfc Session It happens every time I check out a document. I'm using the Content…
-
Concurrent Editing in OpenText ECM On-Premises Post-Office Online Retirement (2026)
Hi OpenText Team and Community, We’re currently using OpenText xECM On-Premises with Microsoft Office Online integration to enable concurrent editing. With Microsoft’s official announcement that Office Online will be retired in 2026, we’re concerned about the future of this critical feature. Are you aware of any documented…
-
SMTP email configuration
In OpenText ECMS SMTP email configuration, emails sent with multiple To recipients are delivered only to the first address, while multiple CC recipients work as expected. This behavior occurs even when using valid separators (comma or semicolon). Assistance is needed to identify and resolve the root cause.
-
Need help with rest API
I'm trying to use the post /delegations from this link https://developer.opentext.com/ce/products/core-fax/apis/core-fax-api#delegation/post_delegations while using powershell. I get the 599 error This is my script invoke-RestMethod -Uri https://faxus1.xmedius.com/faxservice/rest/v1/delegations -Method post -Headers…
-
Documents from Documentum to Azure Blob
Hi All, I work as a Data Engineer and have been asked if we can create a pipeline to fetch documents from Documentum to Azure blob storage for downstream use by AI applications. Is this possible initially as a bulk download and then any new documents to trickle down to the Azure blob storage ? Thanks John
-
OpenText™ Documentum™ D2 Release 16.5.1
Hi Team, currently using OpenText™ Documentum™ D2 Release 16.5.1. facing issue with upload file > from D2 UI application, i have created user, groups, acl, and assign to specific user. while trying to upload the document using > D2 ( import > file ) option, there is no file option display , not sure what configuration need…
-
Publications API using Contains query
Currently we've been trying to figure out how to use the Contains Query of the Publications API within Intelligent Viewing, but either this feature is incomplete or we are missing context. Even something as simple as publications?contains(tags,keyTest=valueTest) yields in the following error. { "code": 500,…
-
Is there Regex in Webreport?
I need to extract a specific string from a string. Let's say i have the following : "this is a sentence ends up with 80-30" or "some word 80-30 some word" in both cases i need to get the "80-30" out of the string. usually you can do the extraction with regex. any ideas how can you achieve that with webreport?