INF: New RPC Connect Error MessagesID: Q132040
|
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.
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.
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)
Additional query words: sql6 rpc ods connect Windows NT
Keywords : kbother SSrvWinNT
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: April 15, 1999