• Who do you suppose might interact with a Message Box when it is presented during an unattended execution of an SSIS package :unsure:

    Your best bet is not to use message boxes for debugging, use logging, e.g. setup an Event Handler that logs all Informational messages to a table or a file. That way when the package goes to production to execute unattended you do not have these kinds of issues.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato