Hi,
I have a SSIS package that executes from C# Code. the objective is to upload the data from xlsx or xlsb file to DB tables.
When I use xlsx file, The ssis runs fine. But, When I Upload xlsb file. I am getting the following error:
Event Name: OnError
Message: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Source Excel Conn" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Event Name: OnError
Message: component "Excel Source" (1) failed validation and returned error code 0xC020801C.
Event Name: Diagnostic
Message: ExternalRequest_pre: The object is ready to make the following external request: 'IDataInitialize::GetDataSource(NULL, CLSCTX_INPROC_SERVER, ConnectionString: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=<FilePath>;Extended Properties="EXCEL 12.0;HDR=YES";,...)'.
Can you please help me what I am missing here?