How to connect to Analysis Services (SSAS) from a different domain user
June 22nd, 2008As all of us know that Microsoft SQL Server Analysis Services SSAS only allows users of the same domain or trusted domains and it does not allow users from any domain except from these two. So, if we want to connect from a machine which is not part of the domain then here is a small trick to do that but please note that this is just a temporary solution and is not recommended for production systems.
Suppose you are on a developer machine which is not part of the domain of SSAS you are logged in with the user name UserSSAS then create a user on the computer where SSAS instance is running with exactly the same user name and password and now try to connect. You will be able to connect. This is because the user will be authenticated on the Analysis Services computer by using the local user account with the matching credentials.
For the detailed discussion of connection issues of SSAS please check this article on microsoft site Resolving Common Connectivity Issues in SQL Server 2005 Analysis Services Connectivity Scenarios