Archived community.zenoss.org | full text search
Skip navigation
1716 Views 0 Replies Latest reply: Nov 20, 2012 12:41 PM by Sergey Pushkin RSS
Sergey Pushkin Newbie 1 posts since
Nov 20, 2012
Currently Being Moderated

Nov 20, 2012 12:41 PM

WMIClient:Received NT code 0x80041017 from query...

Good day!
I'm trying to understand how to create wmi templates. ran into a problem: when processing wql query "select * from __ InstanceCreationEvent where (TargetInstance isa 'Win32_NTLogEvent') and (TargetInstance.Logfile = 'Application')"
error - ERROR: zen.WMIClient: Received NT code 0x80041017 from query: select * from __ InstanceCreationEvent where (TargetInstance isa Win32_NTLogEvent) and

(TargetInstance.Logfile = Application)
Received NT code 0x80041017 from query: select * from __ InstanceCreationEvent where (TargetInstance isa Win32_NTLogEvent) and (TargetInstance.Logfile =

Application)

at the same time request "SELECT * FROM Win32_PerfRawData_W3SVC_WebService WHERE Name =" _Total "" without errors.
Using an account with administrative privileges.
what am I doing wrong?

 

 

use zenoss core 2.5.2



More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points