File Screen Driver Loaded

Microsoft.Windows.FileServices.Service.FSRM.DatascrnDriverLoaded (UnitMonitor)

This monitor checks to see if the File Server Resource manager (FSRM) data screen driver is running.

Knowledge Base article:

Summary

The File Server Resource Manager (FSRM) file screening minifilter driver (Datascrn) intercepts file system calls and enforces file screening policies by rejecting I/O requests that would cause an unauthorized file to be saved on a folder or volume that is being screened. File screen enforcement and management require that the FSRM file screen minifilter is loaded. If the FSRM file screen minifilter driver is not loaded, Windows cannot perform file screen enforcement and management tasks.

Causes

This issue is rare. It most commonly happens on a computer that is experiencing a heavy load and runs out of memory (RAM).

Resolutions

Load and start the driver

A member of the Administrators group should manually load the file screening minifilter driver and then start the driver. If these procedures do not work, the administrator should reboot the computer. To load the file screening minifilter driver (Datascrn) by using fltmc:

1. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

2. At the command prompt, type:

fltmc attach datascrn�[volume]:

Where volume is the drive letter of the volume. For example:

fltmc attach datascrn c:

To start the file screening minifilter driver (Datascrn):

1. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

2. At the command prompt, type:

net start datascrn

Verification

To verify that the file screening minifilter driver (Datascrn) is attached and running, review the output of the net start command.

Element properties:

TargetMicrosoft.Windows.FileServices.Service.FSRM.10.0
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
File Screen Driver Stopped
The file screen driver on computer {0} is not running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.FileServices.Service.FSRM.DatascrnDriverLoaded" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServices.Service.FSRM.10.0" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.FileServices.Service.FSRM.DatascrnDriverLoaded.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>datascrn</ServiceName>
<CheckStartupType>False</CheckStartupType>
</Configuration>
</UnitMonitor>