S Gaber
S Gaber

Reputation: 1560

Report validation failed Pentaho

I have created a report using Pentaho Report Designer. the report data retrieved from Oracle database. Once I upload the report to the pentaho bi server and try to retrieved the report I have this error

Report validation failed.

pentaho tomcate log shoes this error

18:10:09,019 ERROR [AbstractReportProcessor] 1291807259: Report processing failed.
18:10:09,020 ERROR [SimpleReportingComponent] [execute] Component execution failed.
org.pentaho.reporting.engine.classic.core.ReportDataFactoryException: Failed at query: SELECT * FROM testTable

Am I missing any library to added it to the tomcat or any configuration that I should change?

would anyone who has come across the error explain how I can overcome it..

Upvotes: 1

Views: 418

Answers (1)

Helping Hand..
Helping Hand..

Reputation: 2440

have you kept oracle connector file into the tomcat/libs folder? you have to download and place jdbc connector file for oracle according to your version. example : ojdbc14.jar

Upvotes: 3

Related Questions