-
Issue with RESTCLIENT tag in SubWorkflow WebReport
Hi Everyone, I have an issue with a WebReport using RESTCLIENT to send data to an non-CS application. The WebReport is in a subworkflow. The subworkflow is initiated from a main workflow, just after a process step. The odd thing is, the data transfers fine if I run the webreport manually from the workflow status page; the…
-
convert perspective with custom rule
I'm trying to get the conversions done to use the new perspective types but it's being blocked by a certain invalid perspective: However, when I checked the rules in the Perspective Manager I don't see any rules at all: Has anyone come across this before?
-
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…