DTS Execution Error -
05-15-2008
, 01:25 PM
I'm running SQL 2005 sp2 on a Windows 2003 active/passive cluster.
We have some legacy DTS packages that are being called directly from a
scheduled SQL job. They have been running fine for a few weeks, until this
morning the jobs started failing, and I can't seem to figure out why.
If I run the DTS package manually, it runs without error, even when I'm
logged into the server using the account that both SQL and the SQL Agent are
running under.
Does anyone have any ideas on where I might start to debug this?
Here is the error I'm getting:
DTSStep_DTSActiveScriptTask_1 DTSRun OnFinish:
DTSStep_DTSActiveScriptTask_1 DTSRun OnStart:
DTSStep_DTSActiveScriptTask_3 DTSRun OnError:
DTSStep_DTSActiveScriptTask_3, Error = -2147220482 (800403FE) Error
string: Error Code: 0 Error Source= Microsoft VBScript runtime error
Error Description: File not found
This error is a little misleading. The file it is looking for (File Not
found error), is a log file that is created earlier in the VBscript. The
file is being created by running a .bat file, which as best as I can tell is
not being executed, and is not logging any errors.
Does anyone have any ideas on what to check? It seems funning that the
package would run fine manually, but then fails when run from a job. |