INF: Specifying Connection String for an Alternate PipeLast reviewed: April 29, 1997Article ID: Q117831 |
The information in this article applies to:
- Microsoft SQL Server version 4.2
SUMMARYA non MS-DOS-based client can receive Error Msg 10004, Sev 9, State 9,
Unable to connect: SQL Server is unavailable or does not existwhen using a Connection String using directions in the "Configuration Guide," page 105.
MORE INFORMATIONThe Configuration Guide incorrectly states the Connection String to connect to SQL Server running on an alternate pipe name. In step 5 of the section on setting up server connections for non MS-DOS- based clients, it gives the following as an example of the Connection String for connecting to SQL Server using an alternate pipe name:
\pipe\alt1\queryThis is incorrect, the example should be:
\\<server name>\pipe\alt1\queryThe exception to this is using local pipes on the SQL Server machine itself. The connection string for a Windows NT client using a local pipe should be:
\\.\pipe\alt1\queryThe connection string for a OS/2 client using a local pipe should be:
\pipe\alt1\query |
Additional query words: connection string Windows NT docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |