Dear All
I know this issue has been discussed many times, however I went through many of them and it still does not work.
I am trying to create package in SSDT to import Excel file (tries xls and xlsx) however in Connection Manager "No tables or Views could be loaded" and when trying to use SQL Command I can see following error:
"Exception from HRESULT: 0xC020801C
Error at Package [Connection manager "Excel Connection Manager"]: The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered. If the 32-bit driver is not installed, run the package in 64-bit mode. Error code: 0x00000000.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
Error at Package [Connection manager "Excel Connection Manager"]: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=219816
Error at Data Flow Task [Excel Source [1]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Excel Connection Manager 1" failed with error code 0xC0209302.
There may be error messages posted before this with more information on why the AcquireConnection method call failed."
I have installed Microsoft Access Database Engine 2016 32 bit on my local Machine (the same as SSFT tools).
I was trying to change Run64BitRuntime to False in SSIS project.
I have Office 365 32 bit installed.
Can you please help what can be the issue here?