Send an email if a child package called from an execute package task fails

  • I need to send an email and close the parent package down if a child package called from an execute package task fails. Any ideas please?

  • Anyone able to assist here please?

  • Griffster (6/2/2009)


    I need to send an email and close the parent package down if a child package called from an execute package task fails. Any ideas please?

    This should be easy. Connect the execute package task with send mail task, using fail constraint. When you connect two tasks with constraint, it setups on success constraint by default. You can change the type by right-clicking on the constraint and setting it to Failure.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • That's great thanks. Much obliged. I should have known that one really! lol

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

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