Hi All,
How can i set Report Directory for JasperReport plugin in servoy 4.0.1?
Thanks
Prem
Hi All,
How can i set Report Directory for JasperReport plugin in servoy 4.0.1?
Thanks
Prem
In 4.0 you can acces the properties of plugins through the admin pages
Paul
Thanks Paul, it works in developer… 
How jasperReport work on the servoy smart client? i have to read report from the server…???
Thanks
Prem
Reports need to be located on the server in the directory you configured and then you just call the jasperReport function in a method and it’ll just work 
Paul
pbakker:
Reports need to be located on the server in the directory you configured and then you just call the jasperReport function in a method and it’ll just work
i did the same thing… but when i lunching smart client on other system or the same system… the JaperReport is not showing on client…
here it is my method
function btn_runJasperReport()
{
plugins.jasperPluginRMI.jasperReport(‘udm’,‘report.jrxml’, null, ‘view’, null);}
Thanks
Prem
I think I’m experiencing the same issues as the original poster. My Jasper report is working fine when run from the Developer debug client, but does not work when run from the Smart Client launched from the Servoy app server. No errors are logged anywhere so it is very difficult to troubleshoot. The the debug client launched from Developer will generate a PDF in the location specified as expected, but the Smart Client will not work. Any other Jasper users experiencing anything like this?
Is your Reports directory set? And the file is not created in that directory on the Client machine?
Paul
Hi Pual,
pbakker:
Is your Reports directory set?
Ya Report directory is set.
pbakker:
And the file is not created in that directory on the Client machine?
Yes, file is not creating in same directory on the Client machine.
Thanks
Prem
Paul,
In my situation, I have the reports directory configured via the server admin page.
I am attempting to create the file in another location on the client machine, not to the reports directory. When testing this on the server machine, using the debug client in Servoy Developer, it all works fine. When testing in the regular Smart Client, again from the server, it doesn’t create the PDF. It also does not work in Smart Client from another machine hitting my server.
Can you please create a case of this at the google code site for the plugin, with as much detail as possible?
Then we can check it out.
Paul
Paul,
Can you please create a case of this at the google code site for the plugin, with as much detail as possible?
Just posted it: http://code.google.com/p/servoy-jasperr … etail?id=5