After import a BIRT report wich include Store procedures insted a query the report have errors. I try 2 ways to execute it:
- Setting a Datasource conection to my mysql server in a remote host I get
- Cannot execute 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
- With NO Dataset at all to use the connection that was set within the report
The following items have errors:
Table (id = 66):
- 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: Failed to get connection.
SQL error #1:Access denied for user ‘repserv’@‘1.1.1.1’ (using password: YES)
;
java.sql.SQLException: Access denied for user ‘repserv’@‘1.1.1.1’ (using password: YES)
Table (id = 89):
- 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: Failed to get connection.
SQL error #1:Access denied for user ‘repserv’@‘1.1.1.1’ (using password: YES)
;
java.sql.SQLException: Access denied for user ‘repserv’@‘1.1.1.1’ (using password: YES)