BUG: SQL Server Query Analyzer Displays Incorrect Error Number When Connected to a Paused SQL Server (265741)
The information in this article applies to:
This article was previously published under Q265741
BUG #: 58064 (SQLBUG_70)
SYMPTOMS
When you connect from a client tool like Microsoft SQL Server Query Analyzer, when SQL Server is paused, the following error message occurs:
Unable to connect to server xyz
Server:Msg: - 1073724682, Level 16, state 1
[Microsoft][ODBC SQL server Driver][SQL Server]SQL Server has been paused, no new connections will be allowed.
The error message number is incorrect. The correct error number should be:
Unable to connect to server xyz
Server:Msg: - 17142, Level 16, state 1
[Microsoft][ODBC SQL server Driver][SQL Server]SQL Server has been paused, no new connections will be allowed.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbDSupport KB265741 |
---|
|