SSRS and Firebird Database (ODBC Connection issues in Report Manager)

雨燕双飞 提交于 2019-12-24 12:11:57

问题


I have a Windows 7 OS (64-bit).

I have data coming from Firebird database, and reports in Microsoft SSRS. I am able to write queries and successfully retrieve data in the BIDS (SSRS 2008), as well as in SSDT (SSRS 2012).

However, when I deploy the reports in Report Manager in the IE browser, I get these 2 errors:

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

(this is when I use the ODBC Connection as a User DSN)

(or)

ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

(this is when I use the ODBC Connection as a System DSN)

I have installed both 32 bit as well as 64 bit Firebird ODBC drivers; I have used the correct methods to add the 32 bit driver in my ODBC Data Source Administrator using C:\Windows\SysWOW64\odbcad32.exe

Regardless of the 32-bit or 64-bit ODBC connections, I get the same errors while using the connection under User DSN or System DSN.

来源:https://stackoverflow.com/questions/31846845/ssrs-and-firebird-database-odbc-connection-issues-in-report-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!