I have created a subscription that will place a report on a file share. When the subscription runs to build an excel file and put it on the shared drive, it gives the following error:
Failure writing file [Report Name] : An error occurred during rendering of the report.
When I looked in the logs I saw a little bit more detail, but it didnt mean much to me, as I am new to SSRS development.
Here is what i am getting:
An error occurred during rendering of the report. --->
Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:
An error occurred during rendering of the report. --->
Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An
error occurred during rendering of the report. --->
System.IO.IsolatedStorage.IsolatedStorageException: Unable to determine the
identity of domain.
What doesnt make sense to me is that I changed the file type on the export to CSV and it will export. What is even more shocking is that the CSV file is bigger than the excel file (i was able to do a manual export through the UI for the report.)
Any ideas on what is going on and how I can resolve this?
Thanks,
Craig