参考MSDN官网:http://technet.microsoft.com/zh-cn/library/gg492140.aspx
注意事项:
- 网络上有文章说,最后验证是否成功 是在浏览器中输入url地址,有XML结果返回。此说法错误。坑苦了我。如:Win7下IIS
7.5配置SSAS(2008)远程访问。 - 正确验证方法:
- 程序中连接字符串,Data Source=http://192.168.1.172:9999/msmdpump.dll;
Initial Catalog=AdventureWorksDW2012; Integrated Security=Basic; User
ID=IIS的windows服务器账号; Password=IIS的windows服务器密码;
SqlServer SSAS IIS 部署,码迷,mamicode.com
时间: 2024-10-10 16:11:15