User Account Control (UAC) and SSRS
In SQL Server 2008 R2 Reporting Services people are facing error as “User ‘DomainName\UserName’ does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed”. I have seen people struggling with this Issue. Here is more light on how to fix this & get your SQL Reporting Services Report Server URL working.
UAC is causing the error, from http://support.microsoft.com/kb/934164.
- Configure the report server for local administration. To access the report server and Report Manager locally, follow these steps:
- Start Windows Internet Explorer.
- On the Tools menu, click Internet Options.
- Click Security.
- Click Trusted Sites.
- Click Sites.
- Under Add this Web site to the zone, type http://ServerName. If you are not using HTTPS for the default site, click to clear the Require server certification (https:) for all sites in this zone check box.
- Click Add.
- Repeat step 7f and step 7g to add the http://localhost URL, and then click Close.
- Note This step enables you to start Internet Explorer and open either the localhost or the network computer name of the server for both the Report Server application and the Report Manager application.
- Create role assignments that explicitly grant you access together with full permissions. To do this, follow these steps:
- Start Internet Explorer together with the Run as administrator option. To do this, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator.
- Open Report Manager. By default, the Report Manager URL is http://ServerName/reports.
- If you use SQL Server Express with Advanced Services SP2, the Report Manager URL is http://ServerName/reports$sqlexpress. If you use a named instance of Reporting Services, the Report Manager URL is http://ServerName/reports$InstanceName</var>
- In the Home dialog box, click Properties.
- Click New Role Assignment.
- Type a Windows user account name by using the following format:
- Domain\User
- Click to select the Content Manager check box.
- Click OK.
- In the Home dialog box, click Site Settings.
- Click Configure site-wide security.
- Click New Role Assignment.
- Type a Windows user account by using the following format:
- Domain\User
- Click System Administrator.
- Click OK.
- Close Report Manager.
- Use Internet Explorer without the Run as administrator option to reopen Report Manager.
Also, see the following thread (look for post that was marked as answer)
Sandip Shinde
Great piece of information. It saved lot of time for me.
Thanks for posting.
Ashish Tiwari
We have a report which i would like to access through URL with out any access credentials.
I would like any one from any where just type the url in the browser and they just view the report with out entering any user name or password.
Could you please tell me how could i achieve this ?
Please help me
Environment:
1) Windows 2008 server R2 with Active Directory Services
2) Microsfort Sql Server 2008 r2 Enetrprise version
The above solution did not work in the above senario. Could you please let me know any other alternative
After following these steps the user still continued to get the UAC error message. The only resolution that I could find was to add the user to the local(SSRS) admin group.