我有个疑问,在多维数据集中,虽然通过拖拉维度或者MDX的形式可以看到极其丰富的数据层次,可是这些数据能够方便的展现到客户端么?非网页。
例如做一个终端,过去在数据库中通过SQL或者存储过程的调用,可以返回想要的结果集,也可以用什么方法访问OLAP的数据集么?
SSAS都是要windows登陆的,感觉很别扭啊
------解决方案--------------------
最好的展现应该是在 excel里面吧,特别是有了powerpivot后。
------解决方案--------------------
SSAS就是要求Windows验证。你的需求可以考虑Kerberos 配置。
------解决方案--------------------
如果你不想认证的话用匿名访问。
Sometimes you might need to setup access to your Microsoft SQL Server Analysis Services using anonymous authentication. For example, you would like to allow access to your SSAS data from another active directory domain or from the internet and you DO NOT CARE ABOUT DATA SECURITY.
To setup SSAS anonymous authentication you need to complete 3 steps :
?Change SSAS server property "Security\RequireClientAuthentication" value to False.
?Edit your connection string and add following parameter: Impersonation Level=Anonymous;
?Create SSAS database role and grant necessary permission to cubes and dimensions. Add user "NT Authority\Anonymous Logon" as a member of this role.
After such setup any user should be able to access your SSAS database without authentication.
------解决方案--------------------
否则的话应该要用WINDOWS认证了,其他的我也没用过,你可以在网上搜以下看看是否有人做过。
------解决方案--------------------
配置个IIS 接口,可以匿名,windows登录等多种方式访问,
http://technet.microsoft.com/zh-cn/library/gg492140.aspx