-
BIRT - keep engine instance running
Whenever a request is made to our BIRT server to create a report, an instance is started. When the report is finished building, the instance closes. When another report request is made, a new instance is created. Each time an instance is created, BIRT consumes a significant amount of memory and CPU. When this server goes…
-
Faulting application path: C:\Gupta\cbi74.exe
Hi everyone, has anyone got or seen this error? For some reason I cannot open TB anymore on my PC. Faulting application name: cbi74.exe, version: 7.4.3.2254, time stamp: 0x6296d5b2 Faulting module name: ole32.dll, version: 10.0.26100.7462, time stamp: 0xdf44327d Exception code: 0xc0000409 Fault offset: 0x0000000000010444…
-
How to debug the workflow errors in Core content Extension
Hi Team, I'm getting the following error in the running workflow, Please share some insight about how to debug the workflow errors in Core content Extension. I don't face any errors in the designer.
-
VM Cloud Director Appworks Installation
Hi All, We are trying to install Appworks on VM hosted in VMWare Cloud Director. We added the DNS the of the CARS server that we are trying to set and was able to ping it as well. However, we are still receiving attached error on CARS installation. We are trying to understand if we can configure the installation to bypass…
-
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…
-
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,…
-
Exstream Designer - Variables missed when data comes in last
I am using OT Communications 25.1 and have some incoming data in json…. (simplified) { "generalData": { "displayName": "Test" }, "description": { "about": "Test" }, "documentMeta": { "documentLanguage": "sv", "documentAnonymous": false, "compactMode": false, "numberOfCategories": 1 } } The variables documentLanguage and…
-
Compile fails with 25.4 SDK
Env: Smart View SDK v25.4 It seems like js files in nuc is using ES6+ syntax such as array spread operator. This leads to grunt compile to fail with below error Error: Parse error using esprima for file: lib/src/nuc/lib/less.js Error: Line 90: Unexpected token ... Has anyone else faced similar issue, and is aware of a…
-
Does Documentum support defining documents?
Hi all, I would like to know if Documentum supports the definition of document classification, such as defining files A, B, and C as regulations, and files D and E as manuals. If possible, I would like to know whether the interface '/repositories/{repositoryName}/objects/{id}' can return these definitions.