Inner package fails but returns successful execution to outer package

  • I've got a DTS package that executes a second DTS package. When the second package is executed, it always returns a success status, even if one of the steps in it have failed. Is there any way to have it return a failure status so that the outer package can be halted?

  • Do you have "fail package on first error" property set in the subpackage? If not, it would complete successfully and the Execute Package task in the parent package would also complete successfully.

    Greg

    Greg

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply