Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Microsoft.Ace.oledb 32 bit with Office 64-bit?

Tags:

ssis

I was trying to create a SSIS package where i want to upload an excel file into my DB but its giving me an error that

Microsoft.ACE.Oledb.12.0 is not registered on your local machine

I have installed the 64-bit version of the MS Access Engine and it perfectly installed but after that i am still unable to create DTS package. I have searched over the internet and found that there are two versions available for this and i have downloaded both and when i try to install the 32-bit version of the Access Engine it gives me error

You cannot install the 32-bit version of Microsoft Access Database Engine 2010 because you currently have 64-bit Office products installed.

Please help me on this i am really looking forward to it.

like image 493
Sohaib Akhtar Avatar asked Jun 08 '16 18:06

Sohaib Akhtar


People also ask

Can you install 32 and 64-bit Office?

The 32-bit and 64-bit versions of Office programs aren't compatible, so you can't install both on the same computer. You're developing in-house solutions, like add-ins or document-level customization. Your organization requires that Hardware Data Execution Prevention (DEP) be enforced for Office applications.

How can I tell if my access database engine is 32-bit or 64-bit?

To check whether the 32-bit Microsoft Access Database Engine drivers are installed, go to C:\Windows\SysWOW64\odbcad32.exe. If on a 32-bit machine, go to C:\Windows\System32\odbcad32.exe to access the utility.


2 Answers

Somehow late to the party but nevertheless:

source

To install the Microsoft ACE OLEDB Provider 32-bit on a machine running Office 2010 64-bit: install using cmd with the following command:

$yourPath$\AccessDatabaseEngine.exe /passive

like image 77
ldobre Avatar answered Jan 01 '23 22:01

ldobre


This solution no longer works. It seems to have changed so instead of /passive, now the install requires /quiet

like image 40
wilson_smyth Avatar answered Jan 01 '23 22:01

wilson_smyth