Active, couldn't classify: No WMI connection, now finished
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2019 07:21 AM
We got an error for some windows devices as below in the WMIRunner / WML Classify
<result><error>Failure(s) with available Windows credentials from the instance.</error><error>The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)</error></result>
While did a test in ' test credentials and it has been successfully validated , how to figure out this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2019 07:44 AM
Check if Firewall is blocking WMI ports. If not, try rebooting server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2019 08:10 AM
Outside of checking firewalls I would confirm that your credential is mapped to the local admin group on the server. The test credential doesn't fully testing it end to end just that he credential in on there and a WMI connection can be done. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 05:51 AM
Hi Robertgeen
How to do WMI connection test , can you please confirm that step by step
checking firewall means need to check Network security team ?
or windows firewall connection ?
Is there any other settings need to check for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2019 10:19 AM
Check the high ports - the Windows firewall might be blocking them. Discovery uses WMI which initiates on port 135 and the remaining communication occurs on high ports (49152 - 65535).