NTOP: NNTP Postings Renamed with .bad Extension During Recovery
ID: Q242038
|
The information in this article applies to:
-
Microsoft Windows NT Server version 4.0
SUMMARY
After you run a rebuild on a Windows NT Server NNTP site, you may notice that the file extensions of newsgroup message posts have been renamed from .nws to .bad. These posts are not viewable from a newsgroup client.
MORE INFORMATION
During the NNTP rebuild process, these posts were found to be corrupted and were renamed with the .bad extension. Use the following steps to attempt to recover these posts:
- Stop the Microsoft NNTP service.
- Open a command prompt.
- Change directories to the NNTP root directory, typically C:\Inetpub\Nntpfile\Root.
- Change directories again to one of the subdirectories under Root that represents one of your newsgroups, for example, Techtalk.
- Type ren *.bad *.nws, and press ENTER. This renames the files with a .bad extension to .nws.
- Repeat this process for each newsgroup directory and subdirectories.
- Open the Internet Information Server Microsoft Management Console (MMC). Right-click your NNTP site, and on the Task menu, click Rebuild Server.
- Click Thorough Rebuild Type, and click Start.
- When the rebuild is done, click Finished.
- Start the Microsoft NNTP service, and verify that the newsgroup posts appear within a newsgroup client.
Additional query words:
Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbinfo
|