The information in this article applies to:
SYMPTOMS
Attempting to connect to SQL Server on a stand-alone computer or a laptop
computer with no network connections may fail with the following error
message:
This error may occur during installation, or during subsequent attempts to connect to the server. CAUSEBy default, client connections to SQL Server are made over a network protocol. Without a simulated network connection, the connection to SQL Server cannot be made unless a local named pipes connection is forced. WORKAROUND
To simulate network connectivity, install the MS Loopback Adapter according
to the following steps for the version of Windows NT Server you are using:
If you are unable to install the MS Loopback Adapter, shut down the workstation service (through Control Panel Services) to force a local named pipes connection to be made during installation. Be aware that this approach extends the installation time considerably. After the server is installed, you can restart the workstation services. For subsequent connections, you can force a local named pipes connection to the server by not specifying the server name at connection time. You may also specify ".", or "(local)" as the server name in ISQL/w and in SQL Enterprise Manager when registering the server. However, when trying to install a service pack for SQL Server you will get the following error message: "The entered password failed verification Please check you password." In order to successfully install the service pack you will need to create an advanced entry in the client configuration utility, specifying ".", or "(local)" as the connection string for the server name. For 16-bit applications, the MS Loopback Adapter is required. For more information, see the following article in the Microsoft Knowledge Base: Q130745 : Connecting to Standalone SQL Server Using 16-bit Apps. If you have removed all network support and stopped the workstation service, but still continue to get the Unable to connect error, do the following:
Additional query words: FAQ notebook stand-alone fails
Keywords : kbnetwork kbsetup SSrvInst SSrvWork kbbug6.50 kbbug4.2x kbbug6.00 |
Last Reviewed: April 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |