INF: New RPC Connect Error Messages

Last reviewed: April 30, 1997
Article ID: Q132040

The information in this article applies to:
  • Microsoft SQL Server, version 6.0

SUMMARY

Microsoft SQL Server version 6.0 has added some new and more informative error messages to help determine what problem is occurring when performing server to server RPCs.

MORE INFORMATION

The server is now using DB-Library (DB-Lib) login error and message handlers. On previous versions of SQL Server, any failed RPC connection for whatever reason resulted in the following error:

   Login to site 'sitename' failed.

This error is now replaced with the following:

   Unable to connect to site 'sitename' because it is unavailable or does
   not exist.     (4.2x and 6.0)

   Unable to connect to site 'sitename' because it is not configured for
   remote access.    (6.0)

   Unable to connect to site 'sitename' because 'server' is not defined
   as a remote server.     (6.0)

   Unable to connect to site 'sitename' because 'login' is not defined as a
   remote login at the site. (6.0)

   Unable to connect to site 'sitename' because login failed.
   (4.2x and 6.0)

When RPCing between version 6.0 servers, all messages will be used. When RPCing between a version 6.0 server and a version 4.2x server, only two of the new messages will be used.


Additional query words: sql6 rpc ods connect Windows NT
Keywords : kbother SSrvWinNT
Version : 6.0
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.