Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
3 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
8 | |
4 | |
4 | |
3 | |
3 |