Tarek El-Mallah
Tarek El-Mallah

Reputation: 4115

Handling error in Subscription in Reporting service

I have a report in SSRS with "Data-driven Subscription" , but sometimes there is errors like below

and the reason of these errors I think network problems, ssrs can't store pdf in the network folder.

So I need a way to handle any error that happened in this stage to be able to retry again, or at least to know witch reports not generated correctly,

any Idea how can I handle these errors?

Upvotes: 1

Views: 263

Answers (1)

Tihomir Budic
Tihomir Budic

Reputation: 309

There is no technique to error capture, you just have to carefully adjust the paremeters if you have them in the report. I have many years experience in making these statements, and in the beginning I had a similar problem but I solved it

Upvotes: 1

Related Questions