Dear All,
I am getting the following exception in the birtviewer reports of Admin Panel
Cannot load JDBC Driver class: not found.
exception.error ( 1 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: 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.
Cannot load JDBC Driver class: not found.
Where I am doing wrong?
Thanks & Regards,
B.V.Suresh Babu
did u copy birt folder from default installation of konakart to your app server ???
if yes then go to the file <your_appserver_path>webapps\birtviewer\reports\lib\konakart.rptlibrary
in that file you should see a the following value
var dbPropsFile = "C:/Program Files/KonaKart/webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties";
change the konakartadmin.properties file dbPropsFile value to suite your current path of the app
regards