Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A WMI query for the memory type and for the form factor on a Windows Server 2003-based computer returns 0x0 for each entry


View products that this article applies to.

Symptoms

You use Windows Management Instrumentation (WMI) to query the Win32_PhysicalMemory class for the memory type and for the form factor on a Microsoft Windows Server 2003-based computer. Additionally, the computer uses DDR-2 memory. In this scenario, the query returns 0x0 (unknown) for each entry.

↑ Back to the top


Cause

WMI uses the System Management BIOS (SMBIOS) reference specifications for this hardware lookup operation. The memory type and the form factor are part of the memory device specification (a Type 17 structure). Additionally, note the following specifics:
  • The memory type that is returned by the BIOS for DDR-2 memory is 0x13 (19). This specification was introduced in the SMBIOS v2.4 specification. 0x13 is defined as the DDR-2 memory type.
  • The form factor that is returned by the BIOS for DDR-2 memory is 0xF (15). This specification was introduced in the v2.5 preliminary SMBIOS spec document. 0xF is defined as the FB-DIMM form factor.
These specifications are not included on operating systems that were released before SMBIOS versions 2.4 and 2.5. Therefore, a value of 0x0 is returned when you perform the WMI queries that are described in the "Symptoms" section on a Windows Server 2003-based computer. Windows Server 2003 was released before the SMBIOS specifications for versions 2.4 and 2.5 were defined.

Note The 0x0 value resolves as unknown. Any tools that use this data, such as third-party systems management software, will be affected.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: KB922813, kbexpertiseinter, kbprb

↑ Back to the top

Article Info
Article ID : 922813
Revision : 2
Created on : 10/24/2012
Published on : 10/24/2012
Exists online : False
Views : 283