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.)

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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