Forum Discussion
New scheduled refresh stuck at refreshing
There are some other data source related error messages i can read in the logs. But no clear errors or failure messages for these new schedules.
Is there any number of schedules limitation or analysis services setting needs to be configured.
Please help
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.
5 Replies
- jpnayakFrequent Visitor
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.
- AnonymousNot applicable
Hi jpnayak ,
Can you explain the step to solve this issue? im facing the same issue and dont know what to do.
Thank you.
- AnonymousNot applicable
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
- jpnayakFrequent Visitor
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.
- supriyajNew Member
Hi
I am facing similar issue since morning. All scheduled reports are stucke at status "Refreshing". Any help would be appreciated.
Thanks in Advance.