Cannot loop through Excel 2003 files in SSIS 2008

Posted by Techspirit on Stack Overflow See other posts from Stack Overflow or by Techspirit
Published on 2009-08-04T19:38:17Z Indexed on 2010/05/03 7:48 UTC
Read the original article Hit count: 313

Filed under:
|

Hi,

I am trying to execute a SSIS 2008 package on a 64-bit OS and import Excel 2003 files to SQL Server 2008.
I have created an OLEDB Connection to the Excel file with a Connection String that retrieves the Excel file from a variable, inside the ForEach Loop Container.
The Run64BitRunTime is set to false.
I am not able to edit the SQL Command on the OLEDB Source in the Data Flow task. It returns an error :

Error 2 Validation error. Load List Staged Table: Load List Staged Table: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "List OLEDB to Excel" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed. 0 0

Appreciate any help.

© Stack Overflow or respective owner

Related posts about ssis

Related posts about excel-2003