Hello,
I'm creating a report using a informix source (with driver ifxjdbc.jar).
In the ireport the reports is executed successfully. The probelm begins when is passed to jasperserver an opened, it gives the folowing error:
The server has encountered an error. Please excuse the inconvenience.
"Error Message
An error occurred while creating the connection. Try again.
Error Trace
com.jaspersoft.jasperserver.api.JSException: jsexception.error.creating.connection at
com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.JdbcDataSourceService.createConnection(JdbcDataSourceService.java:63) at
..."
well the driver i'm connecting to, is in the tomcat library, also when i test the datasource in jasperserver it gives "Connection passed"
any idiea why it generates the error?
Ty.