DTSPackage onFinish event -
07-07-2003
, 09:04 AM
Dear all
I've a DTS package with three independent lines of work-flow in it. I've
set the package property "Fail on first error" to be FALSE.
As each package task completes, (pkg_onFinish), I update a grid to display
the completion.
Strangely, when one of the tasks fails, it fires an _onError event and after
that no more "onFinish" events are received (the DTS package continues to
run, at least it does when I run it manually from Enterprise Manager and if
I use the SQLNamespace to do the visual updates.
Any ideas?
Thanks
Griff
VB6, SQL2000, Win2K |