I have been trying to generate pdf report from TALEND ETL, but its generating only blank PDF evertime , with multiple components like
tjasperReportExec, tJasperServerExec
and I am using 6.3 jasper server professional edition.
1 Answer:
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-...
To 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-serve...