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.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-12-20 : 07:49:25
|
krn writes "Hi AllI'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 packagese.g. master package A contains packages 1 to 5etcAll 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 pleasekrn" |
|
Kristen
Test
22859 Posts |
Posted - 2006-12-20 : 10:45:10
|
Duplicate of http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=76618 |
|
|
|
|
|