Hi
I am getting this ZENWIN error from a server where I have applied the terminal server zenpack template, it has a simple WQL query
SELECT ActiveSessions,InactiveSessions,TotalSessions FROM Win32_PerfFormattedData_TermService_TerminalServices
Could not read the status of Windows services (ExecNotificationQuery (WBEM_E_QUOTA_VIOLATION))
Does anywone know what part of the command could be causing it?
a MSDN technet page has the following
http://msdn.microsoft.com/en-us/library/aa392105(VS.85).aspxRemarks
There are limits to the number ofANDandORkeywords that can be used in WQL queries. Large numbers of WQL keywords used in a complex query can cause WMI to return the WBEM_E_QUOTA_VIOLATION error code as anHRESULTvalue. The limit of WQL keywords depends on how complex the query is.
not sure if this is part of the overall zenwin deamon or TS template...
thanks
Alex