Hi,
I have a Script Task which I reduced to its minimal form:
Dts.TaskResult = (int)ScriptResults.Failure;
Next I link a Task_X with a failure precedence constraint.
On execution, is the SSIS suppose to follow the path to Task_X (thus handling the error) or fail altogether?
Thanks