Proveedor de fax: reinicie el servicio de fax.

Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32050.32051.32109.EventCollection (Rule)

Reinicie el servicio de fax para que el proveedor de servicios de fax se inicialice correctamente.

Knowledge Base article:

Resumen

Reinicie el servicio de fax para que el proveedor de servicios de fax se inicialice correctamente.

Resoluciones

Se puede detener e iniciar el servicio de fax mediante los servicios del Administrador de servidores o de Administración de equipos, en la página de la función Servidor de fax del Administrador de servidores, o en el Administrador del servicio de fax.

Para reiniciar el servicio de fax mediante el Administrador del servicio de fax:

Element properties:

TargetMicrosoft.Windows.Server.2008.FaxServerRole
CategoryAlert
EnabledTrue
Event SourceMicrosoft Fax
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Proveedor de fax: reinicie el servicio de fax.
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32050.32051.32109.EventCollection" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.2008.FaxServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(32050|32051|32109)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Fax</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32050.32051.32109.EventCollection.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>