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!!!

asked 18 Dec '19, 14:30

alejnadro's gravatar image

alejnadro
4259
accept rate: 0%


Hi Alejandro,

The error message is stating that the issue is access denied to the WMI on the remote server. Here is a link to our WMI documentation.

A good test would be to take PA Server Monitor out of the picture. Logon to the server where PASM is running with the same account. Open up Services, and try to connect to the remote server. If you are not able to, the issue is permissions.

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray checkmark to the left of the answer.

link

answered 19 Dec '19, 12:18

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×4
×4

Asked: 18 Dec '19, 14:30

Seen: 2,155 times

Last updated: 19 Dec '19, 12:18