Microsoft KB Archive/908865

From BetaArchive Wiki

Article ID: 908865

Article Last Modified on 10/11/2007



APPLIES TO

  • Microsoft Windows Server 2003 SP1, when used with:
    • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
    • Microsoft Windows Server 2003, Enterprise Edition
    • Microsoft Windows Server 2003, Standard x64 Edition
    • Microsoft Windows Server 2003, Enterprise x64 Edition
    • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems
  • Microsoft Windows Server 2003, Standard Edition (32-bit x86)
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems




SYMPTOMS

On a computer that is running Microsoft Windows Server 2003 with Service Pack 1, the Windows Management Instrumentation (WMI) Domain Name System (DNS) provider may create DNS resource records that are initialized with a Time to Live (TTL) of 0. However, the zone default TTL value is 3600.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Windows Server 2003. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

889100 How to obtain the latest service pack for Windows Server 2003


Hotfix information

Prerequisites

Before you install this hotfix on a computer that is running Windows Server 2003, you must first install hotfix 840529.

Restart requirement

You must restart your computer after you apply this hotfix.

Hotfix replacement information

This hotfix replaces hotfix 840529.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.

Windows Server 2003, 32-bit versions


File name File version File size Date Time Platform
Dnsprov.dll 5.2.3790.426 179,200 15-Oct-2005 07:57 x86


Windows Server 2003, 32-bit versions with Service Pack 1


File name File version File size Date Time Platform
Dnsprov.dll 5.2.3790.2549 187,904 15-Oct-2005 08:13 x86


Windows Server 2003, x64-based versions with Service Pack 1


File name File version File size Date Time Platform Service branch
Dnsprov.dll 5.2.3790.2549 311,808 14-Oct-2005 18:32 x64 Not Applicable
Wdnsprov.dll 5.2.3790.2549 187,904 14-Oct-2005 18:32 x86 WOW


Windows Server 2003, Itanium-based versions


File name File version File size Date Time Platform Service branch
Dnsprov.dll 5.2.3790.426 566,784 14-Oct-2005 18:32 IA-64 Not Applicable
Wdnsprov.dll 5.2.3790.426 179,200 14-Oct-2005 18:32 x86 WOW


Windows Server 2003, Itanium-based versions with Service Pack 1


File name File version File size Date Time Platform SP requirement Service branch
Dnsprov.dll 5.2.3790.2549 587,776 14-Oct-2005 18:32 IA-64 SP1 Not Applicable
Wdnsprov.dll 5.2.3790.2549 187,904 14-Oct-2005 18:32 x86 SP1 WOW



WORKAROUND

To work around this problem, create a new host Address (A) resource record with the WMI DNS provider. Then, change the TTL value from 0 to the zone default TTL value 3600. To do this, use the Modify method of the MicrosoftDNS_AType class.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in Windows Server 2003 Service Pack 2.

MORE INFORMATION

The TTL property of a host Address (A) resource record is the time period, in seconds, that the resource record can be cached by other DNS servers or by a program. The resource record is cached by other DNS servers or by a program. When you set a record’s TTL value to 0, this instructs programs and DNS servers not to cache the record. Because not caching the record affects performance, this is not a recommended configuration.

The Modify method of the MicrosoftDNS_AType class updates the TTL and the Internet Protocol (IP) address of a host Address (A) resource record. This method makes these updates by applying the values that are specified as the input parameters of this method. If a new value for a parameter is not specified, the current value for the parameter is not changed. This method returns a reference to the modified object as an output parameter.

If the value of the TTL input parameter is the same as the current TTL value of the resource record, the Modify method of the MicrosoftDNS_AType class call generates a "Generic Failure" error. This error has an extended error status that is similar to the following:

DNS_RECORD_ALREADY_EXISTS

The hotfix that this article describes makes sure that all newly created resource records are initialized with the zone default TTL value of 3600. Also, the Modify method of the MicrosoftDNS_AType class can be used to set the TTL value of existing records to 0, to non-zero values, to the zone default value by specifying a TTL of 0xFFFFFFFF (4294967295). For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates



Additional query words: WMI TTL

Keywords: kbbug kbfix kbqfe kbpubtypekc kbhotfixserver kbwinserv2003sp2fix KB908865