![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a simple SSIS Package where I'm trying to move data from one SQL Server instance to another. When debugging the package in the SQL Server Business Intelligence Development Studio, I keep getting the following error: Error at DTSTask_DTSDataPumpTask_1 [OLE DB Destination [73]]: The AcquireConnection method call to the connection manager ... failed with error code 0xC0202009. This is because: An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user ... .". The bottom line is that SSIS keeps forgetting the password I feed into the two OLE DB Connections that I'm using. I double-click a connection, type the password in, check "Save my password" and hit "OK" but the password disappears from there whenever I run the package or double-click the connection again. Help! Any ideas? Thanks! urig |
#3
| |||
| |||
|
|
Hi, I have a simple SSIS Package where I'm trying to move data from one SQL Server instance to another. When debugging the package in the SQL Server Business Intelligence Development Studio, I keep getting the following error: Error at DTSTask_DTSDataPumpTask_1 [OLE DB Destination [73]]: The AcquireConnection method call to the connection manager ... failed with error code 0xC0202009. This is because: An OLE DB error has occurred. Error code: 0x80040E4D. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user ... .". The bottom line is that SSIS keeps forgetting the password I feed into the two OLE DB Connections that I'm using. I double-click a connection, type the password in, check "Save my password" and hit "OK" but the password disappears from there whenever I run the package or double-click the connection again. Help! Any ideas? Thanks! urig |
#4
| |||
| |||
|
|
You can work around this by saving the connection information and password in an XML configuration file. This is a better way to to handle it anyways. |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |