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
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.