Error Handling -
07-15-2005
, 07:20 AM
Im calling a package from another package by using a ActiveX task, the
command Im using is oPKG.Execute. If the package that Im calling errors out I
want to get the error description and store in to a table. This is what I
have so far;
If oStep.ExecutionResult = DTSStepExecResult_Failure Then
I know that GetExecutionErrorInfo would work in Visual Basic, but from what
I can tell it dosen't work in VB script. Is what Im trying to do even
possible in VB script. Thanks for any help you can give me |