Hi. We run STD 2008 and my apologies if this title wasnt the best choice given the following question.
We have an FTP connection whose credentials we'd prefer (at the moment) to record in the package rather than in a config.
A peer explained to me that because the pkg currently has the protection level set at EncryptSensitiveWithUserKey, and because I'm the one who entered the acct and pswd in the ftp connection's attributes, that if the pkg runs/opens under a different userid than mine, the FTP credentials I entered will not be available.
Can the community confirm this?
More importantly, what setting here or elsewhere would allow our production acct to run the pkg and have no obstacles when the ftp components go to use the credentials stored with the pkg? We give the prod acct all necessary permissions on ssis directories.
It looks like the options are DontSaveSensitive, the one I already have, EncryptSensitiveWithPassword, EncryptAllWithPassword, EncryptAllWithUserKey, ServerStorage? We do use the file system for all SSIS objects.
It appears that even if we did use configs, there is no way to map a password to an ftp connection. And without config there is no way to run unattended because of the prompting that is involved in the other Protection level choices.
db042188