Hi
I have a SSIS project
It has 7 packages; 6 child packages all called as tasks by a parent package
If I execute this from Visual Studio it works
If I add it as a step within a job, it fails
It also fails if I deploy the package and try to run from SSMS
The error states that their is no project to reference
Does anybody know what would cause this?
Thanks