-
WR RESTClient SSL
Hi Team, We are trying to call a custom API from WR RESTClient which requires us to pass Certificate file and Key file, but we are getting the following error. "No Context returned from POST call" We are able to process the GET or POST without the certificates, are we doing something wrong here, should we pass the paths…
-
RUNSHELL and SETWFATTR runs on pageload
Hi All, I have a WR powerview for a form and i would like to use the WR RUNSHELL command only when the user clicks on a button, but the RUNSHELL command runs on page load, same for SETWFATTR even though they are inside a java script function, is there a way to stop these from running till the user clicks on a button
-
Error using WebReport to call REST API for authenticating Content Server
Hello everyone, I have this basic WebReport as follows: [LL_WEBREPORT_EXCLUDEHTML /] [LL_WEBREPORT_RESTCLIENT @HOST:[LL_REPTAG_$host /] @PORT:[LL_REPTAG_$port /] @URI:/OTCS/cs.exe/api/v1/auth @METHOD:POST @TIMEOUT:10 @USERNAME:[LL_REPTAG_$username /] @PASSWORD:[LL_REPTAG_$password /] @OUTPUT:ASSOC:outputAssoc /]…
-
The requested resource [/birt-viewer-osgi/frameset] is not available
I am new to birt reporting tool. I am trying to setup birt rum time on RockyLinux 8.8 BIRT Viewer Version: 4.9.0 BIRT Engine Version: 4.9.0 Java Version 11.0.19 welcome page displays fine but when I click on the view example link it shows an error like frameset is not available. I have checked the required permissions on…
-
Number of Results in WR based on Search Template
Hallo did in the short past something change on the number of results of a WebReport based on a Serach template (in Detail: it's a WR running in Background generating an csv Export. We upgraded some 6 weeks ago to 21.4.). We have a WR written in 2014 and the user now complains, that not anymore all Results are displayed:…
-
Trying to call Recursive WebReport keeps using the root argument
Hi, I have a WebReport that walks a directory. Or at least, that's what I want to do. The WebReport takes a starting container as an argument (no defaults, you are prompted). I fetch the children, and call the report again to get the children of the children and so on. The issue I am having is that even though I pass in a…
-
Getting NodeID of Document Generated through WebReport
Hi all, Currently I am developing a solution where a Document needs to be dynamically generated through a WebReport. I am doing this by [LL_REPTAG_$Placeholder_Parent NODEACTION:CREATE:DOC:"[LL_REPTAG_$Placeholder_Parent /]":"Placeholder2" /] I am needing to apply categories to this new document however, I am having…
-
Looking for way to display a group of nodes and their sub-folders in the same widget
The obvious answer might seem to be WebReports but a WebReport for custom node browsing seems to only work in classic view - I need this to work in Smart View. And given that I'm dealing with a government client, I can't do a custom widget because that means a custom module (just so you can update a single Javascript list…
-
WebReports property tabs
Hi team, We have an issue where we can't see the webreport propety tabs on CS 20.4, we follow the instructions of the article KB9267500 but it doesn´t works, we know that maybe the problem it's with the license on the OTDS, it's there any document that it can be helpful to understand our problem and to solve the issue?…
-
Problem authenticating in call using LL_WEBREPORT_RESTCLIENT
Hello everyone, I'm having problems callling the ContentServer REST API in a WebReport. I've seen examples here in the forum and in the knowledge base (for example https://knowledge.opentext.com/knowledge/llisapi.dll/kcs/kbarticle/view/KB19450624) but I cannot get them to work. Even copying and pasting the samples always…