I've got three packages: A, B, C.
A executes a bunch of SQL stored procedures.
B executes Analysis Services and updates a data cube
C executes package "A" then package "B".
Both "A" and "B" operate just fine if executed manually.
When I execute package "C", then package "A" completes and I see a message that package "B" started but it doesn't seem to progress. It just hangs almost like these is some type of locking problem.
Any ideas?
A executes a bunch of SQL stored procedures.
B executes Analysis Services and updates a data cube
C executes package "A" then package "B".
Both "A" and "B" operate just fine if executed manually.
When I execute package "C", then package "A" completes and I see a message that package "B" started but it doesn't seem to progress. It just hangs almost like these is some type of locking problem.
Any ideas?