I have a master SSIS package that calls child packages that have ProtectionLevel = EncryptSensitiveWithPassword and a password. When the master tries to to execute a child package, I am prompted for the child package password.
The child packages are in a Sequence Container. Within that definition, there is a "Package Password" property, and I have set that, but it still prompts for the password. I also notice that there is no settable property for packagepassword in the expressions editor.
I have tried defining the password as a parent variable, but it is not working -- still get prompted for the packagepassword. So I was thinking about using a SQL Server configuration table, but can not find the proper value to put in the "PackagePath" column.
Or any other suggestions/words of wisdom -- many thanks!
Steve
EncryptSensitiveWithPassword? Do you have tasks in your SSIS that can't use windows type authentication, and have to contain hard coded database passwords? - Nick.McDermaid