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
SYMPTOMSThe Network News Transfer Protocol (NNTP) administration
tree may be hidden in the Microsoft Internet Information Services (IIS) Microsoft
Management Console (MMC) snap-in.CAUSEThis 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).RESOLUTIONTo 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:
- Enable direct metabase edit:
- Start the IIS Manager (Iis.msc).
- Right-click the local computer, and
then click Properties.
- Click to select the Enable Direct Metabase
Edit check box.
- Click Apply, and then click
OK.
- Edit the metabase:
- 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. - Locate the line NntpServiceVersion=,
and then change the number to 5.
Note: All text in MetaBase.xml is case-sensitive.
- 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.
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: | Major | Last Reviewed: | 12/18/2003 |
|---|
| Keywords: | kbbug KB816909 |
|---|
|