SQL Monitor Monitoring stopped invalide credentials
Markus
Posts: 26 Bronze 2
We restarted 4 of our monitored sql servers last night and the SQL Monitor cannot connect them now. Nothing has changed except I upgraded SQL Monitor 2 weeks ago to 7.1.5.8837 The account is the same account that is monitoring the ones that are running and it was running just fine before the server restarts. What could be the issue? The monitored servers that were NOT restarted are fine. The monitored servers that were restarted the monitor cannot connect to and get the below error. I verified that the domain account that does the monitoring is an Admin on the servers.
20 Oct 2017 06:50 WMI GetInstances: Root select Name from __NameSpace where Name = 'MSCluster' Incorrect credentials or insufficient permissions UnauthorizedAccessException Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
20 Oct 2017 06:49 WMI GetInstances: root\cimv2 select Name,State,StartMode from Win32_Service Incorrect credentials or insufficient permissions UnauthorizedAccessException Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
20 Oct 2017 06:50 WMI GetInstances: Root select Name from __NameSpace where Name = 'MSCluster' Incorrect credentials or insufficient permissions UnauthorizedAccessException Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
20 Oct 2017 06:49 WMI GetInstances: root\cimv2 select Name,State,StartMode from Win32_Service Incorrect credentials or insufficient permissions UnauthorizedAccessException Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Tagged:
Best Answer
-
Alex B Posts: 1,157 Diamond 4Hi @Markus
A quick first thing to check would be to restart SQL Monitor Base Monitor service to ensure that doesn't help.
If youa re still getting the issue aftewards - are you able to successfully run the Testing WMI tests from this page from the machine where the SQL Monitor Base Monitor is installed to the remote machine experiencing the issue as the user being used by SQL Monitor? This will be the user specified on the Configuration > Monitored servers page or the user running the SQL Monitor Base Monitor service if the Base Monitor user is specified there.
Please try to connect to root and root\cimv2 in the wbemtest as shown in the two errors and perform the queries shown as well - does this succeed?
Kind regards,
Alex
Answers