cannot connect to database after putting tasks in sequence container

前端 未结 2 926
无人共我
无人共我 2021-01-15 07:57

I had a package that worked perfectly until i decided to put some of its tasks inside a sequence container (More on why I wanted to do that - How to make a SSIS transaction

2条回答
  •  余生分开走
    2021-01-15 08:59

    What package protection level are you using? Don't Save Sensitive? Encrypt Sensitive with User Key? I'd recommend changing it to use Encrypt Sensitive with Password and enter a password. The password won't disappear.

    Have you tried testing the connection to the database in the connection manager?

提交回复
热议问题