0
votes

Currently trying to deploy my report to SSRS web browser and I keep getting the error:

The permissions granted to user '' are insufficient for performing this operation. >

I'm attempting to deploy this from BIDS. I've checked and gave myself administrator/user rights settings in the site security. I'm using Windows 10 and SQL Server 2008 R2.

1
Hm... did you remove the user name from the error message or does it really say granted to user ''... ? - Tyron78
I removed the username. - David
Did you try deploying / uploading the reports manually (via web interface)? Did this work? Might help narrowing down the reason... - Tyron78
Your account (or a group that you belong to) needs at least to be assigned to the Publisher role in the folder you are trying to publish to. Check (or configure) the target folder (and Server!) in the project properties. - Wolfgang Kais
I finally figured out what solved the issue. Once I ran Visual Studio as Administrator the reports and data source deployed perfectly. - David

1 Answers

0
votes

Run Visual Studio as Administrator.