【发布时间】:2014-05-16 18:38:03
【问题描述】:
我已经使用 Tomcat 8.0.5 在 Microsoft Server 2012 上设置了 BIRT 4.3.2 Web 查看器。尝试通过 BIRT 查看器连接到数据库时,出现以下错误。
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.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Failed to get connection.
SQL error #1:Access denied for user 'webuser'@'10.3.2.50' (using password: YES)
我可以确认我可以在同一台机器上使用 Eclipse Designer 连接到数据库...我还在 Tomcat 服务器上设置了一个测试应用程序,它使用相同的凭据从同一个数据库连接和检索数据.我的驱动放在root\webapps\Birt\WEB-INF\lib 文件夹下。
【问题讨论】: