OLE Server isn't registered

A

Aaron Neunz

Access 2003 database...double click on create data access page in design
view and receive the OLE server isn't registered. To register the OLE
server, reinstall it.
 
R

Raghu Prakash

Hi Aaron,

SYMPTOMS
When you attempt to open a table, a view, a stored procedure, or a database
diagram in Design view of an Access project (.adp), you may receive the
following error message:

OLE Server isn't registered.
CAUSE
This behavior can occur if one or more of the dynamic-link libraries (DLLs)
in the C:\Program Files\Common Files\Microsoft Shared\MSDesigners98 folder
is not properly registered.
RESOLUTION
To resolve this behavior, register the DLLs that are in the C:\Program
Files\Common Files\Microsoft Shared\MSDesigners98 folder:
Click Start, point to Programs, point to Accessories, and then click MS-DOS
Command Prompt. (In Microsoft Windows 95 or Microsoft Windows 98, Command
Prompt is on the Programs menu.)
At the command prompt, type the following command, and then press ENTER to
change to the C:\Program Files\Common Files\Microsoft Shared\MSDesigners98
folder:
CD "C:\Program Files\Common Files\Microsoft Shared\MSDesigners98"

Type the following command, and then press ENTER to register the DLLs in
the folder
FOR %1 IN (*.DLL) DO path\Regsvr32.exe %1

where path is the path to the Regsvr32.exe program, for example,
C:\Windows\System or C:\Winnt\System.

Note that not all of the DLLs that are in the folder can be registered.
Ignore any message that says that the entry point was not found for the
Mtd2g.dll or Mtd2gfx.dll file.


For Further Information: Microsoft Knowledge Base Article - 310813
http://support.microsoft.com/default.aspx?scid=kb;en-us;310813


Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Aaron Neunz

Hello,

I have tried this procedure and I am still receving the same error message.
I have also tried converting to Access 2002-2003 format with no luck. I
wonder what I am missing?
 
G

Guest

I have run into this problem and I was wondering if you ever found the fix
for it?

Keith Stephens
BCBSSC
 

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