when I try to register a new component my host in ArcGIS Monitor 2023 I get the following error message:
New-CimSession : WinRM cannot process the request. The following error with error code 0x80090311 occurred when
and it won't let me register it.
I have done the solution in this link to enable permissions for wmi - cimv2 but without success:
https://doc.arcgis.com/en/monitor/latest/get-started/linux/enable-permissions-for-wmi-cimv2.htm
Yes, I have been able to register the components of my Enterprise without problems.
Any other ideas?
Solved! Go to Solution.
Hi Emilio,
Can you please try adding the ArcGIS Monitor machine as a trusted host on the machine you are trying to register for monitoring? On that machine:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value <machine>
Josh
I am facing the same issues. Any update how to resolve it
Hi Emilio,
Can you please try adding the ArcGIS Monitor machine as a trusted host on the machine you are trying to register for monitoring? On that machine:
Set-Item WSMan:\localhost\Client\TrustedHosts -Value <machine>
Josh
It is possible that it is a problem of permissions of the main administrator of my machine or the administrator of the domain, after executing the command localhostClientTrustedHosts -Value in my <machine> PowerShell, I receive the error that I show in the image. I will talk to my IT team
I am also having the same issue after following all the steps mentioned above for one host, all others have been connected successfully.
Hey @EmilioTomeBlasco, did you ever figure out a resolution to this?