429 Error

K

Keith

I have Office 2000 installed on a Windows 2008 Server used as a Terminal
Server. I have several mdb's that were working fine until recently. After I
installed a program that installed Access 2003 runtime, I started getting
error 429 (ActiveX component can't create object). I uninstalled the new
program, and uninstalled Access 2003 Runtime as well, and I still have the
problem. Following is one of the lines of code that causes this:

Set rstDimsMaster = New ADODB.Recordset

I have tried reregistering DAO360.dll, uninstalling and reinstalling Office
2000, and still the error persists. Does anyone have any ideas on this?

Thanks,

Keith
 
K

Keith

Hi Chris,

Thanks for the reply. I have a dumb question...how do I reregister the tlb
file as you suggested? I tried regsvr32.exe which gave me an error because
the file is not a valid dll or ocx file.

I tried clireg32.exe which gave me the following:

'clireg32.exe' is not recognized as an internal or external command,
operable program or batch file.

I got the same thing with regtlib.exe.

Can you please help me with this?

Thanks,

Keith
 
K

Keith

Chris,

Thanks for all of the info. I was able to successfully reregister
msado21.tlb. Unfortunately, my 429 error persists. Do you have any other
suggestions?

Thanks,

Keith
 
K

Keith

Chris,

The Component Checker doesn't work in Vista and newer OS's (like Windows
Server 2008).

I'm actually considering going a different direction and removing Office
altogether from the Terminal Server and replacing it with Access 2007 runtime.

Anyway, if you have any other ideas, please let me know. Thanks again for
all of your efforts.

Keith


Chris O'C via AccessMonster.com said:
Download and install the mdac component checker to check your mdac
installation libraries and files.

http://www.microsoft.com/downloads/...f6-4a21-4b43-bf53-14332ef092c9&displaylang=en


Chris

Chris,

Thanks for all of the info. I was able to successfully reregister
msado21.tlb. Unfortunately, my 429 error persists. Do you have any other
suggestions?

Thanks,

Keith
Sorry, my bad. I didn't explain about registering a type lib. FYI, regsvr32.
exe is a tool for registering active x controls, not type libs. That's why
[quoted text clipped - 43 lines]
Can you please help me with this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top