SSIS : Warning: Failed to decrypt an encrypted XML node

17,780

Open your Project.params file. Enter your password(s) and change them to sensitive False. This will allow you to work and test in Visual Studio.

Read more about SSIS access control here: https://docs.microsoft.com/en-us/sql/integration-services/security/access-control-for-sensitive-data-in-packages?view=sql-server-ver15

Share:
17,780

Related videos on Youtube

anilit99
Author by

anilit99

Updated on June 04, 2022

Comments

  • anilit99
    anilit99 almost 2 years

    There are couple of questions similar to this (here). But here is my current situation -

    1. I wrote some SSIS packages a while back using a windows account domain1\first.lastname with the default protection level set to encryption by user key
    2. Now we all got migrated to a new domain domain2\first.lastname.
    3. So now whenever I open those packages I am getting this error -

    Warning: Failed to decrypt an encrypted XML node. Verify that the project was created by the same user. Project load will attempt to continue without the encrypted information.

    Is there a way to open these packages at all ?

    • Inus C
      Inus C about 7 years
      It is not the same user any more (2 domains) thus it might as well be someone trying to hack it. In my OPINION, you would need the old user, otherwise the secrets died with the user.