SQL Server 2014 Analysis Services 部署权限错误

SQL Server 2014 Analysis Services Deploy Permission Error

部署 Analysis Services 多维数据集时如何解决此权限错误?用户已经在本地主机服务器上拥有 SA 权限。

------ Build started: Project: FerrariRusso, Configuration: Development ------
Started Building Analysis Services project: Incremental ....
Dimension [Date] : Create hierarchies in non-parent child dimensions.
Dimension [Customer] : Create hierarchies in non-parent child dimensions.
Dimension [Product] : Create hierarchies in non-parent child dimensions.
Build complete -- 0 errors, 3 warnings
------ Deploy started: Project: FerrariRusso, Configuration: Development ------
Performing an incremental deployment of the 'FerrariRusso' database to the 'localhost' server.
Generating deployment script...
   Add Database FerrariRusso
   Process Database FerrariRusso
Done
Sending deployment script to the server...
Error -1055391738 : Either the 'ACMECorp\tarzan' user does not have permission to create a new object in 'ACTARZAN-WIN81', or the object does not exist.
Deploy complete -- 1 errors, 0 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

如果与您一起部署的用户不是 Analysis Serices 管理员组的成员,您可以使用以下过程修改角色成员身份。

  1. 运行 SQL Server Management Studio 作为管理员
  2. 在对象资源管理器中打开 Analysis Services 服务器
  3. 转到属性
  4. 转到安全
  5. 将用户添加为管理员。