0

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.

David
  • 113
  • 1
  • 13
  • Hm... did you remove the user name from the error message or does it really say `granted to user ''...` ? – Tyron78 Aug 06 '18 at 15:15
  • I removed the username. – David Aug 06 '18 at 15:18
  • Did you try deploying / uploading the reports manually (via web interface)? Did this work? Might help narrowing down the reason... – Tyron78 Aug 06 '18 at 15:21
  • 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 Aug 07 '18 at 22:41
  • I finally figured out what solved the issue. Once I ran Visual Studio as Administrator the reports and data source deployed perfectly. – David Aug 08 '18 at 14:03

1 Answers1

0

Run Visual Studio as Administrator.

David
  • 113
  • 1
  • 13