I have parent package and child package. i am passing the connection string of child from parent package. To connect to one of the connection i have user name(app_db11) and password.
When I have protectionlevel EncryptSensitiveWithUserKey it works but when i change it to DontSaveSensitive it fails in data flow dask at the connection with error : Login failed for user 'app_db11'.
Any idea what is wrong?