Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Commandline report Generation using Pentaho

Tags:

pentaho

I would like to automate the entire report generation process using Pentaho report designer using commandline. Is it possible to achieve it in Pentaho?

Input = results data stored in a database Output = Generate report ( in the form of chart for ex) using Report designer

Thanks Kelly

like image 222
Kelly Avatar asked Jun 07 '26 10:06

Kelly


1 Answers

Another option if you dont want to use a BI server at all, is to use the Pentaho Report output step in PDI/Kettle. This is great for scheduled jobs. The advantage of this over running schedules in the BI server is that you can cron them, and then if the BI server is down your reports will still run! i.e. it's a lot more reliable.

like image 108
Codek Avatar answered Jun 10 '26 19:06

Codek