Hello, Im trying to setup a services monitor, but when the window that should show the running services list appears has the message:
Status: Result: Success Details: Exception at Failed to connect to [IPADDR] via WMI. Reason: Acceso denegado. (Excepción de HRESULT: 0x80070005 (E_ACCESSDENIED)). Process User: administrator Specified User: DOMAINadministrator. Msg=Acceso denegado. (Excepción de HRESULT: 0x80070005 (E_ACCESSDENIED)), Source=mscorlib, Stack= en System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) en System.Management.ManagementScope.InitializeGuts(Object o) en System.Management.ManagementScope.Initialize() en PAWMI.GetWMI.GetInfoViaWMI(String computer, String username, String password, String request, String& retVal)
WMI Response: ERR0: [MSG=Exception at Failed to connect to [IPADDR] via WMI. Reason: Acceso denegado. (Excepción de HRESULT: 0x80070005 (E_ACCESSDENIED)). Process User: administrator Specified User: DOMAINadministrator. Msg=Acceso denegado. (Excepción de HRESULT: 0x80070005 (E_ACCESSDENIED)), Source=mscorlib, Stack= en System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) en System.Management.ManagementScope.InitializeGuts(Object o) en System.Management.ManagementScope.Initialize() en PAWMI.GetWMI.GetInfoViaWMI(String computer, String username, String password, String request, String& retVal)]
Happens with several machines, but not all of them. Tried using the highest access user (domain admin) disabled firewall and antivirus but didn't worked. Other monitors (disk, performance) are working. Did checked WMI enabled for administrators. Target server 2012 R2 Std. Monitor server same specs. PA monitor process in monitoring server running under domain admin.
THANKS!!!