April 29, 2005 at 2:26 am
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
May 1, 2005 at 11:05 am
Have you tried:
Dim oObj
SET oObj = DTSGlobalVariables.Parent.GetExecutionErrorInfo ...parameters
i think that should work.
-Mike Gercevich
May 1, 2005 at 4:25 pm
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
May 2, 2005 at 9:21 pm
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