PRB: MS-DOS Workstation Fails to Connect with SQL and SQLTESTR

Last reviewed: April 25, 1997
Article ID: Q42627

The information in this article applies to:
  • Microsoft SQL Server version 4.2 for OS/2

SYMPTOMS

After successfully running the installation procedures for both the server and the MS-DOS workstations, the MS-DOS workstations cannot use the SQL server. SQLTESTR, SQLTESTW, and ISQL each fail with the following error messages:

  1. SQLTESTR generates a "NET 803 ERROR: Network path not found" error.

  2. SQLTESTW fails with a DB-Library (DB-Lib) error when you use the connect option.

  3. ISQL generates a "NET818: Network name not found" error message.

CAUSE

This problem occurs if you are unable to access named pipes.

WORKAROUND

The following are two solutions to this problem:

  1. You may need to execute a NET SHARE IPC$ command. This is done automatically when using user-level security, but needs to be done manually in share-level security.

  2. You may not have enhanced MS-DOS LAN Manager named pipes available. These pipes are needed for the SQL Server. To check if these pipes are available, use the NET VIEW command. If NET VIEW returns "command not found," you have the basic LAN Manager installed, and if so, you need to install the enhanced MS-DOS LAN Manager.


Additional query words:
Keywords : kbnetwork SSrvISQL SSrvLan
Version : 4.2
Platform : OS/2


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 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.