Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reporting Services permissions on SQL Server R2 SSRS

I'm getting the error below when I try and access SSRS on SQL Server 2008 R2

I'm not sure how many others have started using SQL 2008 R2 SSRS, but I am having an issue with getting the error below when I try and access the reports server url

User does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed

I can access the url if I run IE as an administrator

like image 834
AJM Avatar asked Aug 02 '10 15:08

AJM


People also ask

How do I give permission to SQL Server Reporting Services?

Click Home, and then click Folder settings. From there, create a new role assignment so that you can grant access to the “Content Manager” role. To grant access so that the user can edit or build reports, you can give them additional permissions in SSRS, such as the Report Builder permission to the Home folder.

Where are SSRS permissions stored?

On the report server URL, permissions are granted in site settings, folder settings, and report level.

How do I restrict access to SSRS reports?

Denying Access to My Reports You can prevent users from accessing My Reports by: Disabling My Reports on the Site Settings page. For more information, see Enable and Disable My Reports.

Which of the following permission is required for viewing the report on the report server?

On a new report server installation, only users who are members of the local Administrators group have permissions to report server content and operations.


1 Answers

This did the trick for me. http://thecodeattic.wordpress.com/category/ssrs/. Go down to step 35 to see the error you are getting. Paraphrasing:

Once you're able to log in to YourServer/Reports as an administrator, click Home in the top-right corner, then Folder Settings and New Role Assignment. Enter your user name and check a box for each role you want to grant yourself. Finally, click OK. You should now be able to browse folders without launching your browser with elevated privileges.

Don't forget to set the security at the site level **AND ** at the folder level. I hope that helps.

Rick

like image 147
Rick Arthur Avatar answered Oct 01 '22 11:10

Rick Arthur