GetExecutionErrorInfo

  • I need to use the GetExecutionErrorInfo method, but can't seem to be able to pull it of in my ActiveX script. Any suggestion, please....

    Thanks

  • Have you tried:

    Dim oObj

    SET oObj = DTSGlobalVariables.Parent.GetExecutionErrorInfo ...parameters

    i think that should work.

    -Mike Gercevich

  • I think I recall reading somwhere that GetExecutionErrorInfo doesn't work within the package. You'll need to wrap it in a DLL to get it to work.

    Personally, I have package logging enabled for all the packages and then I have a stored procedure that extracts the error text from the sysdtssteplog table.

     

    --------------------
    Colt 45 - the original point and click interface

  • Thanks for the tips Phill.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply