Set Dependancies between packages for Deployment

Hi,

I’m looking the best way to deploy the depedencies between 2 package please ?

In my DEV environment the depencies had been set from the Designer properties window, but when I deploy some assets of my packages, the dependencies are not applied (I guess the whole packaqes has to be deploy for it to work).

Once a Deployment done, how car we set these dependencies direclty from the IS please ?

Regards

Hi Cedric,

there are several options here:

  1. add the manifest.v3 of the package explicitly to the deployment set for partial packages.
  2. edit the manifest.v3 manually on target server and reload package.
  3. use Designer and connect to target IS and set the dependency there.

Recommended approach is the first one.

Regards,
Holger

Thanks a lot Holger, I add that in my notes :wink:
Regards