訊息佇列路由伺服器正以工作群組模式執行。

Microsoft.MSMQ.6.3.Rule.Alert.Event2169 (Rule)

Knowledge Base article:

摘要

本機電腦即訊息佇列路由伺服器,先前屬於特定網域,目前則以工作群組模式執行。其他訊息佇列用戶端仍會將此電腦視為路由伺服器,且會嘗試透過此電腦路由傳送訊息

原因

過期的電腦物件可能會導致 MSMQ 服務無法正確運作。刪除過期的電腦物件也許可以解決此問題。不過,刪除 Active Directory 網域服務 (AD DS) 中的電腦物件可能會導致用戶端電腦出現問題。刪除電腦物件之前,請確定在用戶端電腦中執行的服務不會受到影響。在此情況下,刪除訊息佇列 Active Directory 物件也會一併刪除該電腦中的公用佇列。

此錯誤可能是由下列其中一項狀況所造成:

解決方式

過期的電腦物件

若要執行這些程序,您必須具備 Administrators 的成員資格,或者必須已被委派適當的權限。

刪除過期的電腦物件:

目錄服務整合功能中的設定錯誤。

若要確認是否有目錄服務整合功能,請執行下列動作:

若要執行這些程序,您必須具備 Administrators 的成員資格,或者必須已被委派適當的權限。

注意: 不正確地編輯登錄可能會對系統造成嚴重損害。在變更登錄前,您應先備份所有重要的資料。

驗證登錄機碼設定

驗證登錄機碼設定:

驗證電腦是否已加入正確的網域

驗證電腦是否已加入正確的網域:

驗證 Active Directory 作業

驗證是否已於訊息佇列中啟用公用佇列功能,即可確認 Active Directory 是否正確運作。

確認公用佇列功能已啟用:

其他

如需詳細資訊,請參閱事件識別碼 2169 ( http://technet.microsoft.com/en-us/library/dd337420(WS.10).aspx)

Element properties:

TargetMicrosoft.MSMQ.6.3.Servers
CategoryConfigurationHealth
EnabledFalse
Event_ID2169
Event Source$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
訊息佇列路由伺服器正以工作群組模式執行。
{0}
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="Microsoft.MSMQ.6.3.Rule.Alert.Event2169" Enabled="false" Target="Microsoft.MSMQ.6.3.Servers" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>ConfigurationHealth</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>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.MSMQ.6.3.ServerRole"]/ServiceName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>2169</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.MSMQ.6.3.Rule.Alert.Event2169.AlertName"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>