Pentaho 报告验证失败
Report validation failed Pentaho
我使用 Pentaho Report Designer 创建了一个报告。从 Oracle 数据库中检索的报告数据。将报告上传到 pentaho bi 服务器并尝试检索报告后,出现此错误
Report validation failed.
pentaho tomcate日志鞋这个错误
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
我是否缺少将其添加到 tomcat 的任何库或我应该更改的任何配置?
遇到错误的人能解释一下我如何克服它吗..
您是否将 oracle 连接器文件保存在 tomcat/libs 文件夹中?
您必须根据您的版本下载并放置 Oracle 的 jdbc 连接器文件。示例:ojdbc14.jar
我使用 Pentaho Report Designer 创建了一个报告。从 Oracle 数据库中检索的报告数据。将报告上传到 pentaho bi 服务器并尝试检索报告后,出现此错误
Report validation failed.
pentaho tomcate日志鞋这个错误
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
我是否缺少将其添加到 tomcat 的任何库或我应该更改的任何配置?
遇到错误的人能解释一下我如何克服它吗..
您是否将 oracle 连接器文件保存在 tomcat/libs 文件夹中? 您必须根据您的版本下载并放置 Oracle 的 jdbc 连接器文件。示例:ojdbc14.jar