July 16, 2007 at 7:26 am
Is it just me or does SSIS look for ways to drop passwords when publishing to production?
I published an SSIS job that I've tested extensively in development.
SSIS appears to have lost the FTP password so the job fails. Job logging is impossible to decipher...MS made that hopelessly difficult for the average guy to interpret.
I went back, ran the job in development mode. The password is there and the job ran flawlessly.
July 16, 2007 at 8:58 pm
How are you storing the password? If you're not doing so already, store it in a config file for maximum portability. See the following for a primer on how to do this:
http://www.nigelrivett.net/DTS/SSISConfigurationFile.html
hth
Tim
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
July 17, 2007 at 6:09 am
This looks like a very good solution. I was looking for an expression that could take the password from a variable but there is none for the FTP Connection.
A file-based solution will work just fine.
July 17, 2007 at 7:29 am
Tim,
Your solution worked perfectly in development and I've published it to the production server.
Thanks!!!
July 17, 2007 at 7:34 am
Glad to help... best of luck to you.
Tim
Tim Mitchell
TimMitchell.net | @tmitch.net | Tyleris.com
ETL Best Practices
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply