Hi all,
I have a connection manager with provider - Native OLEDB\SQL Server Native Client 11.0.
The following properties on my connection manager are evaluated as expressions:
IntitialCatalog
Password
ServerName
UserName
I have used parameters to populate these values.
When I deploy and execute from the SSIS catalog with new parameters - the connection fails.
When I view the execution report, the reported connection string does not include the password. Is this a security feature? Or is my password not being used?
Thanks.