Some kind of security issue I’m sure. The user specified in the error has all rights that I know to give.
Program Ice.Services.Lib.RunTask raised an unexpected exception with the following message: RunTask: The permissions granted to user ‘ABC\UserName’ are insufficient for performing this operation. —> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user ‘ABC\UserName’’ are insufficient for performing this operation
For the record, this is a BAQReport I’m building for a user. I tested Excel and Excel+Map and both of those work but neither Excel-Data Only or Excel-Data Only+Map. This is a new SSRS server for us though which is why I’m thinking a setting somewhere.
Randy when you use Excel-Data the Service Account that SSRS Runs under, the same account you configured in the SSRS Tab in Admin Console – tends to create additional .rdl files (temporary ones) in the same folder where the Report Style is pointing to… I assume if that Service Account doesnt have the right R/W Permissions it simply can’t create those files hence the failure.
So far as I can tell, you only need to set the service account used by the app pool.
We did have to set permissions for me and Randy in order to edit the reports, however.