[EXL_Beta_Source [1]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager 1" failed with error code 0xC00F9304. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
[SSIS.Pipeline] Error: component "EXL_Beta_Source" (1) failed validation and returned error code 0xC020801C.
[Connection manager "Excel Connection Manager 1"] Error: SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
the error message is obvious. You're trying configure a 32 bit Excel connection manager in a 64 bit sql server installation. You need to use 64 bit equivalent provider instead
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/