Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive a "service did not respond to the start" error message and SMTP virtual server does not start


View products that this article applies to.

Symptoms

If you use the Microsoft Internet Information Server Management Console, you may notice that the Simple Mail Transfer Protocol (SMTP) virtual server has not started. If you try to start the Internet Information Services (IIS) Manager, also called the Internet Services Manager (ISM), you receive the following error message after a delay:
The service did not respond to the start or control request in a timely fashion.
Additionally, in the ISM status column for the SMTP virtual server, you may receive the following status message:
The requested control is not valid for this service.
Note On a Microsoft Windows Server 2003-based computer that has IIS 6.0 installed, you may also receive the following error message:
The service has returned a service specific error code.

↑ Back to the top


Cause

The registry entries that are used by the SMTP virtual server may be missing or corrupted.

↑ Back to the top


Resolution

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows


To resolve this issue, replace the missing or corrupted registry entries. To do this, follow these steps.
  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. In Registry Editor, locate the following subkey in the registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\ClientProtocols
    Make sure that the following values appear:
       Name            Type          Data
       ----------------------------------------
       ncacn_http      REG_SZ        rpcrt4.dll
       ncacn_ip_tcp    REG_SZ        rpcrt4.dll
       ncacn_nb_tcp    REG_SZ        rpcrt4.dll
       ncacn_np        REG_SZ        rpcrt4.dll
       ncadg_ip_udp    REG_SZ        rpcrt4.dll
    					
  4. If any of the values that are listed in the table are missing from your registry, you must add them. To add a value, follow these steps:
    1. On the Edit menu, click New, and then click String Value.
    2. Type the name, and then press ENTER two times.
    3. In the Edit String dialog box, type rpcrt4.dll, and then click OK.
    4. Repeat steps a through c for each missing value.
  5. On the Registry menu, click Exit to quit Registry Editor.
  6. Restart your computer.

↑ Back to the top


More information

We strongly recommend that all users upgrade to IIS 6.0 installed on a Windows Server 2003-based computer. IIS 6.0 significantly helps increase Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB319133, kbprb, kberrmsg

↑ Back to the top

Article Info
Article ID : 319133
Revision : 9
Created on : 2/28/2007
Published on : 2/28/2007
Exists online : False
Views : 393