SQL Server 2000 Enterprise Manager polling may cause ClientToken errors in the Cluster log file (327322)



The information in this article applies to:

  • Microsoft SQL Server 2000 (all editions)
  • Microsoft SQL Server 2000 Enterprise Edition
  • Microsoft SQL Server 2000 Developer Edition
  • Microsoft SQL Server 2000 Enterprise Evaluation Edition
  • Microsoft SQL Server, Enterprise Edition 7.0

This article was previously published under Q327322

SYMPTOMS

The SQL Server Enterprise Manager server-state polling may generate the following errors in the Cluster log file:
00000574.00000dc0::2002/07/27-23:28:09.671 [API] Dump the ClientToken that failed...
00000574.00000dc0::2002/07/27-23:28:09.671 [API] ClientToken has a user SID for domain\user_id
In the Cluster log file, you see that the ClientToken parameter failed, and the log identifies the ClientToken parameter. NOTE: You can safely ignore this error message.

RESOLUTION

If you do not want the error messages to appear in the Cluster log file, you can turn off the SQL Server Enterprise Manager server-state polling functionality:
  1. In SQL Server Enterprise Manager, on the Tools menu, click Options to open the SQL Server Enterprise Manager Properties dialog box.
  2. Under Server state polling, click to clear the Poll server to find out stat of server and related services box.
  3. Click OK.
NOTE: When you turn off the SQL Server Enterprise Manager server-state polling functionality, you may receive the following error message when you try to connect to an instance of a virtual SQL Server through SQL Server Enterprise Manager:
The SQL Server \\ServerName is not known to be running, Are you sure you wish to connect?
You can ignore the error message, and then successfully connect to the instance of SQL Server.

Modification Type:MinorLast Reviewed:4/6/2006
Keywords:kbtshoot kberrmsg kbprb KB327322 kbAudITPRO kbAudDeveloper