Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scheduled DTS Package wont run

Status
Not open for further replies.

puppet

IS-IT--Management
Joined
Dec 13, 2001
Messages
140
I have set up a dts package to drop and create a table on an SQL server and populate it with data from an AS400 table. The dts package runs perfectly but when I schedule it it fails with the following error message.

DTSRun: Executing... DTSRun OnStart: Drop table [tms].[dbo].[category3]
Step DTSRun OnError: Drop table [tms].[dbo].[category3] Step, Error =
-2147217887 (80040E21) Error string: Multiple-step OLE DB operation
generated errors. Check each OLE DB status value, if available. No work was
done. Error source: Microsoft OLE DB Provider for SQL Server Help
file: Help context: 0 Error Detail Records: Error:
-2147217887 (80040E21); Provider Error: 0 (0) Error string:
Multiple-step OLE DB operation generated errors. Check each OLE DB status
value, if available. No work was done. Error source: Microsoft OLE DB
Provider for SQL Server Help file: Help context: 0 DTSRun
OnFinish: Drop table [tms].[dbo].[category3] Step DTSRun OnStart: Create
Table [tms].[dbo].[category3] Step DTSRun OnError: Create Table
[tms].[dbo].[category3] Step, Error = -2147217887 (80040E21) Error
string: Multiple-s... Process Exit Code 1. The step failed.

Any help appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top