Reputation: 23
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.
Upvotes: 0
Views: 19544
Reputation: 819
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:
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.
Upvotes: 2