-
Modifying WebReport Constants through another WebReport
Hello everyone, I would like to know if it's possible to modify the constant values of a WR using another WR? If so, how would I go about it? I did not find a sub-tag dedicated to this and I'm trying to avoid going into the Sub-tag development path. Thank you in advance.
-
How to dynamically assigned the web report source using another webreport
Hi Guys, I am using RESTAPI approach from webreport using REST CLIENT tag, here i am facing here while passing parameters from first webreport, I am unable to see the values in second webreport. Can someone help me how i can carry the first webreport parameter values to second webreport. I am using…
-
How to change log level for CWS ?
CS 21.1 / CWS 16 deployed on Tomcat. I assume the only logging for CWS is in tomcat/logs/cws.log but the statements within are very basic, typically just start up statements. How can I change the level to DEBUG. Also is there another place I should be looking for CWS logs ?
-
Error while uninstalling OTDS
Hello, I am getting these errors in the attached screenshot while uninstalling OTDS. I have tried to reinstall Java and Tomcat however I am still getting errors. Please help me uninstall, and if possible provide step by step instructions. Thank you!
-
How to dynamically assigned the web report source?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport.Wihin a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
Migrating a job from one Repo to another
Hi Developers, I got this error. The question is … How we can get more Info about this error? Where can I see, whats wrong? Command Failed: execquery,s0,F,EXECUTE do_method WITH method = '***', SAVE_RESULTS = true, ARGUMENTS = '-docbase_name *** -user_name *** -job_id *** -method_trace_level 10 ', status: 0, with error…
-
Build with Thrust Services - comprehensive sample app helps you get started
To help you get up to speed with developing applications that use the OpenText Thrust Services APIs, we have created a demo application. This demo application handles Contract Approvals and demonstrates how to consume several of the services. The following Thrust Services are used: Content Storage Service (CSS) for…
-
Engine Error SIGSEGV, how to troubleshoot?
I am triggering a customer communication to Exstream and I am getting the error: "The engine run was terminated for the following reason: SIGSEGV" I cheched the logs in Batch and I see the following: 2025-03-21T09:57:02.389Z [ee48cde339149d2e,6ef30d6abad6ab48,48c6639368243e81] [78] ERROR - error parsing manifest…
-
I need to upgrade a category through Power Shell Rest API URL. I am getting 400 bad request
I need to upgrade a category through Power Shell Rest API URL. I am getting 400 bad request instead of getting the proper error. can anyone help me here. Below is the corresponding code I am using in power shell .ps1 file $body = @{ category_id =id=@{ {$config.catID.id} } }| ConvertTo-Json -Depth 10 $response =…
-
Any way of Creating system Failure logs on xECM UI ?
Hi Developers, I have a use case where I need to record the Webreports logs (Scheduled or not scheduled one) which is failed to execute by any means. and also, wants to capture the Failure logs for Workspace creation from SAP. Thanks, Nitesh