BUG: SQL Server May Fail to Listen On DecNetLast reviewed: May 2, 1997Article ID: Q138943  | 
	
	
The information in this article applies to:
 
 SYMPTOMSWhen Microsoft SQL Server is set up to listen on DecNet as the only Winsock- based IPC (Inter-Process Communication), the following error may occur in the SQL Servers error log or the Windows NT event log: 
 Error : 17826, Severity: 18, State: 0 Unable to set up ListenOn connection '#150'. OS Error : 10093, ConnectionListen ((null)()).If you try to connect from a DecNet client, the connection will fail with the following error: 
    DB-Library: Unable to connect: SQL Server is unavailable or does not
      exist.  Specified SQL server not found.
   Net-Library error 10022: ConnectionOpen (dnet_conn()).
However, if you set up SQL Server to listen on both DecNet and TCP/IP
sockets, the above error will not occur, and the DecNet connection
will work fine.
 WORKAROUNDYou can easily avoid this problem by setting up SQL Server to listen on TCP/IP Sockets at the same time. 
 STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. 
  | 
	
	Additional query words: sql6 ssmsde60 server-side netlibs ODS Pathworks 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |