I am using SSRS on SQL Server 2008 R2, enterprise edition. Native install. (No Sharepoint)
I have created a data driven subscription to run a report and save the pdf files created to a windows file share, which is a folder local to the SQL server, so no references to any other servers.
The first time this ran, it created the files successfully. However, I noticed that the width of the report caused a column at the end to be dropped to another page, so I edited the report in the project and redeployed. I even ran through the settings of the data driven subscription again, not changing anything, and now it won't run.
I had also created a second subscription to email those reports at the same time, but that hasn't worked at all, so I have deleted the email subscription and am just trying to get the file share subscription to work again before moving on to the email subscription.
I have not documented all the things I did, how many times and when, but to my memory, I have done the following in my efforts to get this to work again:
Changed the service account and unattended account from a local user to a domain user (changing each account in one place at a time).
Switched back to using a local user again.
Restarted SQL services
Restarted reporting services
Made sure local user and domain user has proper rights to db and file share.
Confirmed I could still successfully run the report in report manager.
Per an article a forum referred to (sorry, don't still have URL), I removed a section of code from the rsreportserver.config file because I'm not using Sharepoint. I removed the block of code that starts with "<Extension Name="Report Server DocumentLibrary""
Changed the time of the shared schedule to about 5 minutes later so I could see what happens again
etc.
When I first started checking the executionlog3 table and the sql agent job activity, the sql agent job didn't even appear to exist even after running through the data driven subscription setup again in reports manager. Also, nothing was being logged to the executionlog3 table since the first successful run. After going through things such as the subscription setup screens, the data source connection properties, etc, I finally started noticing activity in the sql agent job monitor and the executionlog3 table, and started looking at the SRS log files.
Although there are other errors that, through research, can be ignored and don't seem to be relevant, the following are the 2 unresolved errors I'm seeing consistently in the current log as well as in the log that shows the time the reports ran successfully the first time.
Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 5; possible reason - service account doesn't have rights to check domain user SIDs.
Error occured processing subscription ab2881f6-d9cf-4a6b-9b19-7b866ce376c2: Failure writing file MyOutputReportName: The report server has encountered a configuration error.
Since the reports sent to the file share the first time ran successfully using a local windows account for the service and db connection, why do I still get these errors and why does it not run? I am not running the email subscription anymore, so I wouldn't think these should have anything to do with that anymore.
The executionlog table just says that there is a problem with the rs configuration... It did that the first day, too, but seemed to only appear on the ones being emailed.
I appreciate all the input I can get on this one.
Thank you!
Dana