I have a question on my configuration when connect to SSAS with SSMS. Here comes my action:
- Follow the official tutorial(http://msdn.microsoft.com/en-us/library/gg492140.aspx) to config my SQL Server 2008 R2 and IIS 7.5 on Windows 2008 R2.
- Follow another tutorial to create rational table schema and insert sample data in SQL Server.
- Use SQL Server BI Dev-Studio to create all cube related things and the deploy it into local server.
The issue is:
- Everything is fine when I connect to SSAS via SSMS with Server name as ".";
- But when I connect to SSAS via SSMS with Server name as '
http://localhost/OLAP/msmdpump.dll
', I can not see any cube related information;
Anything wrong? How can I debug this kind of issue? Is this issue related with the user role and privileges?