Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job wherein I use tJasperReportExec to execute a jasper report and email the same to users using the component tsendmail
This job runs perfect on windows. However, whenever I run the same on linux , I get the error
java.lang.Exception: No Connection or JRDataSource available to fill the report
I have used tmysqlconnection and the connection is checked and is fine from the linux machine
The job design is as shown below
Any help on this please?
I found the solution a few days back. I had to connect the tmysqlconnection on subjobok to tmysqlinput and it started working in linux. Maybe different OS different specifications
Thanks
Rahti
@rathirao,can you show the configuration of Jasper report?
hi Manohar,
can you please explain what configuration must I show?
The jrxml is picked up from localhost as an individual file and tmysqlconnection gives it the connection details
I found the solution a few days back. I had to connect the tmysqlconnection on subjobok to tmysqlinput and it started working in linux. Maybe different OS different specifications
Thanks
Rahti