Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Setup Cannot Register the Exoledb.dll File


View products that this article applies to.

This article was previously published under Q296436

↑ Back to the top


Symptoms

During the Exchange 2000 setup or upgrade process, Setup may stop, and an error regarding the registering of Exoledb.dll is displayed. In the Exchange 2000 Setup log, you may receive one of the following error messages:
The command
regsvr32 /s exoledb.dll
failed, returning error code 5 (Access is denied).
-or-
Setup failed with 0xc103798a registering the base dav protocol.

↑ Back to the top


Cause

This error may occur if the .dll files, upon which the Exoledb.dll file is dependent, are not registered.

↑ Back to the top


Workaround

To work around this error, manually register the dependent .dll files (Msdaurl.dll, Msdaipp.dll, and Oledb32.dll) by typing the following command from a command prompt where name.dll is the name of the .dll file that you want to register:
regsvr32 name.dll
For example, to register the Msdaurl.dll file, type the following command from a command prompt:
regsvr32 msdaurl.dll
Generally, the Msdaurl.dll, Msdaipp.dll and Oledb32.dll files are located in the %SystemRoot%\Program Files\Common Files\System\Ole DB folder. You need to run the regsvr32 command in the directory in which the .dll files are located.

After you register these files, you can click Retry in the Setup dialog box to allow Exchange Setup to register the Exoledb.dll and continue with Setup.

↑ Back to the top


More information

For additional information regarding usage of Regsvr32, click the article number below to view the article in the Microsoft Knowledge Base:
249873� Explanation of Regsvr32 Usage and Error Messages

↑ Back to the top


Keywords: KB296436, kbprb

↑ Back to the top

Article Info
Article ID : 296436
Revision : 5
Created on : 2/27/2007
Published on : 2/27/2007
Exists online : False
Views : 285