传真设备:配置传真设备

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

传真服务未能初始化任何指定的传真设备。安装传真设备之前,无法发送或接收任何传真。

Knowledge Base article:

摘要

安装传真服务器角色之后,将默认启用传真设备以用于发送,但不用于接收。必须专门启用传真设备以进行接收。可以使用传真服务管理器来配置设备设置(包括设备描述和传输设置)和监视设备状态。有关设备设置及其可能值的列表,请参阅 http://go.microsoft.com/fwlink/?LinkId=91072 上的技术参考内容。

解决方法

传真服务使用传真设备来发送和接收传真。必须至少配置一台设备才可以发送和接收传真。Windows 可以在启动服务期间识别任何最新安装的即插即用的传真设备。安装设备之后,重新启动传真服务,并通过“刷新传真服务管理器”部分刷新显示。在传真服务管理器中出现新的设备后,使用“启用传真设备以进行发送”部分或“启用传真设备以进行接收”部分来配置传真设备。

刷新传真服务管理器

传真服务管理器必须经过刷新之后才会显示新的传真设备。若要刷新传真服务管理器,必须重新启动传真服务并刷新视图。

若要刷新显示,请执行以下操作:

启用传真设备以进行发送

默认情况下将会启用传真设备以进行发送,但可以根据需要手动启动它们以进行发送。

若要启用传真设备以进行发送,请执行以下操作:

启用传真设备以进行接收

必须专门启用传真设备以进行接收,因为在默认情况下不启用接收功能。

若要启动传真设备以进行接收,请执行以下操作:

Element properties:

TargetMicrosoft.Windows.Server.2008.FaxServerRole
CategoryAlert
EnabledTrue
Event_ID32026
Event SourceMicrosoft Fax
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
传真设备:配置传真设备
{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.32026.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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">32026</Value>
</ValueExpression>
</SimpleExpression>
</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>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32026.EventCollection.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>