SQL Server 200 DTS package VB.Net Random Error. Package works sometimes? -
07-12-2006
, 07:58 AM
All,
I have a SQL Server dts package that I converted several months ago.
The program basically takes paradox tables and moves them into a SQL
Server database. Some of the files are maybe 10 MB.
It runs fine for several of the files, but randomly I get an error on
this statement.
goPackage = New DTS.Package
The error I get is Untrapable Error on this statement.
Inside the ExecutePackageCall.
The funny thing is I run the program and it executes this statement say
100 times once, then say only 15 the next time I run it. I do have a
Try catch around this statement, so I really don't understand the
"Untrapable Error".
Any suggestions would be appreciated.
Thanks,
Rog |