INFO: SQLMonitor Service Terminates if SA Password Changes |
Q104919
The SQLMonitor Service on Windows NT uses the SQL Server System Administrator (SA) account to access SQL Server. If the SA account's password is changed from the default, which is none or NULL, any attempt to start the SQLMonitor service results in the following error:
Error 2186 The service is not responding to the control function. Could not start the SQLMonitor service on \\Server.
To resolve this problem, change one of the SQL Monitor services parameters in the Windows NT Registry. Sites with SQL Server version 4.21 or later can change the parameter by starting SQL Monitor from the command line with the /NEWPASSWORD switch:
netsql start sqlmonitor /NEWPASSWORD=[newpass] NOTE: The SQL Monitor service only needs to be started this way once; it will remember the new parameter on future starts of the service.
\SOFTWARE\Microsoft\SQLServer\SQLMonitor\Parameters
You should see a line that reads: Password:REG_SZ: in the right
pane of the "HKEY_LOCAL_MACHINE on Local Machine" window.
Additional query words: 4.20 Windows NT monitor backups winnt admin
Keywords : kbtool
Issue type : kbinfo
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: October 23, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |