Hi All,
I have couple of SSIS 2012 projects having protection level set to encrypt sensitive with password. I have used the inbuilt stored procedure catalog.deploy_project sp to deploy the project to IS catalog. Now, when a SQL agent job is build on top of this package, it errors out saying "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."
http://msdn.microsoft.com/en-us/library/ff878004.aspx Remarks on this page: During a project deployment or update, the stored procedure does not check the protection level of individual packages in the project.
If I use the deployment wizard to deploy the package to the IS catalog, and create a job on top of it, it works fine. It is so becuase wizard prompts me to enter the project password while deploying.
Thanks, hsbal