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.
Just adding to this, 6 years later… we ran into this issue earlier this week, and the issue was directly related to the permissions that were set on our SRSS Report Server.
When we set the user/password privileges there correctly, this was resolved. We had updated the report server and missed this. Oddly, it still did allow us to print preview the PDFs, but not the Excel Output.