MSExchangeTransport 14004

 

Letztes Änderungsdatum des Themas: 2011-03-19

Dieser Artikel bietet eine Erläuterung und mögliche Lösungen für ein bestimmtes Exchange-Ereignis. Wenn Sie hier das Gesuchte nicht finden können, durchsuchen Sie die Exchange 2010-Hilfe.

Details

Product Name

Exchange

Product Version

14.0

Event ID

14004

Event Source

MSExchangeTransport

Category

Process

Symbolic Name

AppConfigLoadFailed

Message Text

The worker process has failed to load application configuration file: %1

Explanation

This Error event indicates the Microsoft Exchange Transport service couldn't load the EdgeTransport.exe.config application configuration file because of a file syntax error.

The EdgeTransport.exe.config file is an XML application configuration file that is located at C:\Program Files\Microsoft\Exchange Server\V14\Bin. EdgeTransport.exe.config is associated with the EdgeTransport.exe file. EdgeTransport.exe and MSExchangeTransport.exe are the executable files that are used by the Microsoft Exchange Transport service. This service runs on every Hub Transport server or Edge Transport server. Changes that are made to the EdgeTransport.exe.config file are applied after the Microsoft Exchange Transport service is restarted.

The following example shows the typical structure of the EdgeTransport.exe.config file:

<configuration>

<runtime>

<gcServer enabled="true" />

</runtime>

<appSettings>

<add key="Configuration Option" value="Value" />

</appSettings>

</configuration>

You can add new configuration options or modify existing configuration options in the <appSettings> section. The parameter names in the <add key=../> section are case sensitive.

If a specific parameter is missing, or if the EdgeTransport.exe.config file is missing, the default values for all available parameters are used when the Microsoft Exchange Transport service is started.

User Action

To resolve this error, follow these steps:

  1. Rename the existing EdgeTransport.exe.config file in the C:\Program Files\Microsoft\Exchange Server\V14\Bin directory to EdgeTransport.exe.bad.
  2. Make a copy of the EdgeTransport.exe.config.template file that also exists in the C:\Program Files\Microsoft\Exchange Server\V14\Bin directory. Name the copied file EdgeTransport.exe.config. The template file contains the default values for all parameters.
  3. Compare the values in the old EdgeTransport.exe.bad file to the new EdgeTransport.exe.config file. Verify that any customizations that you might have made to the values of any parameters in the <appSettings> section are incorporated into the new file.
  4. Restart the Microsoft Exchange Transport service.

For More Information

Wenn dies nicht bereits der Fall ist, sollten Sie die Exchange-Tools ausführen, die für die Analyse und Problembehandlung der Exchange-Umgebung erstellt wurden. Mit diesen Tools kann sichergestellt werden, dass Ihre Konfiguration die bewährten Methoden von Microsoft einhält. Sie tragen zudem zur Identifikation und zur Lösung von Leistungsproblemen bei, und können die Nachrichtenübermittlung verbessern. Sie können diese Tools über den Knoten Toolbox in der Exchange-Verwaltungskonsole ausführen. Weitere Informationen zu diesen Tools finden Sie unter Verwalten von Tools in der Toolbox.