SSIS: Accessing a network drive using a different username and password

后端 未结 5 598
借酒劲吻你
借酒劲吻你 2020-12-14 13:17

Is there a way to connect to a network drive that requires a different username/password than the username/password of the user running the package?

I need to copy f

5条回答
  •  [愿得一人]
    2020-12-14 13:56

    To make the package more robust, you can do the following;

    In the first Execute Process Task, set - FailTaskIfReturnCodeNotSuccessValue = False This will let the package run if the last disconnect has not worked.

提交回复
热议问题