I am having a problem with a SSIS Project in the SSIS Catalog. When I schedule the package to run, I get an "Unexpected Termination" error.
If I look in the event viewer, I get the following error:
The SSIS Execution Process could not write to the IS catalog: SERVER:SSISDB Error details: Cannot find the symmetric key 'MS_Enckey_Proj_Param_13', because it does not exist or you do not have permission
If I check sys.symmetric_keys, this key does not exist.
If I check sys.certificates, I can see a certificate name MS_Cert_Proj_13, but no certificate named MS_Cert_Proj_Param_13.
We have recently upgrade the servers to SQL 2014 CU4 from SQL2012. All the other projects that are working fine were created on SQL2012 and uploaded then. This is the first project deployed since the upgrade.
I have created a new solution, recreated the parameters and copied the package into this solution. I then built this and deployed it with the same results.
Any one seen similar or know how to fix this?
Thanks