SSRS report subscription not working sometime

可紊 提交于 2020-01-16 04:37:04

问题


We have created 10 to 12 SSRS reports and created subscription for the reports. Sometimes the status of the subscription is showing mail sent but actually we have not received any email. What may be the issue here.


回答1:


Check the logs on the SMTP server (if your current logging level is not enough, consider logging more information ala http://www.msexchange.org/tutorials/Logging_the_SMTP_Service.html).

You might find the mailbox is full or there was some other mail problem, that is not reported by Reporting Services as it hands off sending to the SMTP server. You can find the SMTP server settings in Reporting Services Configuration Manager -> E-mail Settings.




回答2:


I had the same problem. It said Mail Sent but it was never received. I had no errors or warnings in logs, but the problem was that the attachment was too big.




回答3:


Have you ever received mail from that SSRS server? If not, the issue I've had is that Exchange hasn't had "relay for this host" enabled. You will find the error in the SSRS logs.




回答4:


We had this problem with the first release of SSRS for SQL 2008. The problem is generally corrected in the service pack. The update makes the engine that sends the reports much more reliable and the jobs will show a failure if it doesn't get sent. Previously, I would see that the job had run but wouldn't get any feedback on the server so it looked like it had run. My users, however, gave me plenty of feedback that the report wasn't making it to them.

Also, If you are sending the email to several users and any of the users are no longer in the system you may see that the report failed but it doesn't give a good reason why. The report wills send to the whole list at once, if any of the users on the email list the entire list will then not receive the report.




回答5:


The issue is with the receiving file size limit of the receivers end. Check your file size generated by the server and check the existing receivers limit of receiving attachments and increase it accordingly. This should work.




回答6:


We had the same issue in our system. I discovered when sending to multiple recipients that the first one on the list never received the report. I was able to solve the problem by starting every To: line with a semicolon. Example:

To:  ;email1@myorg.org; email2@myorg.org


来源:https://stackoverflow.com/questions/6119291/ssrs-report-subscription-not-working-sometime

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