SqlServer SSAS IIS 部署

参考MSDN官网:http://technet.microsoft.com/zh-cn/library/gg492140.aspx

注意事项:

  1. 网络上有文章说,最后验证是否成功 是在浏览器中输入url地址,有XML结果返回。此说法错误。坑苦了我。如:Win7下IIS 7.5配置SSAS(2008)远程访问
  2. 正确验证方法:

                 

                 

  3. 程序中连接字符串,Data Source=http://192.168.1.172:9999/msmdpump.dll; Initial Catalog=AdventureWorksDW2012; Integrated Security=Basic; User ID=IIS的windows服务器账号; Password=IIS的windows服务器密码;
原文地址:https://www.cnblogs.com/i-blog/p/3698815.html