Issues in calling the same child package from multiple sources

  • Hi,

    I have a master package which will call the same child package with different variables. To avoid a variable assignment mess-up, I save the same child package with different names, like ChildPack1, ChildPack2, and ChildPack3 on SSIS server. In this way, when called from master package, I assign variable with different values when calling each child packages. For instance, assign Var in ChildPack1 to "A", Var in ChildPack2 to "B".. Now I noticed I encountered an issue, ChildPack2 and ChildPack3 hang after ChildPack1 is launched. Anyone has encountered the same issue and knows why?

  • Did you generate new IDs for the child packages, or are they exact copies?

    (I'm not sure whether it matters, but worth checking.)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply