Troubleshoot Quota Violation error

Troubleshooting tips for Quota violation and WMI error while running WMI queries and scripts

While running a script or WMI query, you may get the error message "Quota violation". This can be because the WMI provider service may have reached its quota limit.

Troubleshoot by following the below steps:
  1. Go to Start > Run > type wbemtest.exe
  2. Click Connect

  3. Enter as root in the Namespace field. Click Connect.
  4. Click on Enum Instances

  5. In the Class Info window, enter the Superclass Name as __ProviderHostQuotaConfiguration. Click OK.
    Note: the Superclass name includes a double underscore at the front.

  6. Next, double click on __ProviderHostQuotaConfiguration=@ in the Query Result window

  7. In the Object Editor window, double-click on the property name for which you want to change the quota.

  8. Enter the Value as 536870912 (512 MB) for XP and Windows 2003; for Windows Vista, enter the value as 805306368 (768), then move to 1073741824 (1024) if you still need space.

  9. Click on Save Property. Click on Save Object.
  10. Restart your system.

    • Related Articles

    • Checking WMI reachability

      To check WMI reachability From your On-Premise Poller installed Windows machine, go to Start > Run > wbemtest.exe and run it as an administrator. In the Windows Management Instrumentation Tester screen, click Connect. Enter the following in the ...
    • Troubleshooting tips for log collection errors

      The following is a list of possible log collection errors and the solutions to fix them: Error message Reason Solution Upload Limit Reached You might have reached the maximum upload limit configured for this log type in the current billing cycle. ...
    • Error message "Invalid WMI class" on computers running on Windows 7 or Windows server 2008 R2

      WMI is a component that is used for collecting metrics like CPU/memory/disk usage in the server. If the WMI component is corrupted, it will not be able to collect any data from the server. Please perform the following steps to check if the WMI ...
    • How do I configure a non-administrative user for windows management instrumentation (WMI) access?

      If you're a user with administrator privileges on the server to be monitored, then you'll be able to connect to windows management instrumentation (WMI) by default. However, if you're a user with standard privileges, you must configure the user for ...
    • Troubleshooting steps for On-Premise Poller

      Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...