Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tReportJasperExec not working on Linux machine

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

0683p000009LySF.png

 

 

Any help on this please?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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

View solution in original post

3 Replies
manodwhb
Champion II
Champion II

@rathirao,can you show the configuration of Jasper report?

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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