Report runs in studio but Shows its empty in server

Hello. I am running a in studio where it shows the data for the report with a single filter.

Class type of filter: integer

Once I upload it to the server it shows the report is empty. I checked the data source and it is correct. My name of the parameter in Studio is also matching with the param in Server.

What could be the issue?

Thank you!

JS-newbie's picture
203
Joined: Aug 29 2018 - 6:28am
Last seen: 3 years 3 months ago

Hi JS-newbie,

Even i'm facing the same problem. If you find any solution please reply or ansewer your post.

Thank you.

alapatiaditya369 - 4 years 6 months ago

3 Answers:

Hi,

 

Datasource link database is same in Both Server and Studio?
and Cay you please try without parameter in a query on the server?


 

mca.amitrami's picture
Joined: Jun 11 2018 - 4:58am
Last seen: 3 months 2 weeks ago

Set a static value to the parameter and run the report to see if the report is still empty. If it is, the problem is with your datasource definition on JasperReports Server.

hozawa's picture
176435
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago

Hello,

Another option to troubleshoot is to reproduce your issue and look through the jasperserver.log file. This will tell you if this is an issue with the data source itself, or if it cannot find the data source, or if there is another issue that is showing your report as empty. As Hozawa mentioned, it is also a good starting point to set a static value in your report or add a static text field to see if something is generated at all.

Regards,

Paul

pjimenez_2's picture
12289
Joined: Oct 26 2016 - 11:39am
Last seen: 4 days 11 hours ago
Feedback