当我尝试在SSDT上部署多维数据集项目时,我收到以下错误:
[严重程序代码说明项目文件行
错误:由于以下连接问题,无法将项目部署到“CAD_DB_RND2”服务器:
无法建立连接。确保服务器正在运行 要验证或更新目标服务器的名称,请在解决方案资源管理器中右键单击项目,选择“项目属性”,单击“部署”选项卡,然后输入服务器的名称
我提供了正确的服务器名称,但我仍然遇到同样的问题。如何解决此错误?
答案 0 :(得分:1)
First We should go in SQL Server Configuration Manager and check there
SQL Server Analysis Server and SQL Server Browser is running or not if it is
not running we cant start this services, in my case i did not installed SQL
Server Analysis Service I installed and again i started service now it is
working for me.