Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
The OutputFile function
Hi all. I have a PDF Document stored in disk and I want to sent that specify document as HTTP Response I saw in the documentation that I can use OutputFile function to send document directly to an Output connector, but I can't make it work, when a try from client the HTTP Response doesn't have any PDF file is just empty.…
-
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…
-
Does eDOCS DM 23.4 Desktop Client.msi exist ?
I have installed the eDocs client on Windows 11 PC and I get an abbreviated interface with no menu bars, or icons. I was told that I needed eDOCS DM 23.4 Desktop Client.msi to install the full interface. I can't locate it on the OT website, and tech support tells me it doesn't exist. How do I get the full eDocs Interface…
-
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.…
-
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?
-
Api Test
Hello, is there a test panel where I can test the ITSM program API? Thank you.
-
java.lang.OutOfMemoryError
Hi all, maybe someone has the same problem. I have created a birt report in eclipse and in runs well locally on my pc. When I publish it on the BIRT Web Viewer I get following error: java.lang.OutOfMemoryError cannot be cast to java.lang.Exception For other reports Birt Web Viewer works well. Can anyone help? Thanx,…
-
Integration to Splunk
need an API that works for Splunk integration with our system. My team and I tested these URLs: https://portal.xmedius.com/api/v1/enterprise/[companyname]/events https://portal.xmedius.com/services/[companyname]/events But both URLs end up in 404s. Can anyone provide a URL that would work?
-
Project generator version 23.4.
Hello community, I am trying to find a SDK for Smart View to create a new project for version 23.4. I am not able to find it anywhere. Where is the hidden location that needs to be discovered? I am currently searching for a Smart View project generator that could be downloaded here for the version 22.3. But in the parent…
-
What's new in OpenText™ Content Metadata Service for 25.4
OpenText™ Content Metadata Service version 25.4 introduces powerful new features focused on flexible data modeling and efficient instance management. Developers can now define "dynamic relations" within type definitions. These relations link attributes between a source type and a specified target type, enabling the…
-
Invalid API call as no apiproduct match found - for Contract Approval tutorial app
I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when…
-
Is It Possible To Show A WebReport Screen After The Initiation Of A Workflow?
I want to show a custom WR screen that I've created to a user when the user press "Initiate" on a Workflow. Lets say i have this WF structure : If the WF goes to reject it goes to the webreport afterwards and shows HTML page with some simple message "Rejected". In the documentation of the WR configuration in the WF it has…
-
Sending/Rejecting Workflow Task with rest
I try to send on a workflow process using CS rest from js (Within a WebReport). const input = { comment: 'aaaabbb', action: 'reject', "authentification_info": { password: 'ppppp!' } }; $.ajax( { url: "[LL_REPTAG_URLPREFIX /]/api/v2/processes/[LL_REPTAG_!workid /]/subprocesses/[LL_REPTAG_!workid /]/tasks/[LL_REPTAG_!taskid…