A Microsoft Distributed Transaction Coordinator szolgáltatás leállítási állapotfigyelője

Microsoft.MSDTC.10.0.MicrosoftDistributedTransactionCoordinatorServiceStoppage.Application.StopMSDTC (UnitMonitor)

>A Microsoft Distributed Transaction Coordinator szolgáltatás leállítási állapotfigyelője

Knowledge Base article:

Összefoglalás

A Microsoft Distributed Transaction Coordinator szolgáltatás leállítása

A Microsoft Distributed Transaction Coordinator (MSDTC) szolgáltatás tranzakciók koordinálását végzi (a folyamat során fellépő esetleges hibáktól függetlenül) úgy, hogy a feladatok véglegesítése egyetlen tranzakcióként történjen még akkor is, ha a feladatok több számítógépen működő több erőforrás-kezelőt foglalnak magukban.

Az MSDTC a Windows egyik szolgáltatása. Alapértelmezés szerint manuális szolgáltatásként (nem pedig automatikusként) van beállítva. Ugyanakkor a szolgáltatást a legtöbb alkalmazás az igényektől függően indítja el. A rendszergazda szükség esetén a Szolgáltatások felügyeleti eszközzel is elindíthatja, illetve leállíthatja a szolgáltatást.

Okok

Le kell állítani az MSDTC szolgáltatást egy problémájának megoldása érdekében.

Megoldások

Az MSDTC leállítása

A szolgáltatás leállítása esetleg megoldhatja a Microsoft Distributed Transaction Coordinator (MSDTC) szolgáltatás problémáját.

Rendszergazdák

Az MSDTC leállítása:

Element properties:

TargetMicrosoft.MSDTC.10.0.Servers
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
A Microsoft Distributed Transaction Coordinator szolgáltatás leállítási riasztása
A Microsoft Distributed Transaction Coordinator szolgáltatás leállítási riasztása
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.MSDTC.10.0.MicrosoftDistributedTransactionCoordinatorServiceStoppage.Application.StopMSDTC" Accessibility="Public" Enabled="true" Target="Microsoft.MSDTC.10.0.Servers" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.MSDTC.10.0.MicrosoftDistributedTransactionCoordinatorServiceStoppage.Application.StopMSDTC.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="FirstEventRaised" HealthState="Success"/>
<OperationalState ID="Negative" MonitorTypeStateID="SecondEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Application</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-MSDTC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>4111</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Application</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-MSDTC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>4157</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>