mscorwks.dll causing issues in package execution -
05-02-2005
, 03:28 PM
Have a package that executes 6 child packages in sequence (no two packages
running at same time). One package contains custom DTS tasks written in C#
(package is third to run). Have package running as scheduled job and
everything goes as planned, except for right at the exact end of the
running. I get the following errors in the following places:
Job returns failure and job history shows:
.... Process Exit Code -1073741819. The step failed.
Package Logs show all 6 package execute tasks executed without failure
(error codes all 0).
Application log shows the following error:
Faulting application DTSRUN.exe, version 2000.80.534.0, faulting module
mscorwks.dll, version 1.1.4322.2032, fault address 0x00071bd8.
Obviously, I'm having some problem with cleaning it all up right at the end.
Anyone have a clue as to what will fix this? I've already got the C#
written custom tasks running on the main thread.
Scott |