Problema
Dentro de un paquete de SQL Server Integration Server, tengo una conexión a un archivo excel, el problema esta que al tratar de ejecutar el paquete me genera el siguiente error:
Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "ExcelConnection" failed with error code 0xC00F9304. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Solución
Cambiar la propiedad del proyecto ETL,
Run 64BitRuntime = false
Leave a Reply