Hello,
I have a package that contains a loop where I have to connect to a data source via a DataReader Source component, running a different query built on the fly each time. My problem is that eventually the data flow in the loop will fail because it cannot connect to the data source. Shortly after that I am able to connect again.
The problem is on the data provider's side and I'm not sure when or if it will ever be resolved.
Thus I would like to build some error handling into the package to retry the Data Flow task when it fails but am unsure where/how to do this.
I see where I can set up an event handler for my data flow task but am unable to figure out how to get it to retry the task based on the certain error message that I get when the flow cannot connect. I want it to fail for errors other than the "cannot connect" .
Any direction or help in this matter is much appreciated.
Dave
I have a package that contains a loop where I have to connect to a data source via a DataReader Source component, running a different query built on the fly each time. My problem is that eventually the data flow in the loop will fail because it cannot connect to the data source. Shortly after that I am able to connect again.
The problem is on the data provider's side and I'm not sure when or if it will ever be resolved.
Thus I would like to build some error handling into the package to retry the Data Flow task when it fails but am unsure where/how to do this.
I see where I can set up an event handler for my data flow task but am unable to figure out how to get it to retry the task based on the certain error message that I get when the flow cannot connect. I want it to fail for errors other than the "cannot connect" .
Any direction or help in this matter is much appreciated.
Dave