"No data available" error while monitoring Firewall details in Windows server
Prerequisites
The following conditions must be met before you can proceed to troubleshoot:
1. The target machine needs to satisfy the minimum requirement.
Minimum Supported Server: Windows 8, Windows Server 2012
2. WMI is working properly on the remote server.
Using wbemtest.exe to troubleshoot WMI
1. Open
wbemtest.exe file located at
C:\Windows\System32\wbem\wbemtest.exe
2. From the Applications Manager server, open
wbemtest.exe and click
Connect.
3. In the Namespace field enter:\\RemoteServerIpAddress\root\StandardCimv2
4. Provide the required credentials, then click
Connect.
5. Once connected, click
Query. The Query dialog appears.
6. Run a Query for specific information.
SELECT * FROM MSFT_NetFirewallProfile
If the test was successful and still not able to get the Firewall details in the Applications Manager web console, then follow the below steps:
1. Go to <Applications Manager Home>\working\conf\application\scripts\ folder in command
prompt and execute the following script:
cscript firewall.vbs > firewall.txt
New to ADSelfService Plus?
Related Articles
Windows Monitoring - FAQ
This Knowledge Base article provides answers to frequently asked questions related to Windows Server monitoring through WMI. The articles are categorized based on the monitoring lifecycle to help you quickly identify the relevant troubleshooting ...
Troubleshooting Bad Request and Internal Server error
When a server responds with a Bad Request (400) or Internal Server Error (500), It typically indicates issues with how the request is being made or processed. The reasons for these errors can vary, but the most common causes are Incorrectly formatted ...
APM Insight Python Agent & Data Exporter Onboarding Docker Guide (Same Container)
Overview This guide explains how to enable APM Insight monitoring for your Python application running in Docker, using the APM Insight Python agent and Data Exporter (In Same Container). 1. Download the Required Components APM Insight Python Agent: ...
IIS Server monitor - Troubleshooting 'No data available' error for IIS Websites and Application Pools statistics
If you are using Applications Manager version 15470 and above, you can navigate to Admin > Self Help Tools and choose the monitor type to troubleshoot the problem. Click here for more details. Error: "No data available for IIS Website statistics." ...
CPU data not available for the server
Please follow the steps : 1.) Open cmd with run as administrator privilege on the affected server. Execute the below command and send screenshot if any error message comes: winmgmt /verifyrepository winmgmt /resyncperf 2.) Open wbemtest tool with ...