'Invalid class / Provider Failure' on running Performance queries

Posted: 09-30-2004, 10:11 AM
Hi, I'm trying to run the following WQL using WMIC from command prompt:

wmic PATH Win32_PerfFormattedData_PerfProc_Process GET
IDProcess,VirtualBytes,WorkingSet

and it's returning something like:

ERROR = 0x80041010

Description = Invalid class

Facility = WMI

instead of the values requested. Sometimes it returns also "Description =
Provider Failure".

I'm using a WinXP machine with SP1 and .NET framework 1.1 installed. Do you
think there might be something wrong in the WMI repository? I've also tried
the query from a script and returns the same error.

Regards,

Christopher Attard


Reply With Quote

Responses to "'Invalid class / Provider Failure' on running Performance queries"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
UAC should have been a Business class feature, not for Home Users JD Wohlever Windows Vista File Management 104 04-14-2008 07:28 PM
Where can I post queries related to IIS 7.0 on Vista Pushkar Windows Vista Security 2 08-10-2006 03:56 AM
smart card credential provider sunny2vaz Windows Vista Security 2 08-08-2006 02:41 PM
Instance Provider Mateus Baur Windows XP WMI 1 08-24-2004 09:10 PM
'invalid product id' Michael A. McKenney Windows XP Hardware 2 07-08-2003 05:13 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90