HTML Load Balancing Service could not be configured as a remotable object

HTML_Load_Balancing_Service_could_not_be_configured_as_a_remotable_object (Rule)

Knowledge Base article:

Summary

HTML Load Balancing Service could not be configured as a remotable object – an object that can be accessed outside its application domain or context. The event text provides the name of the configuration file.

Causes

There is a problem with a configuration file.

Resolutions

Do the following:

Make the required changes to the configuration file as indicated in the event text. The configuration file has the same file name as the executable file that generated it, but with a file name extension of .config. The .config file is located in the same folder as the .exe file.

Element properties:

TargetMicrosoft.Windows.SharePointServices.2003.Service
CategoryEventCollection
EnabledTrue
Event SourceMicrosoft.Office.HtmlTrans.LoadBalancer
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
HTML Load Balancing Service could not be configured as a remotable object
{0}
Event LogApplication
CommentMom2005ID='{845BE2D7-B4E6-448E-9E34-0B7860FFDF69}'

Member Modules:

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

Source Code:

<Rule ID="HTML_Load_Balancing_Service_could_not_be_configured_as_a_remotable_object" Target="Microsoft.Windows.SharePointServices.2003.Service" Comment="Mom2005ID='{845BE2D7-B4E6-448E-9E34-0B7860FFDF69}'" Enabled="onStandardMonitoring" Remotable="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DataSource" 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>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft.Office.HtmlTrans.LoadBalancer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDescription</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>Load Balancing Service could not be configured as a remotable object</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="HTML_Load_Balancing_Service_could_not_be_configured_as_a_remotable_object.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>