Hi,
I'm trying to set up SSRS 2014 - Enterprise edition for email delivery
I've tested my SMTP server and it works fine i.e. it delivery email to my mailbox.
Now, to set up SSRS
SSRS url
![]()
![]()
![]()
SSRS log file - error details
.....
ui!ReportServer_0-20!1b10!09/03/2018-06:38:47:: i INFO: Software Usage Metrics not enabled for EnterpriseCore edition
library!ReportServer_0-20!115c!09/03/2018-06:38:50:: i INFO: Call to GetPermissionsAction(/RFQ rail reports).
library!ReportServer_0-20!115c!09/03/2018-06:38:50:: i INFO: Catalog SQL Server Edition = EnterpriseCore
crypto!ReportServer_0-20!115c!09/03/2018-06:38:50:: i INFO: Initializing crypto as user: NT AUTHORITY\SYSTEM
crypto!ReportServer_0-20!115c!09/03/2018-06:38:50:: i INFO: Exporting public key
crypto!ReportServer_0-20!115c!09/03/2018-06:38:50:: i INFO: Performing sku validation
.....
extensionfactory!ReportManager_0-19!1bec!09/03/2018-06:39:15:: w WARN: The extension Report Server Email does not have a LocalizedNameAttribute.
extensionfactory!ReportManager_0-19!1bec!09/03/2018-06:39:15:: w WARN: The extension Report Server FileShare does not have a LocalizedNameAttribute.
library!ReportServer_0-20!115c!09/03/2018-06:39:15:: i INFO: Call to ListSchedulesAction().
library!ReportServer_0-20!11f0!09/03/2018-06:39:15:: i INFO: Call to GetSystemPropertiesAction().
..............
schedule!WindowsService_26!aa0!09/03/2018-06:43:10:: i INFO: Handling Event TimedSubscription with data 08d1297e-45c1-401d-949f-f669926aea2f.
library!WindowsService_26!aa0!09/03/2018-06:43:10:: i INFO: Schedule 08bd28d2-3bc7-4cea-a5d7-a8013a4152c8 executed at 09/03/2018 06:43:10.
schedule!WindowsService_26!aa0!09/03/2018-06:43:10:: i INFO: Creating Time based subscription notification for subscription: 08d1297e-45c1-401d-949f-f669926aea2f
library!WindowsService_26!aa0!09/03/2018-06:43:10:: i INFO: Schedule 08bd28d2-3bc7-4cea-a5d7-a8013a4152c8 execution completed at 09/03/2018 06:43:10.
library!WindowsService_26!64!09/03/2018-06:43:11:: i INFO: Initializing ExecutionLogLevel to 'Normal' as specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:11:: i INFO: Initializing EnableIntegratedSecurity to 'True' as specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:11:: i INFO: Initializing SessionAccessTimeout to default value of '600' seconds because it was not specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:11:: i INFO: Initializing SqlStreamingBufferSize to default value of '64640' Bytes because it was not specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:12:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties.
notification!WindowsService_26!64!09/03/2018-06:43:12:: i INFO: Handling subscription 08d1297e-45c1-401d-949f-f669926aea2f to report Performance Metrics, owner: domain\user, delivery extension: Report Server Email.
library!WindowsService_26!64!09/03/2018-06:43:12:: i INFO: RenderForNewSession('/report folder/report name')
library!WindowsService_26!64!09/03/2018-06:43:13:: i INFO: Initializing SnapshotCompression to 'SQL' as specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:13:: i INFO: Initializing ChunkSegmentSize to default value of '32320' Bytes because it was not specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:13:: i INFO: Initializing ResponseBufferSizeKb to default value of '64' KB because it was not specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:15:: i INFO: Initializing SessionTimeout to '600' second(s) as specified in Server system properties.
library!WindowsService_26!64!09/03/2018-06:43:15:: i INFO: Initializing EnableExecutionLogging to 'True' as specified in Server system properties.
emailextension!WindowsService_26!64!09/03/2018-06:43:16:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine)
at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine)
at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller)
at System.Net.Mail.SmtpReplyReader.ReadLine()
at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
--- End of inner exception stack trace ---
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
notification!WindowsService_26!64!09/03/2018-06:43:16:: e ERROR: Error occurred processing subscription 08d1297e-45c1-401d-949f-f669926aea2f: Failure sending mail: Failure sending mail.
library!DefaultDomain!c48!09/03/2018-06:43:30:: i INFO: Catalog SQL Server Edition = EnterpriseCore
...................
Is there any issue with my service accounts - in SSRS setup?
Thanks for the help!