Fax Device: Configure a Fax Device

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

Fax Service failed to initialize any assigned fax devices. No faxes can be sent or received until a fax device is installed.

Knowledge Base article:

Summary

After you install the Fax Server role, fax devices are enabled by default for sending but not for receiving. You must specifically enable fax devices to receive. You can use Fax Service Manager to configure the device settings, including device description and transmission settings, and to monitor the status of devices. For a list of device settings and their possible values, see the technical reference content at http://go.microsoft.com/fwlink/?LinkId=91072.

Resolutions

The Fax service uses a fax device to send and receive faxes. You must configure at least one fax device before you can send and receive faxes. Windows recognizes any newly installed Plug and Play fax devices during service startup. Once a device is installed, restart the Fax service and refresh the display using the section named "Refresh Fax Service Manager." Once the new device appears in Fax Service Manager, use the sections named "Enable a fax device to send" or "Enable a fax device to receive" to configure the fax device.

Refresh Fax Service Manager

Fax Service Manager must be refreshed so that the new fax device appears. To refresh Fax Service Manager, you must restart the Fax service and then refresh the view.

To refresh the display:

Enable a Fax Device to Send

Fax devices are enabled by default to send, but, if needed, you can enable them manually to send.

To enable a fax device to send:

Enable a Fax Device to Receive

You must specifically enable a fax device to receive—it is not enabled by default.

To enable a fax device to receive:

Element properties:

TargetMicrosoft.Windows.Server.2008.FaxServerRole
CategoryAlert
EnabledTrue
Event_ID32026
Event SourceMicrosoft Fax
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Fax Device: Configure a Fax Device
{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>