Microsoft.Windows.FileServices.Service.SMB.6.3.FssAgentErrorCommitTimeout (Rule)

Knowledge Base article:

Podsumowanie

Usłudze FileServerVssAgent nie udało się ukończyć zatwierdzania kopii w tle przez 60 sekund.

Przyczyny

Usługa FileServerVssAgent musi zakończyć zatwierdzanie w ciągu 60 sekund, aby błędu zablokowania usługi VSS przez 60 sekund na kliencie. Gdy czas przekroczy 60 sekund, usługa FileServerVssAgent zarejestruje ten błąd w dzienniku zdarzeń i przekaże do klienta błąd przekroczenia limitu czasu. Po odebraniu tego błędu klient przerwie tworzenie kopii w tle.

Rozwiązania

Sprawdź dziennik zdarzeń usługi VSS i jej dostawców sprzętowych innych firm. Spróbuj ponownie wykonać operację i upewnij się, czy zatwierdzanie zostanie ukończone przed upływem 60 sekund.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.6.3.FssAgentEnabled
CategoryAvailabilityHealth
EnabledTrue
Event_ID1006
Event SourceMicrosoft-Windows-FileShareShadowCopyAgent
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Usłudze FileServerVssAgent nie udało się zatwierdzić kopii w tle przez 60 sekund
Usłudze FileServerVssAgent nie udało się zatwierdzić kopii w tle przez 60 sekund.
Event LogMicrosoft-Windows-FileShareShadowCopyAgent/Operational

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.FileServices.Service.SMB.6.3.FssAgentErrorCommitTimeout" Target="Microsoft.Windows.FileServices.Service.SMB.6.3.FssAgentEnabled" Remotable="true" Enabled="true">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-Windows-FileShareShadowCopyAgent/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-FileShareShadowCopyAgent</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1006</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.FileServices.Service.SMB.6.3.FssAgentErrorCommitTimeout.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>