I've created a DTS Package to copy all objects from Server A to Server B, not using collation (as Servers are different and want to change sort order). I scheduled it to run at night as the DB is 6Gb (eventually want to be able to schedule all 15 of our databases on the weekend). I checked the job history and the following error:
Executed as user: SQLCLUSTER\SYSTEM. ...art:
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;
Scripting Users : 0 Percent Completed;
PercentComplete = 0;
ProgressCount = 0 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1;
0 Percent Completed;
PercentComplete = 0;
ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1;
Scripting Users : 1 Percent Completed;
PercentComplete = 1;
ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1;
8 Percent Completed;
PercentComplete = 8;
ProgressCount = 0 DTSRun OnProgress:
DTSStep_DTSTransferObjects...
Process Exit Code 1.
The step failed.
I have absolutely no description of what failed and why. I have it set to create destination and copy data (replace existing) so even if the table already exists, it'll copy into it and if it doesn't, it'll create it, then copy into it.
How can I find out exactly why it failed?
Executed as user: SQLCLUSTER\SYSTEM. ...art:
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;
Scripting Users : 0 Percent Completed;
PercentComplete = 0;
ProgressCount = 0 DTSRun OnProgress:
DTSStep_DTSTransferObjectsTask_1;
0 Percent Completed;
PercentComplete = 0;
ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1;
Scripting Users : 1 Percent Completed;
PercentComplete = 1;
ProgressCount = 0 DTSRun OnProgress: DTSStep_DTSTransferObjectsTask_1;
8 Percent Completed;
PercentComplete = 8;
ProgressCount = 0 DTSRun OnProgress:
DTSStep_DTSTransferObjects...
Process Exit Code 1.
The step failed.
I have absolutely no description of what failed and why. I have it set to create destination and copy data (replace existing) so even if the table already exists, it'll copy into it and if it doesn't, it'll create it, then copy into it.
How can I find out exactly why it failed?