I have a SSIS package which has protection level set as DoNotSavaSensitive and a xml config file with all the connection managers.
In this package, i have an execute package task which runs another package which is having protection level set as EncryptSensitiveWithUserKey.
When i schedule the parent package, the child package is not executing.
Should i change the protection level for the child also and add the config file??
Please suggest a solution.