本文介绍了通过浏览器连接到MSMDPUMP时出错,但在SSMS上它可以正常工作。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

那里!


如果我通过SSMS连接到网络中任何地方的http://SERVER_1/OLAP/msmdpump.dll,它就可以运行。如果我在同一个SERVER_1的浏览器上访问http://SERVER_1/OLAP/msmdpump.dll,它会抛出带有GET错误的常用XML,因此它可以正常工作。如果我在另一台机器的浏览器
上访问它,它会抛出错误500.


可能发生什么或如何找到问题的根源?


我查看了事件查看器, 但它没有显示任何错误。


谢谢!

解决方案

Hi, there!

If I connect through SSMS to http://SERVER_1/OLAP/msmdpump.dll anywhere in the network, it works. If I access http://SERVER_1/OLAP/msmdpump.dll on the browser of the same SERVER_1, it throws the usual XML with the GET error, so it works. If I access it on the browser of another machine, it throws error 500.

What could be happening or how can I find the root of the problem?

I checked the Event Viewer,  but it doesn't show any error.

Thanks!

解决方案


这篇关于通过浏览器连接到MSMDPUMP时出错,但在SSMS上它可以正常工作。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 20:46