-
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…
-
Trigger rename action
Hi, I would like to know if it is possible (in Smart View) to automatically trigger the rename action when a document is dragged and dropped in a folder.
-
Fax jobs sent to email are received without a cover page
I a question regarding the recent changes in the otpm/otpmrs (https://developer.opentext.com/services/products/messaging-service/apis/messaging-sms-fax-and-email). Currently, all fax jobs sent to email are received without a cover page. I noticed that in the updated OpenAPI specification for otpmrs, the coverpage option…
-
New CreateUpdate Workspaces API
OT has a new CreateOrUpdateWorkspaces API to do the old SOAP based CreateOrUpdate Workspaces api.It started being avilable in 24.4.4 https://developer.opentext.com/ce/products/content-management/apis/business-workspaces-24-4-0.I in y tesing i was bale to create a payload for main workspace,categories,sets (repeating…
-
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 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.
-
RESTCLIENT tag and Certificates: SSL Exception: error:80000002:system library::No such file or direc
Hello We're trying to make a HTTPS request using the RESTCLIENT WebReport tag and we are getting a SSL Error. SSL Exception: error:80000002:system library::No such file or directory Environment: Kubernetes containers. This is the tag: [LL_WEBREPORT_RESTCLIENT @host :[LL_REPTAG_$host /] @Port :[LL_REPTAG_$port /] @URI…
-
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…
-
Content Server Records Management - REST API for Disposition Search Results and Actions?
Hi, I have an existing web application that interfaces with Content Server via the REST API. For the most part I'm able to do everything I need in terms of user and document management with the existing REST API. I have a need to interact with the records management module as well however, and I have noticed that both CWS…
-
Does Vertica Kafka intragration (vkconfig) allow to listen for all topics matching regex?
Hello, I want my scheduler to listen to a topic regex instead of a particular topic. Is that possible? I don't seem to get it working vkconfig source --create --cluster my_cluster --source 'mysql-server.inventory.*' --partitions 1 --conf my_config.conf Outputs Exception in thread "main"…