当执行任务时发生异常时,例如查找任务无法找到匹配项,我想报告该异常及其在执行报告中查找的值。我怎么做?在SSIS中有更合适的方法吗?
答案 0 :(得分:1)
如果没有真正开展工作,我认为你应该使用No Match输出What´s the difference between Error output and "No match Output" in Lookup transformation SSIS将行传递给脚本任务以记录警告http://msdn.microsoft.com/en-us/library/ms136054.aspx,你应该能够请参阅执行报告http://www.rad.pasfu.com/index.php?/archives/78-SSIS-Catalog-Part-5-Logging-and-Execution-Reports.html中的警告列表。