Unable To Connect SQL Server Using NWLinkLast reviewed: September 9, 1996Article ID: Q130014 |
The information in this article applies to:
SYMPTOMSWhen you use the IPX/SPX compatible transport protocol (NWLink) in Windows NT or Windows for Workgroups, it may not connect to a Microsoft SQL Server.
CAUSEWhen SQL Server starts listening on SPX, it registers itself with the bindery on a NetWare server. Clients attempting to connect read from the bindery to make the connection to the SQL Server computer. This process fails if no NetWare server exists on the network.
RESOLUTIONTo correct this problem, use the following format to connect to a SQL server:
isql -Usa -P -S<MAC address>,<IPX port number>,<Network number>NOTE: The default IPX port number for a SQL server is 33854. A network number is not required if the SQL server is on the same segment.
|
KBCategory: kbnetwork
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |