Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1925 Location: Stoevring, Denmark
|
| Posted: Wed Nov 15, 2006 6:57 am Post subject: Repair or install MDAC |
|
|
SYMPTOM in Diagnostics
- Class does not support Automation or does not support expected interface:
-> Status: 3001: , -2147319779, Automation error
Library not registered
-> Status: 6500: C:\Documents and Settings\..., 430
- Status: 6545: 429, ActiveX component can't create object
CAUSE
This error occurs when software attempts to access a database file by referencing libraries that are a different version than those installed on the computer. Microsoft provides a set of software libraries that programs use to interact with databases; these libraries are known collectively as Microsoft Data Access Components (MDAC). When the software references one version of MDAC but a different (usually older) version is installed, Error 430 is the result.
SOLUTION
Download and install the latest MDAC version from Microsoft's web site.
Further information can be found at the Microsoft Knowledge Base in Articles 248404, 310303, and 307255.
How to Repair MDAC 2.81 under Windows XP with SP2 - Windows Vista re-install is similar to XP SP2
Open the folder C:\Windows\inf and locate the file mdac.inf.
Note: Your Windows folder could be named differently, e.g. C:\WinXP
Right-click the file mdac.inf and click Install.
When prompted for adcjavas.inc, point to C:\Windows\servicepackfiles\i386
Note: If you cannot find this folder put the Windows CD into your CD drive and browse for that file.
When prompted for the file handler.reg, either point to C:\Program Files\Common Files\System\msadc, or put the Windows XP CD in your CD-ROM drive.
When prompted for MDACRdMe.htm, point to C:\Program Files\Common Files\System\Ado. If it not present rename the file MDACReadme.htm to MDACRdMe.htm.
When prompted for oledbjvs.inc, point to C:\Program Files\Common Files\System\Ole DB.
When prompted for mssoap1.dll, point to C:\Program Files\Common Files\System\MSSoap\Binaries.
When prompted for mssoapr.dll, point to C:\Program Files\Common Files\System\MSSoap\Binaries\Resources\1033 (or different folder).
This reinstalls/repairs MDAC 2.81 under Windows XP SP2.
Last edited by Jesper Frier on Thu Apr 30, 2009 9:24 am; edited 8 times in total |
|