Hi!
I am new to BI and i have a dilema. I created a data source with SQL Server Authentication(username: sa, Password: Password) and a package, then I tried to configure Package Configuration. I have chosen SQL Server connection type and for [SSIS Configurations] i've checked from Connection Managers node -> My DataSource -> "Connection" String and "Password". I go in DataFlow -> Execute Task and i get a error message:
"[Customer Source [464]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "AdventureWorks2008" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
"
In Windows Application log the error message is:
"Login failed for user 'sa'. Reason: Password did not match that for the login provided. [CLIENT: <local machine>]"
If i have the password in ConfiguredValue column of [SSIS Configurations] table why can I not execute succesfully the package?
If i chose windows authentication everything goes fine.
I am new to BI and i have a dilema. I created a data source with SQL Server Authentication(username: sa, Password: Password) and a package, then I tried to configure Package Configuration. I have chosen SQL Server connection type and for [SSIS Configurations] i've checked from Connection Managers node -> My DataSource -> "Connection" String and "Password". I go in DataFlow -> Execute Task and i get a error message:
"[Customer Source [464]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "AdventureWorks2008" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
"
In Windows Application log the error message is:
"Login failed for user 'sa'. Reason: Password did not match that for the login provided. [CLIENT: <local machine>]"
If i have the password in ConfiguredValue column of [SSIS Configurations] table why can I not execute succesfully the package?
If i chose windows authentication everything goes fine.