Agile BI Community

Community site for agile business intelligence developers
Welcome to Agile BI Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » Examples » Error Handling
  • Bundling Errors in the Data Flow

    I've posted about handling multiple errors in SSIS before, but that post was addressing it in the context of the control flow. What if you want to capture a series of data errors from the data flow? An example of this might be a requirement to capture and email all the rows that fail in a Lookup transform, so that the reference table can be ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on February 18, 2008
  • Handling Multiple Errors in SSIS Revisited

    Previously, I posted about how multiple errors in SSIS can be combined into a single unit for emailing or logging. Recently, a thread on the MSDN forums pointed out that the example wasn't quite complete. While it does show how to collect all the error messages and get them into a single string, it doesn't show how to email or log that string only ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on January 14, 2008
  • Handling Multiple Errors in SSIS

    [edited on 12/14/2007 to correct an error in the text around string handling - the samples were not modified] One actual failure in SSIS can trigger a whole series of error messages. For example, failure to convert a column value from a string to an integer in a Derived Column transform generates the following messages: [Data Conversion [70]] ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on May 5, 2007
Powered by Community Server (Personal Edition), by Telligent Systems