Report on server

Hi.

We use jasper-reports for print ours reports, when we print from developer all is Ok but when we print from server, the report is show but no there are data on it.

Any idea.

Thanks

Have you set the reports directory in the server admin pages?
How do you specify the data directories? Foundset or via parameters passed in?
(Servoy version and jasper reports plugin version would also help).

Hi Thomas:

I answer you that I also know the problem :-)

Thomas Parry:
Have you set the reports directory in the server admin pages?

Yes, has the absolute path and load the report ok, since both header and footer prints well, is the body of the report that appears empty.

How do you specify the data directories? Foundset or via parameters passed in?

By foundset; and has data when calling to plugin. This is an example:

plugins.jasperPluginRMI.runReport(foundset,'customers.jrxml',false,'view',null)

Servoy version and jasper reports plugin version would also help.

Servoy 5.2.2
Jasper reports plugin version: 3.7.1

Are the same data that is in developer mode, but when run on the server when you have this result.

Any idea?
Thanks in advance

Only comment that was not a problem of Servoy, but a file. jar was corrupted. I’ve replaced it and everything works fine.

Best regards.

What file became corrupted?
How did you find that out?