I have a master SSIS package with three child packages and all these packages are part of a single solution. I 'm calling child packages through Execute Package task and connection managers pointing to child packages on the file system.
Now i want to deploy these packages in MSDB database. I have created SSISDeploymentManifest file through deployment utility. I'm planning to select SQLServer as the option while running manifest file, but how do i change connection managers to point to child packages on msdb database instead of the ones on file system.
Thanks