Hi all,
In my project source is Oracle and I am using ODBC to connect oracle for lading.
I have create 2 project parameter for connection string one for connection and another for password
when I am making expression on ODBC connection it is showing error like below
I can't establish a connection because our legacy driver doesn't support 'Password' as a connection string attribute.
when I am passing expression like @[$Package::V_Constring]+ "PWD=faster1" on odbc connection it working fine.
When I use just the ConnectionString property on the ODBC connection manager and use a 'pwd' attribute; all is well. E.g., "uid=<user>;pwd=<password>;Dsn=<dsn name>;". But as soon as I
flip the sensitive attribute, I'm getting the classic error:
The expression will not be evaluated because it contains sensitive parameter variable...
The sensitive parameter is desired, of course. I don't want the password in the clear.
Any ideas?
T