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
3
votes
2 Answers
5
votes
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
- Right click sql server browser and select properties.
- 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.
- 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.