reset failed status in SSIS -
06-17-2010
, 11:32 AM
Hi all,
i hope this is an easy question...
i have an SSIS package that tries to do step A. if that fails, we have it
set to on-failure do step B.
this works fine except for the fact that the package returns a failed status
even though step B ran correctly.
is there any way to change the status of the package to remove the failure
if step A fails? that way we only see it as failed if Steps A and B both fail.
thanks,
--Joe |