Forum Discussion
Subscription error on paginated report
Hi,
i set up subscription on a paginated report. The report is based on a sematic model from a fabric warehouse. The subscription ran perfectly on a daily base for the last month.
Yesterday i got the following error. Does anyone know whats the problem? Thanks!
|
|
|
5 Replies
- cw88Helper IV
Hi GilbertQ ,
resend of the subscription works.
I had the same error "The SQL pool is warming up." at executing procedures on warehouse, for this case the solution was "configure a retry because it can happen that the warehouse needs some time until it is available".
But for the subscriptions there is no option for retry...
- GilbertQSuper User
What I would do is try and create a pipeline to run a SQL query before the subscription runs and see if that works?
- AnonymousNot applicable
Hi, cw88
This can happen if your SQL pool has been inactive for a while and needs time to warm up before it can process requests. You can try to warm up the SQL pool by running a simple query or a light task before triggering the subscription. This helps ensure that SQL pool is ready to handle subscription requests. You can refer to the following link:
Azure Synapse SQL pool is warming up error - Microsoft Q&A
SQL Pool Warming Up: What It Is and How to Fix It (hatchjs.com)
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.
- cw88Helper IV
Hello Anonymous ,
thanks for your reply, but i don't think that this is a good workaroud, because user can create subscriptions themselves, so times for the subscriptions can change every day. It is not possible to check every day when subscriptions run and schedule tasks before that...