Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DTS failed

Author  Topic 

maagt
Starting Member

20 Posts

Posted - 2007-06-28 : 04:16:54
Hi there,

Would appreciate if anyone could help me on this matter. I've schedule the job running a DTS; unfortunately when i checked the job history and it stated as the message below:

Executed as user: COPS\SYSTEM. ...Start: DTSStep_DTSTransferObjectsTask_1 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Scripting objects for Transfer; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Scripting Logins; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Scripting Users; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Enumerating objects for Transfer; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Enumerating objects for Transfer : 0 Percent Completed; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; 0 Percent Completed; PercentComplete = 0; ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1; Enumerating objects for Transfer : 10 Percent Completed; PercentComplete = 10; ProgressCount = 0... Process Exit Code 1. The step failed.

Please inform what should i check? Million Thanks...

nr
SQLTeam MVY

12543 Posts

Posted - 2007-06-28 : 07:26:57
Looks like the messages have overflowed the beffer so the actual error has been lost (in th e....).
Try logging from the package.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

maagt
Starting Member

20 Posts

Posted - 2007-06-28 : 07:51:34
Hi NR, now i know which area should i check. Thanks thanks... have a nice day!!
Go to Top of Page
   

- Advertisement -