Hi,
Below is the scenario,
- I'm calling the SSIS packages through SQL agent job. The packages have variables defined with default values.
- The parent packages have no package configuration. The child packages have package configuration of ‘Parent Package variable’ type
- The variables are being passed from the job.
- The job calls the parent package which loops though the child packages
I would like to know how the variables traverse through the packages and the jobs?
Another doubt not related to above. I am unable to make any changes to the connections. Whatever changes I make it is getting reverted to the original if I click elsewhere. So as a workaround I view the code in XML and change. Can you please suggest if there are any properties to be changed?
Cheers
Jim