SQL Server Jobs with SSIS packages - Failed to decrypt protected XML node “DTS:Password” with error 0x8009000B

前端 未结 6 1033
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 02:54

i have a SQL server job that runs a SSIS package. This job has 9 steps and in each step it extracts data from a different database. the connections strings are defined as param

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 03:09

    It is because creator of the SSIS packages is someone else and other person is executing the packages.

    If suppose A person has created SSIS packages and B person is trying to execute than the above error comes.

    You can solve the error by changing creator name from package properties from A to B.

    Thanks, Kiran Sagar

提交回复
热议问题