Good Day,
I am working on a package (modification) where I want to transfer data directly from an internal DB to an exernal (Site-To-Site VPN). I have the connection manager set up and when I run it from Visual Studio it runs fine. However, when I run it from the Server from a SQL Job it fails due to a login failure for the external DB.
I have scoured the net looking for resulution and thought my mistike was the way I was saving the package with EncyptSensitiveWithUserKey. Having found that error I changed it to EncryptSensitiveWithPassword however, I was not able to find a location in the job definition to place the password and my package failed again, this time due to the password not being passed. I also found a reference to using an environment variable, but was unable to follow the link--Is this the best way to handle this type of situation?
My ultimate goal is to by pass our former method of data transer Export to txt--winzip--sftp--winzip--Import text that we have been using prior to getting a site to site VPN setup.
Thank you in advance for any advice that will lead me to the answers I need to make this happen.
MLTog