New Activations of Remote COM Server May Not Work If Remote Server Has Been Rebooted (263607)



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional

This article was previously published under Q263607

SYMPTOMS

When a program that is running on a Windows 2000-based computer attempts to connect to a Component Object Model (COM) server, the call may not succeed and error code 0x800706BA may be generated. Subsequent attempts to connect to the same COM server may succeed.

This behavior typically occurs in the following scenario:
  • A program that is running on a Windows 2000-based computer connects to a remote COM server and then releases it.
  • The server is rebooted (and it restarts correctly).
  • The same program (or even a different program) attempts to connect to the COM server on the remote server, but uses a different string for the server name (either a change in the case of the name, or by using the fully qualified domain name [FQDN]).
  • The call does not succeed and generates error code 0x800706BA.

CAUSE

When a Windows 2000-based computer makes a distributed COM (DCOM) connection to a remote server, the server's computer name is added to a global list of computer names and binding handles (gpRemoteMachineList in Rpcss.dll). If a successful DCOM connection has been made to a server, and then the server is rebooted and allowed to start up completely, whether or not another connection attempt is successful depends on whether the specified computer name (from the registry or from the client process by using CoCreateInstanceEx) matches an existing entry in the CRemoteMachineList list. If the specified computer name matches an existing entry, the DCOM connection succeeds. If there is no match, the DCOM connection does not succeed and error code 0x800706BA is generated. Note that the list is case sensitive; you can reproduce this problem by specifying the same server name with different combinations of uppercase and lowercase letters.

RESOLUTION

To resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

260910 How to Obtain the Latest Windows 2000 Service Pack

The English version of this fix should have the following file attributes or later:
   Date      Time    Version        Size     File name
   ---------------------------------------------------
   06/29/00  06:47p  5.0.2195.2098  183,056  Rpcss.dll
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 2.

MORE INFORMATION

For additional information about how to install Windows 2000 and Windows 2000 hotfixes at the same time, click the article number below to view the article in the Microsoft Knowledge Base:

249149 Installing Microsoft Windows 2000 and Windows 2000 Hotfixes


Modification Type:MinorLast Reviewed:9/23/2005
Keywords:kbHotfixServer kbQFE kbbug kbfix kbWin2000PreSP2Fix KB263607