I have created up a set of DTS tasks. Using these I have set up approx. 20 jobs. The general structure is
Drop Table in 1st SQL DB
Create table
Populate from Progress DB
Drop Table in 2nd SQL DB
Create Table
Populate from 1st SQL DB (with some transformations of data)
Truncate Table in 3rd SQL DB (connecting over the net)
Populate from 2nd SQL DB
These jobs work for 99% of the time however occasionally the jobs fail because they have not dropped the table in one of the databases or it has not created the table after the drop.
The jobs run the next step on success of the previous and the transfer of data should only happen on the success of the create.
Could anyone suggest any reason why the job sometimes does not see the drop step or why the create part of the DTS does not fall over when it fails.
Cheers
dyarwood
Drop Table in 1st SQL DB
Create table
Populate from Progress DB
Drop Table in 2nd SQL DB
Create Table
Populate from 1st SQL DB (with some transformations of data)
Truncate Table in 3rd SQL DB (connecting over the net)
Populate from 2nd SQL DB
These jobs work for 99% of the time however occasionally the jobs fail because they have not dropped the table in one of the databases or it has not created the table after the drop.
The jobs run the next step on success of the previous and the transfer of data should only happen on the success of the create.
Could anyone suggest any reason why the job sometimes does not see the drop step or why the create part of the DTS does not fall over when it fails.
Cheers
dyarwood