Package fails when run from Sql Server Agent
From: Rlane (rmathuln_at_pacbell.net)
Date: 12/07/04
- Next message: Ed: "RE: how to stop the whole package"
- Previous message: Ed: "how to stop the whole package"
- Next in thread: Mohamed Sharaf: "RE: Package fails when run from Sql Server Agent"
- Reply: Mohamed Sharaf: "RE: Package fails when run from Sql Server Agent"
- Messages sorted by: [ date ] [ thread ]
Date: 7 Dec 2004 14:18:50 -0800
I have a stored procedure that createz a DTS package on the fly using
the sp_OA... stored procs. The procedure copies data from a Sql table
into an Access .mdb file.
When the procedure is executed in a Sql Server Agent step, it inserts
rows into the Access file, but fails before finishing.
The logfile states that
Step error description : The number of failing rows exceeds the maximum
specified. (which is zero)
Step error code : 8004206A
Running the DTS package any other way succeeds (I save the package to a
structured storage file before it gets executed so that I can run it
other ways).
What would cause some rows to fail when using Sql Server Agent?
There's only one source table for all of teh data, so security is not
the issue.
Any clues?
- Next message: Ed: "RE: how to stop the whole package"
- Previous message: Ed: "how to stop the whole package"
- Next in thread: Mohamed Sharaf: "RE: Package fails when run from Sql Server Agent"
- Reply: Mohamed Sharaf: "RE: Package fails when run from Sql Server Agent"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|