FIX: Unable to Specify Folder Path for Moderated Newsgroups (300626)
The information in this article applies to:
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
- Microsoft Commercial Internet System 2.0
- Microsoft Commercial Internet System 2.5
This article was previously published under Q300626 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: IMPORTANT: This article contains information about editing the metabase. Before you edit the metabase, verify that you have a backup copy that you can restore if a problem occurs. For information about how to do this, see the "Configuration Backup/Restore" Help topic in Microsoft Management Console (MMC). SYMPTOMS
When you try to specify a folder path for a moderated newsgroup under the Network News Transfer Protocol (NNTP) virtual server settings, you may receive the following error message:
The domain name is not valid.
CAUSE
The Internet Information Services (IIS) Help documentation states that you can either specify a Simple Mail Transfer Protocol (SMTP) server name or a folder path for moderated newsgroups. The IIS Management Console only allows alphanumeric characters and a period (.) to specify a valid server name or fully qualified domain name (FQDN).
RESOLUTIONWARNING: If you edit the metabase incorrectly, you can cause serious problems that may require you to reinstall any product that uses the metabase. Microsoft cannot guarantee that problems that result if you incorrectly edit the metabase can be solved. Edit the metabase at your own risk. NOTE: Always back up the metabase before you edit it.
To work around this problem, specify the folder path as a value to the SMTP virtual server metabase key. To do this, follow these steps:
- Locate the Adsutil.vbs script file that is installed by IIS. You will use this file to modify the metabase.
- Specify the folder path name for moderated newsgroups. The syntax is as follows:
cscript adsutil.vbs set nntpsvc/<virtual server instance id>/smtpserver "<path>"
For example, if you want to specify the path as C:\Moderated for the default NNTP server instance, run the following from a command prompt:
cscript adsutil.vbs set nntpsvc/1/smtpserver "c:\moderated"
- After the setting is applied, you can either restart all of the IIS services or restart the server.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
300672 HOW TO: Create a Metabase Backup in IIS 5
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | kbbug kbfix kbQFE KB300626 |
---|
|