Vra

What's the difference between failparentonfailure property and propagate variable of event handler in SSIS? What's the difference between error event handler and task failure event handler in SSIS?

Was dit nuttig?

Oplossing

FailParentOnfailure is for failing a parent container despite of setting the MaxErrorCount on the parent container (for loop, foreach loop, etc.). The Propagate solution is for preventing event propagation to the parent. See http://microsoft-ssis.blogspot.com/2014/05/continue-loop-after-error.html

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top