Report sever not working showing error message "Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed" How to Solve it?
This is my error Window
Asked
Active
Viewed 147 times
2
-
2refer this url http://stackoverflow.com/questions/3389040/reporting-services-permissions-on-sql-server-r2-ssrs – Sanjay Radadiya Aug 02 '16 at 05:56
-
That solution for Report server url run in IE as an administrator that's working but my problem i'm run in IE as an administrator that also showing same error – Av.Raj Aug 02 '16 at 10:49
1 Answers
0
You need to add at least one user as a System Administrator. You can do this in few steps.
- Run Internet Explorer as Administrator;
- Enter the URL for Report Server Manager (http://localhost/Reports);
- Click Site Settings in the upper right corner. That will get you to the settings section;
- On the left side click Security;
- Click New Role Assignment this will take you to the page where new users can be added with different level of security (admin or user). Here is a summary of the roles available;
- Add your username and choose System Administrator role below.

gofr1
- 15,741
- 11
- 42
- 52
-
This solution for Report server url run in IE as an administrator that's working but my problem i'm run in IE as an administrator that also showing same error – Av.Raj Aug 03 '16 at 06:28
-
-
-
If it is on your computer you can enter Start->SQL Server 20XX->Reporting Service configuration. On *Service Account* tab yoyu can change by which user will service run - change to your account. Then go to the http://localhost/Reports_INSTANCENAME/Pages/Settings.aspx and add your account as Administrator the way provided in answer. Then change *Service Account* setting to build-in (back it was) – gofr1 Aug 03 '16 at 07:27
-
I'm changed the Use built-in account: Local system then applying time ask the model popup "Backup Encryption Key" that's ask file location and password – Av.Raj Aug 03 '16 at 09:15
-
Better use *services.msc* and change account (run as) there. Or if you know login and password of user that runs Report Service? you need to authorize under that credentials to you Report Service in browser. – gofr1 Aug 03 '16 at 09:22