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.

PRB: BizTalk Server 2002 SP1 Readme.htm Instructions to Register the CDO System Library Return Error 0x800704da


View products that this article applies to.

Symptoms

If you follow the instructions in the Microsoft BizTalk Server 2002 SP1 Readme.htm file to register the CDO System Library (Cdosys.dll), you may receive the following error message:
DllRegisterServer in cdosys.dll failed. Return code was: 0x800704da
The return code 0x800704da is described in the Winerror.h file. This return code translates to "The service is already registered."

↑ Back to the top


Cause

This problem occurs because the Cdoex.dll file is already registered on your computer that is running BizTalk Server as the file that provides functionality for the CDOMessage class.

↑ Back to the top


Resolution

To resolve this problem, follow these steps:
1.Unregister Cdoex.dll. To do this, type the following command at a command prompt, and then press ENTER:
Regsvr32 /u cdoex.dll
2.Register Cdosys.dll. To do this, type the following command at a command prompt, and then press ENTER:
Regsvr32 cdosys.dll
3.Reregister Cdoex.dll. To do this, type the following command at a command prompt, and then press ENTER:
Regsvr32 cdoex.dll

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

To view the BizTalk Server 2002 Readme.htm file, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB829335, kbprb, kbdownload

↑ Back to the top

Article Info
Article ID : 829335
Revision : 4
Created on : 8/4/2004
Published on : 8/4/2004
Exists online : False
Views : 279