avinash.eng18 Posted July 31, 2017 Share Posted July 31, 2017 I have been trying to generate pdf report from TALEND ETL, but its generating only blank PDF evertime , with multiple components liketjasperReportExec, tJasperServerExecand I am using 6.3 jasper server professional edition. Link to comment Share on other sites More sharing options...
dnaboka Posted September 1, 2017 Share Posted September 1, 2017 Such components are not officially supported. We don't develop them so we can't troubleshoot them. Our advise is to use JasperServer HTTP or REST API to run the report.This article demonstrated how to schedule a report via REST API using tREST component:https://community.jaspersoft.com/wiki/schedule-report-rest-api-after-db-query-returns-successful-resultsTo run a report, simply use /rest_v2/reports/ or /rest_v2/reportExecutions end-points instead as described in documentation:https://community.jaspersoft.com/documentation/tibco-jasperreports-server-rest-api-reference/v640/reportexecutions-service#Running_a_Report_Asynchronously Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now