How to resolve a failure to communicate with the WMI Collector during top-down discoveryIssue <!-- div.margin{ padding: 10px 40px 40px 30px;}table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em;}table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2;}table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0;}.sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em;}.sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px;}.title { color: #D1232B; font-weight:; font-size:25px;}.hd1{ color: #D1232B; font-weight:; font-size:18px;}.hd2{ color: #646464; font-weight:bold; font-size:16px;}.hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:;}.hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:;} ul { list-style: disc outside none; margin-left: 0; <span id="CmCaReT"></span>padding-left: 1em; } li { padding-left: 1em; } --> Symptoms When a failure to communicate with the WMI Collector occurs during top-down discovery, the business service map in Service Mapping displays the warning icon () on top or instead of the configuration item. The following error message displays for the configuration item: Failed to communicate with the WMI collector Possible Cause 1 On versions prior to Istanbul, .Net Framework v3.5 may be not installed on the MID Server. Resolution 1 Download and install .NET 3.5 on the MID Server. Possible Cause 2 The WMI Collector is stopped. Resolution 2 Connect using remote desktop to the MID Server and start or restart the service ServiceNow WMI Collector. Possible Cause 3 The WMI Collector service is started on the MID Server, but it does not listen on IP 0.0.0.0. This may occur on MID Servers with multiple IP addresses. Resolution 3 Add the mid.servicewatch.wmi.host parameter on the MID Server. Set its value to the IP address of the MID Server. For more information, see the documentation on how to Add MID Server parameter. If the problem still exists, even if the WMI Collector service is running, run the netstat –ano | findstr 8585 command to check if there is a process listening on the port used for communication between the MID Server and the WMI Collector. Verify that the result is: TCP 0.0.0.0:8585 0.0.0.0:0. TCP [::]:8585 [::]:0. If there is a process listening on the port, but it is bound to IP, which is not 0.0.0.0, configure the MID parameter mid.servicewatch.wmi.host to have this IP address. Related Articles - The WMI Collector service may stop with an error on a Windows MID Server host - WMI Collector service is not started on MID Servers on Windows machines set to non-English language Important note WMI Collector is deprecated in New York patch 10 and later. See the KB0791835 WMI Collector deprecation details for more information.