How to automate BIRT report generation
![]()
I am using BIRT 2.6.2 version in RTC 4.0.4 for report generation. Now I am looking for option to schedule the report generation. I tried using BIRT runtime genReport option. I am able to run sample report, but if I run real report which needs to be connected to Oracle database is throwing error.
Apr 01, 2015 4:55:28 PM org.eclipse.birt.report.engine.api.ReportRunner execute
SEVERE: exception in parsing the paramters
java.lang.NullPointerException
at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.
java:145)
at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.jav
a:122)
Need guidance to resolve the issue.
Also, tried running report on tomcat server, that too failed.
Appreciate help on running BIRT outside RTC environment.
|