Cannot connect to SQL Server Analysis Services even though it seems to be running

限于喜欢 提交于 2019-12-01 17:15:09

问题


I just ran an "update edition" to update from SQL Server 2008 R2 Express to Enterprise. I first ran the update edition process, and then separately added the Analaysis Services component. All these processes ran without reporting any errors.

When I open SQL Server Configuration Manager, I can see under "SQL Server Services" that Analysis Services is running.

However, when I start up SQL Server Management Studio and get to the "Connect to..." dialog, in the "Server Type" dropdown I don't get the option to select "Analysis Services" (all I get is "Database Engine" and "SQL Server Compact"). This means I can't actually connect to the Analysis Services server, even though it seems to be running.

Any suggestions as to what is going on, or what I need to change in order to enable Management Studio to "see" the Analysis Services server?


回答1:


I think Brian Knight might have answered this issue in serverfault.com. See the following link for more information: https://serverfault.com/questions/152904/unable-to-connect-to-sql-server-analysis-services-on-windows-vista/153625#153625

Make sure you've installed Management Studio with the Full option. The basic installation option doesn't install support for Analysis Services. You can add Management Studio features by running the installer again. I hope this helps.



来源:https://stackoverflow.com/questions/6266333/cannot-connect-to-sql-server-analysis-services-even-though-it-seems-to-be-runnin

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