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

前端 未结 6 1060
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  时光取名叫无心
    2021-02-05 03:13

    In my case it was because I didn't connect to databases yet when first opened solution. click connection manager tab, establish connection to every datasource in that tab, run project

提交回复
热议问题