Installation of Access Database Engine 32-bit Fails
-
Friday, August 31, 2012 2:42 PM
I am trying to install Access Database Engine 2007 32-bit. The splash screen comes up, you click "Next", then it fails with the error:
"Installation ended prematurely because of an error"
You click "OK" and another error window says:
"The installation of the package failed."
**The exact same situation happens when I try this with Access Database Engine 2010 32-bit.
This production server is running Windows Server 2008 R2 SP1 64-bit.
Before I tried installing Access Database Engine 32-bit, I first needed to install Microsoft Office 2010 Pro (Excel and Office Tools only). I tried the 32-bit version on the production server since that is how I set it up in our Dev environment. No luck. The 32-bit version would not install. I did NOT get the error "You have 64-bit components of Office installed". I simply received the exact same two errors listed above. So, I knew that 32-bit/64-bit did not really matter for the Office install for my project, so I installed 64-bit of Office Pro 2010 (Excel and Office Tools only) with no problems.
I have a requirement that I need to have the 32-bit version of the Access Database Engine installed. 2007 or 2010, doesn't matter. I cannot use the 64-bit version of Access Database Engine 2010 because my SSIS package will not work with it. I require the 32-bit version.
I've tried several steps to try to get it installed. I seriously think that the production server has some aversion to installing 32-bit applications. Here's what I've tried:
- Tried installing via command line with the "/passive" switch....no luck.
- Tried numerous iterations to copy the install file to the server (downloaded a fresh copy directly to the server, downloaded a fresh copy to my local machine then copied it over, copied it over zipped up) (http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/efd3c1f0-07cd-45ca-a626-2dd0c7ac3e9f).
- Tried Method 1 from this link http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/fatal-error-installation-ended-prematurely-because/cd963697-9d84-43d2-aa61-a2a97e51d6a0. Could not try Method 2 because it requires a server reboot and in my environment that requires a long change management process.
- I've verified that I am a local administrator on the server. (Evidence, I am able to install other applications (office 64-bit per above)).
- Verified that there are no other office products that should be blocking the installation. The fore-mentioned install of Excel 2010 64-bit was the first Office product installed on the server.
- VERY ODD: To test my theory that the production server does not like 32-bit applications, I installed something lightweight. I installed 7-Zip 32-bit on the production server with no problems whatsoever.
Here are some things that I have not tried (i will follow-up once I do):
- Method 2 (as mentioned above). Requires a server reboot.
- Have not verified that the Dev and Production environments are 100% identical. I've done a cursory check and on the surface they appear to be the same (same OS and SP version). I need to do a deeper dive to be 100% certain.
I had no problems in my Dev environment. In Dev, I installed Office 2010 Pro 64-bit (Excel & Office Tools only) then via command line w/ the "/passive" switch, installed Access Database Engine 2010 32-bit.
I don't know what else to try. Any suggestions or comments?
---merge---
I've verified that the Dev server and the Production server are the same. The only difference is that Production has more memory (naturally).
I'm still unsure of what to try next or what the problem could be.
- Moved by Iric Wen Tuesday, September 04, 2012 8:44 AM (From:SQL Server Data Access)
- Edited by Max MengMicrosoft Contingent Staff, Moderator Tuesday, September 04, 2012 8:53 AM merge
All Replies
-
Tuesday, September 04, 2012 9:16 AMModerator
I.
I doubt you can have 32-bit version of Access Database Engine installed with the 64-bit version of Office 2010. By design, any 32-bit version of Office components will not be compatible with any 64-bit version of Office components (I mean install them together).
I don't know why you didn't get prompt for the warning (maybe some specific setting on your server?), but it should give you the warning like following screenshot:
If I click OK, then I get the error as you got at the first place:
.
II.
This will also explain why you couldn't install the 32-bit version of Office on your Production server, because there could be some other 64-bit version of Office components have been installed there.
To solve this issue, might consider to remove all the 64-bit version of Office component from Programs and Features. And install the 32-bit version instead.
But, the problem is, it will also require a system reboot.
.
III.
See this issue from another side, are you sure your SSIS package will not work with the 64-bit version of Access Database Engine? Or, can you consider (or be able) to modify it?
Max Meng
TechNet Community Support- Edited by Max MengMicrosoft Contingent Staff, Moderator Tuesday, September 04, 2012 9:22 AM
- Edited by Max MengMicrosoft Contingent Staff, Moderator Tuesday, September 04, 2012 9:40 AM
- Edited by Max MengMicrosoft Contingent Staff, Moderator Friday, September 07, 2012 7:32 AM

