My SSIS package says it is successful, but when it runs it ends not doing anything (that I can see).
The only thing wrong is this message (that it does not qualify as an error).
Description: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information
I do have a password on my packages, but I don't see anywhere to put the password in when I load the Package into SSIS.
Am I missing a step?
In my case, I was attempting to execute a child package that had an encrypted/sensitive parameter. In the
Execute Package dialog
for the child package there is a field forPassword
. Since my project is encrypted with a password, I had to re-enter my project-level password in the child package'sPassword
field. (I am using Project Deployment Configuration with SQL 2012 configuration, but also Visual Studio/SSDT 2017.)This link discusses this problem and its solutions:
http://support.microsoft.com/kb/918760
Here is the summary from that page. See that page for the details.
Before you save the pkg and upload it to the server make sure you have "Save my password" check marked. Test Connection and then in the properties of your SSIS enter password. Save and load it to the server. Now in SQL Job Agent when scheduling it, it will ask you for your password.