XFOR: Admin.exe Incorrectly Sets the Slave Group VrPath When Adding a Virtual Server (232544)



The information in this article applies to:

  • Microsoft Exchange 2000 Server

This article was previously published under Q232544

SYMPTOMS

When you use the Exchange System Manager to create a new virtual server, an incorrect path is set to the metabase value VrPath for the slave group virtual root. This incorrect value prevents this new virtual server from working correctly as either a master or slave server. This value does not affect any other functions of this virtual server.

WORKAROUND

Use Rserver.vbs located in the Winnt\System32\Inetsrv folder to create the virtual server instead of using Exchange System Manager. This command-line tool sets the values correctly.

STATUS

Microsoft has confirmed that this is a problem in Microsoft Exchange 2000 Server.

MORE INFORMATION

The command-line script Rserver.vbs can be used to create NNTP virtual servers. To use this script, the Windows Script Host (WSH) must be installed. WSH is installed by default when you install Windows 2000. You can use either Wscript (windows-based script host) or Cscript.exe (command-line script host) to run Rserver.vbs. The command looks similar to the following:

cscript rserver.vbs options

These are the available options:
   rserver - Manipulate NNTP virtual servers
           -t <operations>
                   g       Get NNTP virtual server properties
                   s       Set NNTP virtual server properties
                   c       Create a new NNTP virtual server
                   d       Delete an NNTP virtual server
           -s <server> Specify computer to configure
           -v <virtual server ID> Specify virtual server ID
           -c <true/false> Allow client posts
           -l Soft client post limit in bytes
           -h Hard client post limit in bytes
           -f <true/false> Allow feed posts
           -i Soft feed post limit in bytes
           -j Hard feed post limit in bytes
           -m SMTP address for moderated posts
           -d Domain name for default moderators
           -u UUCP name of this server
           -x <true/false> Process control messages
           -n Internal NNTP server files location
           -a Administrator e-mail account
           -p Pickup directory
           -q Failed pickup directory
           -e Drop directory
           -b <true/false> Disable NEWNEWS command
           -r <true/false> Honor client msg IDs
           -o TCP Port for client connections
				

Modification Type:MinorLast Reviewed:4/28/2005
Keywords:kbbug kbpending KB232544