• datsun - Friday, February 9, 2018 6:51 AM

    Hello,

    Does an SSIS DTEXEC Failure always return (1) status? Are there other codes to differentiate one Error from other?

    Thank you,
    Vinay

    You can find a list of return codes in the documentation:
    dtexec Utility

    If you are looking for more granularity about errors within the package itself. you'd want to use package logging for more information on the errors within the package.

    Sue