Administrator cannot administer sql server reporting services

36,411

Solution 1

Appreciate you have a resolution; if anyone else has this problem; MS have put a step by step guide up on msdn. "Configure a Report Server for Local Administration on Windows Vista and Windows Server 2008"

http://msdn.microsoft.com/en-us/library/bb630430.aspx

Solution 2

I have the same exact problem, i am running on Windows 7. I also cannot deploy to the SQL Server, if I am not logged in as Administrator (and not as a users of the Admin group.) One thing that solved my problem is to start Internet Explorer as Administrator, even if you are logged in as a Admin users. (Right-click and select "Start as an Administrator") Same in Visual Studio in order for you to deploy. It's annoying, but it works...

Solution 3

As stated by John, must be "Administrator", not just a member of Administrators group. Trying to make more users part of BUILTIN\Administrators is not the answer. The answer is to login initially as "Administrator" and then setup Reporting Services related groups for your system or domain then configure the roles associated with those groups using RS tools, and add the appropriate users to the specific new groups.

Solution 4

Found my answer after hours of searching ...

As other users suggest, you need to right-click and choose Run As Administrator. However, on Windows 7 it seems that Internet Explorer by default does not provide current user credentials to Reporting Services. What happens then is that you get a login prompt when you try to access Reporting Services. If you get a login prompt, you need to adjust security settings.

Choose Intenet Options and go to the Security tab. Click on Trusted sites. Either drag the security slider to low security or click on Custom level. If you click on Custom level, go to the User Authentication/Logon option and choose "Automatic logon with current name and password".

Original post here for reference: http://blogical.se/blogs/jahlen/archive/2009/10/02/setting-up-sql-server-reporting-services-on-windows-7-vista-or-windows-2008.aspx

Share:
36,411
Chris Morley
Author by

Chris Morley

Developer, database administrator with 14 years experience, several years in team leadership roles and one year as a software development manager. Data driven web apps, CRM, enterprise internal operations and search engines is mostly what I've been focused on. ASP.NET MVC, SQL Server 2012, Javascript w/jQuery, CSS, WCF Services, Drawing and Rendering Algos, Geometry Algos, Bing Maps API, Geography Algos, XSL, XML, File System, automated network apps, Active Directory, Exchange, Linux, Oracle, Azure, elasticsearch, etc. etc. Software is my work and my main hobby. So I have been around systems and I get around systems. I really enjoy fixing bugs just because it's fun for me and I've gotten good at it; but I have also come to rather like writing software that is simple enough that it just works and glides along, doing its thing, getting usage, paying karmic dividends. That way you don't get tied up fixing bugs and you can go on and write some more software that does something else. Production code should be robust enough to just chug along doing its thing, right? Completely incurable computer geek since 1988. My other interests: Euro Board Games, Trance Music, Listening to all kinds of music, Current Events, Geography, Geometry, Philosophy, Science, Movies, Sailing, and Skiing.

Updated on July 09, 2022

Comments

  • Chris Morley
    Chris Morley almost 2 years

    I am running SQL Server Reporting Services on SQL Server 2008 Standard and trying to get the web pages to work.


    What do I have to do to get RS (Report Manager, Reporting Services Connection), to see me as an admin in the first place so that I can make then change my role and look at the Web Service URL properly?


    I have Windows authentication Enabled in II7 and I have anonymous authentication disabled.

    I am logged in as a local Administrator (however the pages don't seem to realize that I am an admin).

    Through the tables in ReportServer db, I can tell that BUILTIN\Administrators is in there.

    I have my local machine in Trusted Sites in Internet Explorer.

    Using Chrome instead of IE, I get similar results. I have not tried Firefox.

    Most of the help I have found online assumes that you can add your login as an administrator explicitly from the perspective of RS. I cannot figure out how to do that because everyway I try to administer roles I cannot get to work....

    At:

    http://machine/ReportServer_DEPAHELIX

    I get:

    Reporting Services Error

    The permissions granted to user 'Chris-PC\Chris' are insufficient for performing this operation. (rsAccessDenied) Get Online Help


    SQL Server Reporting Services

    At: http://machine/Reports_DEPAHELIX/Pages/Folder.aspx I see only Home, with Home, My Subscriptions, Help and cannot really do anything. There are no reports there yet because when I try to deploy from BIDS, I get Error 1 The permissions granted to user 'Chris-PC\Chris' are insufficient for performing this operation. 0 0


    At: http://machine/Reports_DEPAHELIX/Pages/SystemSecurity.aspx I see You do not have permission to access this page.


    And when I connect to Reporing Services through SQL Server Management Studio, I see Jobs, Security and Shared Schedules, and that's it. I can expand Security>Roles and see 5 built in roles, however when I right click on a Role, the context menu has Properties grayed out.


    What do I have to do to get RS to see me as an admin?


  • Chris Morley
    Chris Morley almost 15 years
    Thanks for the comment Andomar and I agree with everything that you said - that is all true, however that was not my particular problem. In my case my current user "Chris" was also a SQL Server Administrator. The "Administrator" account was NOT a SQL Server Administrator, however WAS able to perform the actions that I was trying to take with the Reporting Services.
  • Andomar
    Andomar almost 15 years
    Interesting... that must be yet another security system. Did you try with Start -> Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration Manager?
  • Justin Holzer
    Justin Holzer over 14 years
    In Vista, Windows 7, or Server 2008, you do not necessarily have to login as the Administrator account. If you go to All Programs in the start menu, then you can right click on IE and select "Run as Administrator". I have confirmed this works on server 08. I would also imagine if you had User Account Control disabled, that you would not even need to run IE as an admin.
  • Dan Harris
    Dan Harris over 11 years
    +1 Justin, this is definitely the quickest and easiest way to do this on the Operating Systems you listed. Worked straight away.