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

JASPERSOFT IN TALEND

Hello,
I have installed a Jaspersoft server, and I would like to use the reports that are on it in Talend, is that possible? I tried everything and I can’t do it. I try to use Jaspersoft ETL too but doesn't work no connecteur for JasperServer. Help me.
Thank you
Labels (3)
1 Reply
Anonymous
Not applicable
Author

There are different ways.

1. Run the JasperReport within a Talend job with the custom component tJasperReportExec: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

2. Start a jasper report in the jasper server with the custom component tJasperServerReportStarter: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

3. Create the report file (e.g. Excel files) in a Talend job and put them on the server in the repository folder with the custom component suite tJasperServerFilePut: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&p=marketplace%...

(there are a lot of other components (tJasperServerFile*) allowing put, delete, copy, get or list files from the local file system into or from the jasperserver repository.

 

All components have documentations linked in Talend Exchange.