SSRS 2012发送邮件失败:报表服务器遇到配置错误

时间:2014-06-20 13:26:37

标签: reporting-services dynamics-crm-2013

我是初级DBA,实际上我更像是一个系统管理员而不是DBA。 我在我的一个SQL 2012开发报告服务器中遇到了一个重新安装问题。我们在dev报告服务器上报告了动态CRM 2013生成的快照。 我一直要求将这些报告发送到一个特定的电子邮件地址,在该地址上将生成的报告附在pdf中。 我能够在某个时间计划每天运行订阅,并且该计划确实执行得很好。 我的问题是它应该触发(发送电子邮件)的动作并没有给我我期望的结果。 我在报告服务器LogFiles中发现了一些引人入胜的条目,尽管用谷歌搜索它们,仍然无法解决。日志条目如下所示:

schedule!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Handling Event             TimedSubscription with data cf25ffaa-99c8-404f-bbf8-00c10ecbbe9b.
library!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Schedule f81461ea-5067-    4d14-b2ad-6930ce8ad3d8 executed at 06/20/2014 14:35:01.
schedule!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Creating Time based     subscription notification for subscription: cf25ffaa-99c8-404f-bbf8-00c10ecbbe9b
library!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Schedule f81461ea-5067-    4d14-b2ad-6930ce8ad3d8 execution completed at 06/20/2014 14:35:01.
library!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Initializing     EnableExecutionLogging to 'True'  as specified in Server system properties.
notification!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Handling     subscription cf25ffaa-99c8-404f-bbf8-00c10ecbbe9b to report {f48fd9a9-4df8-e311-a000-   00155d060421}, owner: DOMAIN\Username, delivery extension: Report Server Email.
library!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO:     RenderForNewSession('/DEV_MSCRM/CustomReports/{f48fd9a9-4df8-e311-a000-00155d060421}')
library!WindowsService_203!1764!06/20/2014-14:35:01:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 5; possible reason - service account doesn't have rights to check domain user SIDs.,     Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The     report server has encountered a configuration error. ;
library!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Initializing EnableExecutionLogging to 'True'  as specified in Server system properties.
emailextension!WindowsService_203!1764!06/20/2014-14:35:01:: e 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. 
notification!WindowsService_203!1764!06/20/2014-14:35:01:: i INFO: Notification 4718cbfe-0fef-481b-b0dd-60fae64c4271 completed.  Success: True, Status: Failure sending mail: The report server has encountered a configuration error. Mail will not be resent., DeliveryExtension: Report Server Email, Report: {f48fd9a9-4df8-e311-a000-00155d060421}, Attempt 0

你们中的任何一个人都面临这样的问题吗?您是否介意指出我可以遵循的方向让电子邮件发送工作?

再次感谢您的时间。

0 个答案:

没有答案