Servicio de búsqueda de texto completo de SQL Server

Microsoft.SQLServer.2012.DBEngine.FullTextSearchServiceMonitor (UnitMonitor)

Este monitor comprueba el estado del servicio de búsqueda de texto completo de SQL.

Knowledge Base article:

Resumen

Este monitor comprueba el estado del servicio de búsqueda de texto completo de SQL y genera una alerta cuando el servicio se establece para iniciarse automáticamente y no se está ejecutando.

Tenga en cuenta que no se generará ninguna alerta si el servicio está deshabilitado o configurado para iniciarse manualmente y que se mostrará un estado adecuado.

Causas

Un servicio se puede detener por diversos motivos, entre los que se incluyen:

Soluciones

Puede intentar reiniciar el servicio en un entorno no clúster mediante el siguiente vínculo:

Iniciar servicio de búsqueda de texto completo de SQL Server

Puede ver otras alertas para esta instancia de SQL Server que pueden estar relacionadas con este problema mediante el siguiente vínculo:

Ver alertas de SQL Server

Element properties:

TargetMicrosoft.SQLServer.2012.DBEngine
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio de búsqueda de texto completo de SQL Server detenido
El servicio de Windows para el servicio de búsqueda de texto completo de SQL "{0}" se ha detenido en el equipo "{1}".
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2012.DBEngine.FullTextSearchServiceMonitor" Accessibility="Public" Enabled="false" Target="SQL2012Core!Microsoft.SQLServer.2012.DBEngine" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2012.DBEngine.FullTextSearchServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/FullTextSearchServiceName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/FullTextSearchServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>