The permissions granted to user are insufficient for performing this operation (rsAccessDenied)

reporting-services

I created a report project in Visual Studio 2015 and deployed it and got the URL without errors and it worked in INTERNET EXPLORER. I got the reports on the first day but the next day I got an error

The permissions granted to user are insufficient for performing this operation (rsAccessDenied)

Then I changed the internet explorer local intranet settings (user authentication –> logon) but didn't get the reports.

Kindly help me solve this issue.

Best Answer

You need to grant access rights to user you're accessing the reports server. There are MSDN tutorials for that: 1, 2, but short steps are:

  • Open reports portal.
  • Go to Settings page -> Security tab, and add your domain\user to the list of users as administrator.
  • Go to reports page again.
  • Click Manage folder, on opened page open Security tab.
  • Add your domain\user to the list of users with all available premissions.

If you can't open reports portal in Chrome, try to access it in IE, and if it's not working, try to run IE as administrator.

Related Topic