Receiving issue with SSRS e-mail subscriptions. Can send e-mails via the shared mailbox using PowerShell on same server successfully. Issue is only when trying to send via SSRS 2016. It started occurring 2 days ago and was working prior. Makes me think it's either an update or maybe some permission configurations. The full error message from SSRS is:
Failure sending mail: An internal error occurred on the report server. See the error log for more details.Mail will not be resent.
Digging deeper:
library!ReportServer_0-1!94c!04/13/2026-14:12:56:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.NotEnabledException: , Microsoft.ReportingServices.Diagnostics.Utilities.NotEnabledException: The requested functionality is not currently enabled.;
extensionfactory!ReportServer_0-1!94c!04/13/2026-14:12:56:: i INFO: Skipped instantiating Report Server PowerBI report server extension. Extension was not enabled.
schedule!WindowsService_0!1ce0!04/13/2026-14:13:01:: i INFO: Handling event with data: TimeEntered: 04/13/2026 14:13:01, Type: Event, EventType: TimedSubscription, SubscriptionID: eab3106c-0d2c-40e5-82aa-cd892654ced3.
library!WindowsService_0!1ce0!04/13/2026-14:13:02:: i INFO: Schedule 5b010bfe-5fc4-425a-857b-dd8d9350e77f executed at 04/13/2026 14:13:02.
schedule!WindowsService_0!1ce0!04/13/2026-14:13:02:: i INFO: Creating Time based subscription notification for subscription: eab3106c-0d2c-40e5-82aa-cd892654ced3
library!WindowsService_0!1ce0!04/13/2026-14:13:02:: i INFO: Schedule 5b010bfe-5fc4-425a-857b-dd8d9350e77f execution completed at 04/13/2026 14:13:02.
library!WindowsService_0!1228!04/13/2026-14:13:03:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties.
notification!WindowsService_0!1228!04/13/2026-14:13:03:: i INFO: Handling subscription eab3106c-0d2c-40e5-82aa-cd892654ced3 to report RPT_Its_Anameab, owner: Domain\myUser, delivery extension: Report Server Email.
library!WindowsService_0!1228!04/13/2026-14:13:03:: i INFO: RenderForNewSession('/RPT/RPT_Its_Anameab/RPT_Its_Anameab')
library!WindowsService_0!1228!04/13/2026-14:13:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.WindowsAuthz5ApiException: , Microsoft.ReportingServices.Diagnostics.Utilities.WindowsAuthz5ApiException: Windows returned a ERROR_ACCESS_DENIED error when Reporting Services attempted to call the Windows Authz APIs. If this issue persists the Reporting Services account may not possess permission to perform authentication checks. Check the Windows Authz documentation for more information and details on diagnosing issues. Authz method: AuthzInitializeContextFromSid, Error code: 5, UserName: Domain\myUser.;
library!WindowsService_0!1228!04/13/2026-14:13:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.WindowsAuthz5ApiException: , Microsoft.ReportingServices.Diagnostics.Utilities.WindowsAuthz5ApiException: Windows returned a ERROR_ACCESS_DENIED error when Reporting Services attempted to call the Windows Authz APIs. If this issue persists the Reporting Services account may not possess permission to perform authentication checks. Check the Windows Authz documentation for more information and details on diagnosing issues. Authz method: AuthzInitializeContextFromSid, Error code: 5, UserName: Domain\myUser.;
library!WindowsService_0!1228!04/13/2026-14:13:04:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: AccessCheck: Win32 error:6, Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details.;
library!WindowsService_0!1228!04/13/2026-14:13:04:: e ERROR: Report server dump occured. Exception: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., Message: , Unhandled Exception: False
library!WindowsService_0!1228!04/13/2026-14:13:04:: e ERROR: Report server unique dump occured. Exception: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., Message: , Unhandled Exception: False
library!WindowsService_0!1228!04/13/2026-14:13:07:: i INFO: Dump result: External dump process return code 0x20000001.
External dump process returned no errors.
Not sure what the error is or how to fix it. I've tried down the Windows Authz path but I'm not sure about how to configure that.