码迷,mamicode.com
首页 > 其他好文 > 详细

SSAS 部署失败 总结

时间:2016-11-24 07:46:06      阅读:395      评论:0      收藏:0      [点我收藏+]

标签:zed   ice   标签   image   strong   tom   select   analysis   bottom   

       今天部署微软官方的SSAS实例AdventureWorks Multidimensional Models SQL Server 2012到本地SQL SERVER数据库,报了好几个错误。总结一下给大家提供一个参考:

 

环境约定:SQL Server 2012

示例库:AdventureWorks DW2012

方法:Visual Studio直接Deploy

    这个方法是最直接简单的方法,大多数我们都是通过这种方法部署到本地,配置如图

技术分享

右键点击SSAS项目AdventureWorks DW2012,然后选在探出的界面中选择部署。这是直接通过源文件部署到Server上。

 

但是部署时报了好几个错误,涉及到的问题如下:

1,检查Services服务中的 SQL Server Analysis Services(MSSQLSERVER)是否启动了,没启动的启动起来。

技术分享

2,数据源“Adventure Works DW”包含无法用于处理操作的 ImpersonationMode。

解决方法:
服务器连接改为“Use the service account”(使用服务账户)。
具体操作:
在Data Source(数据源)里的项目上点击右键->打开->数据源设计器里选择“模拟信息”标签->选择“Use the service account”(使用服务账户),确定。

技术分享

 

3,SSAS 部署 报错 Login failed for user ‘NT Service\MSSQLServerOLAPService‘ 28000。

解决方法:

Create login and grant access:

Open up SQL Server Management Studio [login to the database engine]> 
Security > 
Login (Right click) > 
New Login >add user: "NT Service\MSSQLServerOLAPService">
select the database being analyzed in the drop-down list at the bottom >
User Mapping [click on the database in the list] >
In the window database role membership click on db_datareader [this grants access to read the data]

技术分享

 

之后再次执行部署,成功。

SSAS 部署失败 总结

标签:zed   ice   标签   image   strong   tom   select   analysis   bottom   

原文地址:http://www.cnblogs.com/theseven/p/6096120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!