The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello !
I have an SSRS report hosted on Power BI Report Server. The SSRS report has a data-driven subscription that sends an Excel file via email. How can I find a list of email addresses that encountered errors if the data-driven subscription indicates there were issues?
Hi, @SolomonovAnton
Go to the Subscriptions tab in the web portal of Power BI Report Server. Find the status of your data-driven subscription. If there is an error, the status will show the problem.
Detailed error information is logged in the Reporting Service logs. These logs are typically located at:
C:\Program Files\Microsoft Power BI Report Server\PBIRS\LogFiles
Open the relevant log file and search for entries related to your subscription.
You can also query the ExecutionLog3 view in the ReportServer database for details about subscription executions. This view includes columns such as Status and Error, which can help identify issues.
You can check the following links:
Monitor Reporting Services subscriptions - SQL Server Reporting Services (SSRS) | Microsoft Learn
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SolomonovAnton,
Below is an example of a thread where they used the SSRS catalog:
That solution is based on this blog:
https://www.sqlshack.com/ssrs-failed-subscription-alerting/
thank you for you answer! unfortunately, I didn't find list of recipients in code presented by link. field 'Recipients' from code - it is subscription description, but not emails
Here's a report I use to check the execution log.
thank you for your link! It is realy cool repository !!
but unfortunately I can't answer at my question
User | Count |
---|---|
2 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
2 |