I have SSRS installed in SharePoint mode on my SharePoint server. I've created a report library and uploaded a report. When attempting to view any RS specific screens (Manage Data Sources, Manage Subscribtions, etc), I get the following error:
The permissions granted to user 'DOMAIN\user' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'DOMAIN\user' are insufficient for performing this operation.
I am a Farm Administrator, Site Collection Administrator and I am a member of the Owners group on the site that the library is inheriting permissions from. Other users that have the same permissions can access the screens, but I can't. The log files aren't much help other than to show exactly which method is failing:
w3wp!library!13!06/20/2012-18:12:12:: i INFO: Call to GetPermissionsAction(http://saf-portalXXXX.xxxxxx.com/AQXL/Charts/Prime Contract Action By Agency.rdl).w3wp!library!13!06/20/2012-18:12:12:: i INFO: Call to GetItemTypeAction(http://saf-portalXXXX.xxxxxx.com/AQXL/Charts/Prime Contract Action By Agency.rdl).
w3wp!library!13!06/20/2012-18:12:12:: i INFO: Call to GetItemDataSourcesAction(http://saf-portalXXXX.xxxxxx.com/AQXL/Charts/Prime Contract Action By Agency.rdl).
w3wp!library!13!06/20/2012-18:12:12:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'DOMAIN\user' are insufficient for performing this operation.;
Has anyone seen this before or know where to look? Most information I can find is SQL 2008 R2 or earlier and not particularly relevant.