Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Solved! Go to Solution.
For some weird reason, all the events piled up in Reportserver database event table. The count was in million. I had to remove those events to allow new schedules to start.
You may check the event table item count in reportserver database . If you see too many records delete them . Simple database query I used
USE ReportServer
SELECT COUNT(*) FROM Event
DELETE FROM Event
Hope it helps.
For some weird reason, all the events piled up in Reportserver database event table. The count was in million. I had to remove those events to allow new schedules to start.
@jpnayak - Can you help what is the action that should be performed when u say remove the events. please provide the steps for this issue.
Thanks
You may check the event table item count in reportserver database . If you see too many records delete them . Simple database query I used
USE ReportServer
SELECT COUNT(*) FROM Event
DELETE FROM Event
Hope it helps.
Hi @jpnayak ,
Can you explain the step to solve this issue? im facing the same issue and dont know what to do.
Thank you.
Hi
I am facing similar issue since morning. All scheduled reports are stucke at status "Refreshing". Any help would be appreciated.
Thanks in Advance.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |