Reporting Services E-Mail Subscription Is Always in Pending Status

自闭症网瘾萝莉.ら 提交于 2019-12-11 07:00:03

问题


We have many e-mail subscriptions on your report server; but e-mail subscription status's are always "Pending" more than 4 days. Newly configured subscriptions are pending also. Status is not changing and there is no exception or error or warning on report server logs. Is there anybody with any ideas? How can I trace subscription logs with more details?

P.S. E-mails send with relay on our exchange server and our system team said that they couldn't trace e-mails with sending relay.

Thanks in advance.


回答1:


Read this, particularly the part about changing SMTPAuthenticate to 2 - that's what worked for me: http://technet.microsoft.com/en-us/library/ms159155.aspx

For continued troubleshooting if that doesn't solve your problem:

  • If you're using email aliases, try switching to fully declared email addresses (e.g., change "Bob Smith" to "Bob.Smith@YourCompany.com")
  • Each subscription should have a corresponding SQL Agent job for it; read the logs on those job(s) (see here for matching a job to a subscription, if you aren't aware: http://www.mssqltips.com/tip.asp?tip=1846)
  • Check the SSRS logfiles (...\ReportingServices\LogFiles)
  • Check the SSRS tables - ActiveSubscriptions, RunningJobs, Subscriptions - likely won't find the problem there, but these tables may aid in troubleshooting.



回答2:


Check the owner of the subscription in SSRS (it may be a user which is no longer valid).



来源:https://stackoverflow.com/questions/20854526/reporting-services-e-mail-subscription-is-always-in-pending-status

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!