Good day,
I have Oledb oracle connection with allow saving password not checked, i have delayvaildation=true
the connection works when i insert password and test connection and worked when i developed the package but no on server we reading the login,server & password from a config.xml file and the correct values are passed but it fails on connection.
The connection is made dynamic due to i have a loop so different oracle servers are connected to at runtime
I tried the EncryptSensitiveWithPassword but cant use this as the password/connection changes per different folder in foreach loop. tried DontSaveSensitive aslo not winning as i can see the correct value passed to connection string
Please Help