Knowledge Base

BUG: Wrong Error# Trying to Connect Client to Paused SQL Svr

Article ID: 141669

Article Last Modified on 3/14/2005


APPLIES TO


This article was previously published under Q141669
BUG# NT: 12485 (6.00)
BUG#: 225693 (Shiloh_bug)

SYMPTOMS

When SQL Server is paused, any attempt you make to connect from a client tool, for example ISQL/W, gives the following error:
Msg. No.: -10737; Severity: 14; State 0
SQL Server has been paused; No new connections will be allowed.

The message number is incorrect. The correct message number should be
  1. The message defined in the source is:

    MessageID: INIT_SRVC_PAUSED
    SQL Server has been paused; No new connections will be allowed.
This is defined as 0xc00042f6. By turning on trace flag 4031 you can see that SQL Server sends the correct message number in byte-reversed order: f64200c0.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Additional query words: SQL6 errmsg

Keywords: kbbug kbusage KB141669