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 » SSIS » Error Handling
  • Error Redirection with the OLE DB Destination

    A question that comes up occasionally is how to handle errors that occur on the OLE DB Destination in the data flow. Errors that occur when using the OLE DB Destination to insert into a table are usually caused by primary key, foreign key, or check constraints violations. When one of these errors occurs, the default behavior of the OLE DB ...
    Posted to BI Thoughts and Theories (Weblog) by jwelch on September 5, 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