After installing DOTNET v5.9.2 agent, requests information can be seen for transaction agent but no data available for counter agent.
Step1. Perform the following test to check if query has generated some output.
a. Open a command prompt (CMD) and type wbemtest.exe
b. Hit “Connect” and change the namespace to root/webadministration and connect.
c. Hit “Query” and type "Select * from site" and check output.
If the following ERROR appears then follow the Step2.
"Number: 0x8004100e Facility: WMI Description: Invalid namespace"
Step2.
a. The output states that agent is failing because there is no IIS Management Script and tools installed.
b. Run the following command from the cmd prompt:
wmic /namespace:"\\root\cimv2" path Win32_ServerFeature > ServerFeature.out
c. Collect the generated output and search for "IIS Managment Script and tool" if it does not exist - Install IIS Management Script and tool.
NOTE: To install the IIS Management Script and tool, Go to Control Panel | Add or Remove Programs | Turn OFF or ON Windows features and select the scripts and tools to install.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center