When creating new report subscriptions with the option 'Include Report' option enabled the emails are not sent and the ReportServerService.log shows the following:
ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 1355, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server
has encountered a configuration error. ;
ERROR: Error sending email. Exception: Microsoft.ReportingServices.Diagnostics.Utilities.RSException: The report server has encountered a configuration error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The report server has encountered a configuration error.
ERROR: Error occurred processing subscription <GUID>: Failure sending mail: The report server has encountered a configuration error. Mail will not be resent.
INFO: Notification <GUID> completed. Success: False, Status: Failure sending mail: The report server has encountered a configuration error. Mail will not be resent., DeliveryExtension: Report Server Email, Report: <REPORT NAME>, Attempt
0
However, if I disable the option to Include Report the email sends successfully.
We have existing subscriptions for the same report with the Include Report option enable and they work, it only seems to be affecting new subscriptions.
The SSRS service is running under a dedicated service account and all other aspects of the Reporting Services are working.
Anyone have any ideas?