No connection could be made because the target machine actively refused it 127.0.0.1:2382

。_饼干妹妹 提交于 2019-12-12 21:23:37

问题


I am trying to connect SSAS engine(SQL Server Denali) but its failing with following error "No connection could be made because the target machine actively refused it 127.0.0.1:2382" SSAS service is running under Network Service account and SQL Browser service are running on Local system acc


回答1:


What OS are you running? I had a similar problem and resolved the issue changing the sql server browser account from a built in account to a name account with password.

Open sql server configuration management

  1. Right click sql server browser and select properties.
  2. In the Log On Tab select "This account:" radio button. You can enter a user and password or you can press the browser button. I use my admin log for the local machine where SQL server is installed.
  3. If press the browser button when the select user or group page appear press the Advance button and select one of the account.

In BID you may need also to impersonate your Data Source. It is a dirty solution but work for me in a vista machine where I installed SQL Server R2 for practicing. Let me know if this work for you.




回答2:


It looks like you SQL Browser is running under the wrong account. If you run that under network service account does it work. As always with issues like this check the basics such as network connectivity and firewall settings just in case this error is misleading.



来源:https://stackoverflow.com/questions/5037507/no-connection-could-be-made-because-the-target-machine-actively-refused-it-127-0

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