WMI - Quota violation

  • I'm trying to get an SSIS "folder watcher" package running to monitor a remote server, and I'm getting the following error when I run in SSDT debug mode:

    [WMI Event Watcher Task] Error: Watching for the Wql query caused the following system exception: "Quota violation". Check the query for errors or WMI connection for access rights/permissions.

    I can run this on my local Windows 10 machine/local folder with no errors. When I change the WMI Connection Manager to the 2008R2 server, I get the error. I've ensured that I have all the necessary permissions on the target server and verified that the "Memory per host" is set to 512MB. The files I'm after are very small CSV's, the largest is about 20K, and I get about 1,000 of these/day.

    The AD account I'm running this with is in the server's admin group and I've also granted it permission specifically to both the WMI (\root\cimv2) and the folder to be watched, which did not help.

    I can run a PowerShell folder watcher script on this server and that works fine using the same credentials.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply