External Data source(MySQL) for reporting using BIRT for RTC
I have have developed a Reportdesign using BIRT application over the external data source , when i deploy this report design in the RTC report . I am getting below error please suggest solutions to it.
The following items have errors:
Table (id = 76):
+ An exception occurred during processing. Please see the following message for details:
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot load JDBC Driver class: com.mysql.jdbc.Driver. |
One answer
It's complaining about the lack of MySQL JDBC driver. You need to add the JDBC driver to your application server's library path.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.