So, I want to automatically re-fire failed ssrs subscriptions (most of them are data-driven subscriptions) : during the weekend (mainly saturday) we have many data-driven subscriptions that run and almost every weekend we have failures, so, monday, we have to manually identify the failed parameter values and then re-run the failed subscriptions on the parameter values they failed on.
Generally the parameters are cities and postal codes.
So, i think we can divide the problem into 2 sub-problems :
1- how to track / log the parameter values for which the subscription failed ? actually we are doing it manually by doing a minus between all the values - generated files.
2- is it possible to create a "dynamic subscrption" that fires once the first is finished and that targets only the "failed parameter values"
i hope i explained myself well
thank you in advance
Kind regards