INF: Listening on Multi-Protocol Fails on Startup

Last reviewed: April 9, 1997
Article ID: Q160871
The information in this article applies to:
  • Microsoft SQL Server, version 6.5

SUMMARY

When a computer running SQL Server is configured to listen only on the multi-protocol network protocol, the MSSQLServer service may fail on the startup of Windows NT Server. This problem may occur when Windows NT Server is starting and the remote procedure call (RPC) service has not completed initializing before SQL Server starts the server-side RPC Net-Library. You will find the following errors in the SQL Server errorlog:

  • Using 'SSMSRP60.DLL' version '6.5.0.0' to listen on ''. Error : 17826, Severity: 18, State: 0
  • Unable to set up ListenOn connection ''. OS Error : 1899, The endpoint mapper database could not be created. conn_hdlr: Unable to initialize Communication Layer

MORE INFORMATION

Configure the computer running SQL Server to listen on either another network protocol or another protocol in addition to multi-protocol.

One other way to resolve this problem is to modify the Windows NT Server registry to force the MSSQLServer service to depend on the RPC service, requiring that the RPC service be initialized before MSSQLServer service attempts to start.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Start the Registry Editor (Regedt32.exe) and navigate to the following key:

          HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\MSSQLServer
    

  2. Click the MSSQLServer subkey. On the Edit menu, click Add Value.

  3. Enter the following:

          Value Name: DependOnService
          Data Type:  REG_MULTI_SZ
    
          Data:       RpcSs
    
    

  4. Click OK and quit Registry Editor.

  5. Shut down and restart the computer running Windows NT Server.


Additional query words: Multiprotocol
Keywords : kbenv kbinterop kbnetwork kbusage SSrvGen SSrvLan
Version : 6.5
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.