ActiveX Script errors suppressed
- From: "Seb" <Seb.Thirlway@xxxxxxxxx>
- Date: 19 Apr 2005 08:07:09 -0700
Hi
I'm trying to test some DTS packages, and ran into the familiar problem
that the package itself doesn't accurately report errors in the steps -
beyond "the step failed".
Tried running the package in the DTS Designer, tried running it by
knocking together a VB utility (using the DTS.Package2.Execute method,
with FailOnError=True, then calling GetExecutionErrorInfo for each step
in the package) - even tried running WithEvents and using the package
OnError event handler, with all the hideous problems that involves.
None of these give me any information of any use about errors - and I'm
sure I managed to get useful error information at some point in the
past (in a previous job, on some other company's server).
The result is always the same: all I get is the moronically useless
message "ActiveX Scripting encountered a Run Time error during the
execution of the script". I'm sure this didn't use to happen - I know
how to use GetExecutionErrorInfo for a reason! I used to get sensible
error messages out of ActiveX scripts in DTS packages.
Is there some basic version issue/switch/setting issue I'm missing?
I'm running SQL2K client tools talkign to a SQL2K Developer Edition
server.
thanks for any help
Seb Thirlway
.
- Prev by Date: RE: Please help in design of simple DTS
- Next by Date: dtsrun Parameter Problems!
- Previous by thread: Please help in design of simple DTS
- Next by thread: Re: ActiveX Script errors suppressed
- Index(es):
Relevant Pages
|