INF: Resolving Client-Side VINES Connectivity Errors w/ SQL

Last reviewed: April 30, 1997
Article ID: Q126445

The information in this article applies to:
  • Microsoft SQL Server, versions 4.21 and 4.21a

SUMMARY

This article discusses some of the common client-side problems encountered when attempting to connect to Microsoft SQL Server in a Banyan VINES network environment.

The article provides detailed error messages that would be generated by SQL Server VINES client-side network library (net-library) when attempting to connect.

MORE INFORMATION

Error:

   SQL Server Error 1004, Severity 9, State 0
   Unable to connect. SQL Server is unavailable or does not exist.
   Name not found in directory service.
   OS Error 1011, ConnectionOpen (VnsGetSppPort()).

Cause:

The error is caused when the PC-based service name used for the connection string (server name) does not exist. Check to make sure that the name, group, and organization are correct, and that the PC-based service has been created. If you did not provide the complete StreetTalk name (name@group@org) for the PC-based service, check to make sure that the group and organization are part of your Banyan default search group. The error can also occur when the client is not logged in to the Banyan network or the StreetTalk name provided is not a PC-based service.

Error:

   SQL Server Error 1004, Severity 9, State 0
   Unable to connect. SQL Server is unavailable or does not exist.
   General network error. Check your documentation
   OS Error 155, ConnectionOpen (VnsSocketSend()).

Cause:

The error indicates that no SQL Server is available at the location that was provided during the PC-based name resolution. Check to make sure that SQL Server has started correctly. There should be no Open Data Services (ODS) errors in the Windows NT Event Log on the SQL Server computer (under the Application log). Also make sure that the PC-based service name given by the client is the same PC-based service that SQL Server is using.


Additional query words: winnt vines
\\* changes in that article
Keywords : kb3rdparty kbinterop kbnetwork SSrvLan SSrvNet_Lib
Version : 4.21 4.21a
Platform : WINDOWS
Issue type : kberrmsg


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