使用 ODBC 连接类型时,SSRS 报告无法在浏览器中工作
我在Web浏览器中运行SSRS报告时遇到问题。我有与此处描述的相同类型的问题: SSRS报告在浏览器中不起作用,驱动程序和应用程序之间的体系结构不匹配。
就我而言,我使用MySQL ODBC驱动程序(以32位和64位创建的系统DSN)可以访问MariadB并创建数据源。 在Visual Studio中一切正常。但是当我部署报告时,我有一个错误:
错误[IM002] [Microsoft] [ODBC驱动程序管理器]找不到数据源名称,没有指定默认驱动程序
从我阅读的有关此错误的内容中指定的默认驱动程序,这很可能与未安装在计算机上的驱动程序或不使用正确的驱动程序有关少量。就我而言,我排除了这一点,我将系统DSN分别为32和64位。
知道这里的问题可能是什么?
I am having a problem running a SSRS report in the web browser. I have the same type of issue as the one describe here :SSRS reports not working in browser, architecture mismatch between Driver and Application.
In my case I use MYSQL ODBC Driver (System DSN created in both 32 bit and 64 bit) to have access to a MariaDB and create a Data Source.
Everything works fine in Visual Studio. But when I deploy the report I have this error:
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
From what I've read about this error, it's most likely related to the driver not being installed on the machine or not using the correct Bit. In my case I exclude this, I have the System DSN in 32 and 64 bit.
Any idea what may be the problem here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论