使用域管理员组(Domain admins)的非administrator其他成员账号开发SSRS报表时,发现无法部署报表,给出的提示:

"The deployment was aborted. You do not have privileges to deploy to server: (servername). For deployment, you must have administrative rights to the SQL Server Reporting Services (SSRS) server. Contact your administrator to deploy." 

Domain admins组默认会加入到服务器的本地Administrators组下,实际上这个组下的成员是可以顺利打开SSRS的报表网站进行管理的,出现这个错误应该是AX2012自身的问题,搜索发现其他人也遇到类似的问题(http://dynamics-ax.blogspot.com/2011/08/ax-2012-ssrs-security-deployment-issue.html),得出的结论是验证域管理组的账号需要花费一定的时间,这导致部署中断退出。解决的办法也很简单,把这个单独的域用户账号加入到SQL SERVER服务器的本地管理员组中就可以了,验证确实可行,只是出现这样的问题确实有点让人难以理解。

相关文章:

  • 2021-12-05
  • 2021-11-14
  • 2021-05-10
  • 2021-11-05
  • 2022-12-23
  • 2021-08-25
  • 2021-11-23
猜你喜欢
  • 2021-08-15
  • 2022-01-16
  • 2022-02-12
  • 2022-02-11
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案