Child Pacakges failing in Master Package

  • Hi

    I am intending to have a master package (level 1) that calls 3 child packages (level 2) in sequence.

    The first level 2 child package will execute 6 child packages simultaneously

    If one of the level 3 packages fails then I want the level 2 package to fail also thus preventing the other level 2 packages from running. However I still want the other level 3 packages to complete and finish.

    I assume I have to run the child packages as OutOf Process= false, but if a level 3 package fails (and thus fails the parent level 2 package) will this affect the running of the other level 3 pacakges running in parallel .. will they stop as well

  • Tim

    No, they won't. As long as there are no precedence constraints between the level 3 packages, they'll all run to completion (whether that be success or failure).

    John

  • Thanks John

    Regards

    Tim

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

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