Поделиться через


MSExchangeTransport 5500

 

Последнее изменение раздела: 2011-03-19

В этой статье приводится объяснение и возможные варианты устранения неполадок, связанных с определенными событиями Exchange. Если вам не удалось найти ответ на свой вопрос, используйте поиск по Справке Exchange 2010.

Details

Product Name

Exchange

Product Version

14.0

Event ID

5500

Event Source

MSExchangeTransport

Category

Logging

Symbolic Name

PipelineTracingActive

Message Text

Transport pipeline tracing is active. This may degrade system performance.

Explanation

This Warning event indicates that transport pipelining is enabled on a server that has Microsoft Exchange Server 2010 installed. Pipeline tracing is a diagnostic feature that enables you to capture diagnostic information about e-mail messages as they encounter transport and routing agents that are registered on Simple Mail Transfer Protocol (SMTP) events in the transport pipeline.

Pipeline tracing produces significant diagnostic logging and can affect the performance of the Exchange server. If enabled for a long time, pipeline tracing can potentially use a significant amount of disk space. Therefore, pipeline tracing should only be enabled for short periods of time to diagnose or investigate immediate and specific transport agent or routing agent problems.

The diagnostic logging that is produced by pipeline tracing includes all the contents of the message as it is passed through the transport agents and routing agents. Therefore, it's recommended that the pipeline tracing output directory be secured so that only authorized people can access the directory.

User Action

No user action is required for this warning if pipeline tracing has been enabled to troubleshoot or investigate an immediate and specific transport agent or routing agent problem. However, remember that pipeline tracing should be left enabled only long enough to gather enough information to help you investigate a current problem. Consider doing one of the following:

  • If you no longer need pipeline tracing enabled, disable it by running the following command on the Exchange server on which this warning was generated:

    Set-TransportServer <Identity> -PipelineTracingEnabled $False

    In this command, replace <Identity> with the name of the Hub Transport server on which you want to disable pipeline tracing. For example:

    Set-TransportServer Hub01 -PipelineTracingEnabled $False

  • If pipeline tracing has consumed a significant amount of disk space, you can safely move all the log files that are located in the pipeline tracing log directory to another location. You can determine the location of the pipeline tracing log directory by running the following command:

    Get-TransportServer <Identity> | Format-List PipelineTracingPath

    In this command, replace <Identity> with the name of the Hub Transport server on which you want to view the location of the pipeline tracing log directory location. For example:

    Get-TransportServer Hub01 | Format-List PipelineTracingPath

  • If pipeline tracing should be enabled, monitor available disk space closely to make sure pipeline tracing doesn't consume available disk space. Also, verify that only authorized people can access the pipeline tracing log directory.

For more information about pipeline tracing, see the following topics:

For More Information

Если вы еще не сделали этого, используйте средства Exchange, созданные специально для анализа и устранения неполадок в среде Exchange. Они позволят проверить, соответствует ли конфигурация организации рекомендациям корпорации Майкрософт. Они также помогут найти и устранить проблемы с производительностью и улучшить организацию потока обработки почты. Чтобы запустить эти средства, перейдите на узел Инструменты в консоли управления Exchange. Дополнительные сведения об этих инструментах см. в разделе Управление средствами в меню «Инструменты».