Parameter Error Required from a BIRT Report called from Other

0

The error it presents is this:

+ org.eclipse.birt.report.service.api.ReportServiceException: Required parameter client is not set.

The report when I was testing it locally called your child correctly, but now that the client has been uploaded to the web one of the reports called from another generates this error.

We can see that the client parameter in this case is not established ... I am working in BIRT and I do not see much difference between a report that works and the other that does not .. in the parameters of the report are very similar between the one that does not work and the one that does.

Does this have to do with the parameters in DataSet ? Have you experienced similar?

    
asked by HeckDan 16.02.2018 в 15:06
source

1 answer

0

It happened to me after using the libraries of the BIRT Runtime, what I did was better to avoid the runtime for the web page and generate one in my own way with the direct libraries of the BIRT eclipse plugins folder.

That way I send the report from a class and a given parameter from a text box.

    
answered by 23.07.2018 в 17:49