Hi
I am runnig a SSIS package in 2005 which decides which of the two packages to run. There is a C# script that check which file is in a folder and if it's file A, package A runs and package B if it's file B.
if the child packages are running separately(outside the main calling package) they run fine. If they are run from the main package. Package A seems to rerun once package B has finished.
I have tried delay validation but not sure what is going on as individually they work fine in that they pick up the correct file for each child package, but the moment they run concurrently, it's as if SSIS can't deal with this.
Anybody seen this before?
Jay
↧