Hi All
I'm hoping someone can help as this is driving me mad.
I have a number of sql server 2000 DTS packages (20) which i have moved to a new server.
All work perfectly on this server when scheduled.
I have nested these packages into 4 master packages
e.g. master package A contains packages 1 to 5
etc
All these master packages work perfectly on the server when scheduled.
I have further nested the packages into one overall package.
Within this A should start B on completion, B should start C on completion and C should start D on completion.
When i run this A and B will complete but package C does not run.
As far as i can see B completes and suceeds. I have even put a sql task on the end of B to see if it suceeds - and it does. But i can not get package C to run after A and B.
I can get B then C to run if A is missed out.
This overall package runs on the development server - why won't it on the production server.
I can see no reason for this. Error and package logging does not show any problems.
I am completely stuck. I dont want to schedule them separately as some need to complete before others. I dont want to put all 20 into 1 package as, in time, others will be added in the chain, so splitting will make maintenance easier.
Suggestions please
krn.
I'm hoping someone can help as this is driving me mad.
I have a number of sql server 2000 DTS packages (20) which i have moved to a new server.
All work perfectly on this server when scheduled.
I have nested these packages into 4 master packages
e.g. master package A contains packages 1 to 5
etc
All these master packages work perfectly on the server when scheduled.
I have further nested the packages into one overall package.
Within this A should start B on completion, B should start C on completion and C should start D on completion.
When i run this A and B will complete but package C does not run.
As far as i can see B completes and suceeds. I have even put a sql task on the end of B to see if it suceeds - and it does. But i can not get package C to run after A and B.
I can get B then C to run if A is missed out.
This overall package runs on the development server - why won't it on the production server.
I can see no reason for this. Error and package logging does not show any problems.
I am completely stuck. I dont want to schedule them separately as some need to complete before others. I dont want to put all 20 into 1 package as, in time, others will be added in the chain, so splitting will make maintenance easier.
Suggestions please
krn.