NNTP Administration Tree Is Not Visible After You Upgrade to Windows 2003 (816909)



The information in this article applies to:

  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Datacenter Edition

SYMPTOMS

The Network News Transfer Protocol (NNTP) administration tree may be hidden in the Microsoft Internet Information Services (IIS) Microsoft Management Console (MMC) snap-in.

CAUSE

This behavior occurs if you upgrade your computer from Microsoft Windows NT 4 to Microsoft Windows 2000, and then you upgrade to Windows Server 2003. The NNTP administration tree does not appear in the MMC snap-in because the NNTPServiceVersion key in the metabase is set to 0 (zero).

RESOLUTION

To make the NNTP administration tree visible in the Internet Manager MMC, you must change the following metabase key in the MetaBase.xml file:
  • Key Name: NntpServiceVersion
  • Key Number: 45175
  • Existing Value: 0 New Value: 5
  • Key Location: LM\NNTPSVC

To change the value of the NntpServiceVersion Key, follow these steps:
  1. Enable direct metabase edit:
    1. Start the IIS Manager (Iis.msc).
    2. Right-click the local computer, and then click Properties.
    3. Click to select the Enable Direct Metabase Edit check box.
    4. Click Apply, and then click OK.
  2. Edit the metabase:
    1. Open the MetaBase.xml file with a plain text editor, such as Notepad.

      By default, the MetaBase.xml file is located in the Systemroot\System32\Inetsrv directory.
    2. Locate the line NntpServiceVersion=, and then change the number to 5.

      Note: All text in MetaBase.xml is case-sensitive.

    3. Save the file.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

You can also change the value change of the key programmatically in the MBSchema.xml file.

Note: You cannot edit the MBSchema.xml file directly by using the edit-while-running feature. To make changes to the metabase schema, you must make them programmatically. For more information about programmatically changing keys in the MBSchema.xml file, see the IIS Help Topic Code Examples to Configure Metabase Properties in the Help section Extending the Metabase Schema.

REFERENCES

For additional information about how to create a backup of the metabase, click the following article number to view the article in the Microsoft Knowledge Base:

324277 HOW TO: Create a Metabase Backup by Using IIS 6.0 in Windows Server 2003

REFERENCES


Modification Type:MajorLast Reviewed:12/18/2003
Keywords:kbbug KB816909