hide warneings in ssis

  • Is there a way to disable warnings in ssis? I'm using a third part tool to call an ssis and when the ssis give a warning the tool is showing failure.

  • Hey Snargables,

    So there are a handful of answers that might be more specific if you give some detail on what errors, or where they are seen.

    SSIS - yes you can handle warnings. Suppressing them is normally done on the package itself ( within settings/properties ). The best way to handle that would actually be setting logic in your package to pass those errors in a way that make the package not fail/throw unexpected warnings.

    Let me know if that helps or you need any other clarification!

    Regards,

    Jeremy

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

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