Hi,
Created the Birt Report and Inside the report I am calling the Stored procedure.
In birt Designer report is working fine. I deployed the report to ReportServer and while accessing the report follwing exception occurred. I am using Mysql5.6 database
SEVERE: Cannot get more result sets from the statement.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
SQL error #1:Connection is read-only. Queries leading to data modification are not allowed
;
java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed
Thanks,
Raj