Re: Hardware Inventory Problem



Win32_CDROMDRIVE is a "normal" Win32 class:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_cdromdrive.asp

WBEMTEST should be on your system--it's part the WMI installation -
%windir%\system32\wbem\wbemtest.exe

Just click on the start button|click run|type in wbemtest and hit OK.

Click connect|enter root\cimv2 for the namepace|OK|Enum Classes recursively
and scroll down until you see Win32_CDROMDRIVE. Double click the class name
and hit instances button to see your CDROMDRIVE info.

Do all your systems have CDROM drives? If not, ignore the error lol

MOF Master, SMS Expert
jgilbert@xxxxxxxxxxxxx


"Sugo" <Sugo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F64AFA18-B5F6-47CD-8C57-105F0FF4994E@xxxxxxxxxxxxxxxx
> Hi Kim,
>
> We haven't verified if the win32_cdromdrive class exist. If it does
> not exist, can we ignore the error? If not, any steps to resolve this
> issue.
> BTW, where can we get the WBEMTEST? Thanks
>
> "Kim Oppalfens" wrote:
>
>> I assume you verified whether win32_cdromdrive class exists on these
>> machines?
>>
>> Run wbemtest
>> connect to root\cimv2
>> enum classes recursively if you haven't.
>>
>> --
>> Kim Oppalfens
>> Telindus Belgium
>> MVP Windows Server System - SMS
>> "Sugo" <Sugo@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:6CE9046D-253B-469A-8E71-CA84ADF7CFBF@xxxxxxxxxxxxxxxx
>> > There are some workstations that are having error with the Hardware
>> > Inventory
>> >
>> > Description
>> > The agent encountered an error while querying WMI to collect data from
>> > this
>> > computer. The first query to fail was "SELECT __CLASS, __PATH,
>> > __RELPATH,
>> > Availability, Description, DeviceID, Drive, Manufacturer, MediaType,
>> > SCSITargetId, SystemName, VolumeName FROM Win32_CDROMDrive".
>> >
>>
>>
>>


.


Loading