SMB server failed to set CA property on a file share - no Resume Key Filter

Microsoft.Windows.FileServices.Service.SMB.10.0.SetCAFailureNoRKF (Rule)

SMB server failed to set Continuously Available (CA) property on a file share.

Knowledge Base article:

Summary

The SMB server failed to set the continuous availability property on a new or existing file share.

Causes

This error can occur if the administrator or application is attempting to set the continuous availability property on a share that is on a cluster disk, but the resume key filter is not attached to the disk.

Resolutions

Inspect the ResumeKeyFilter event log to determine why the Resume Key filter did not attach to the cluster disk.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.SMB.10.0.Clustered
CategoryAvailabilityHealth
EnabledTrue
Event_ID1801
Event SourceMicrosoft-Windows-SMBServer
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
SMB server failed to set CA property on a file share alert - no Resume Key Filter
SMB server failed to set Continuously Available (CA) property on a file share.
Event LogMicrosoft-Windows-SMBServer/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.10.0.SetCAFailureNoRKF" Target="Microsoft.Windows.FileServices.Service.SMB.10.0.Clustered" 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-SMBServer/Operational</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-SMBServer</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1801</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.10.0.SetCAFailureNoRKF.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>