开发者

SSIS onerror event. Execute SQL task just sits there

开发者 https://www.devze.com 2023-03-12 07:06 出处:网络
I have an execute sql task that executes within the package level onerror event.The task will run just fine if it\'s not within the开发者_C百科 onerror event, however, if it\'s sitting in the flow for

I have an execute sql task that executes within the package level onerror event. The task will run just fine if it's not within the开发者_C百科 onerror event, however, if it's sitting in the flow for the onerror event, it just turns yellow, and does nothing.

I have a file task that will complete just fine as well within the onerror event.

SSIS 2008 R2

Thanks,


I ended up using the OnTaskFailed handler instead. That seemed to fit my requirements as much as the OnError event.

0

精彩评论

暂无评论...
验证码 换一张
取 消