Lost ability to be admin on SQL Server Reporting Services 2005

谁说胖子不能爱 提交于 2019-12-11 04:23:27

问题


I used to be able to go to http://myserver/reports and after I supplied my local account information (which was a member of "Administrators"), I would get the "Home" page of SQL Server Reporting Services along with the "Site Settings" link at the top right.

Now, when I log in, that's gone and it seems I'm just a "regular user" because the "Site Settings" menu is no longer there. Neither is the "Properties" tab, nor the "New Data Source", "Upload File", etc...

How can I get that functionality back? Where do I look? In the ReportServer database? ReportManager.config? Web.config?

My local account is already part of local "Administrators", so I would think I should get the complete menu, but I'm not.

Is there another back-door "Administrator" account that I can log in as and then get my first Administrator account back up and running?


回答1:


My issue solved after I tick 'Apply default Setting' at Report Server Virtual Directory setting on the Reporting Services Configuration Manager.




回答2:


I'd guess that someone took out the local admin group from "System Administrator" (Site Settings...Configure site-wide security).

You may be able to hack the ReportServer database:

In the ReportServer database:

  • In the Users table there should "BUILTIN\Administrators"
  • In the Roles table there should "System Administrator", TaskMask = 110101011
  • In the PolicyUserRole table, there should be a row with the GUIDs from User and Role above. The Policy ID = EBFA3A83-8497-4A39-9B5C-62E0240D2924



回答3:


you need to be in the 'report server admins' security group which is different from the 'administrators' group



来源:https://stackoverflow.com/questions/707219/lost-ability-to-be-admin-on-sql-server-reporting-services-2005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!