SharePoint timer job Real-time Service Connectivity

Microsoft.Dynamics.Retail.AX2012.R2.FP.Monitoring.Monitor.SharePointTimerJobRealtimeServiceConnectivity (DependencyMonitor)

Monitors whether SharePoint timer job can connect to the Real-time Service.

Knowledge Base article:

Summary

This monitor rolls up health from SharePoint Server Real-time Service Connectivity monitor instances that detect connectivity issues with Real-time Service. Navigate through the Health Explorer Unit Monitors that have the warning or critical state to see the state change information and specific knowledge to help troubleshoot problems.

Element properties:

TargetMicrosoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJob
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
Source MonitorMicrosoft.Dynamics.Retail.AX2012.R2.FP.Monitoring.Monitor.SharePointServerRealtimeServiceConnectivity
RelationshipMicrosoft.Dynamics.Retail.AX2012.R2.FP.Base.RelationShip.SharePointTimerJobToServer
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableFalse
AccessibilityPublic
Alert Message
SharePoint timer job Real-time Service Connectivity
The Retail Publishing Job in SharePoint failed to connect to Real-time Service.

Catalog publishing will fail and the Publishing status of the online store will remain "In Progress".

Additional event information for this disruption:

Time first: {0}
Time last: {1}

Count: {2}

Event description: {3}

Source Code:

<DependencyMonitor ID="Microsoft.Dynamics.Retail.AX2012.R2.FP.Monitoring.Monitor.SharePointTimerJobRealtimeServiceConnectivity" Accessibility="Public" Enabled="true" Target="Base!Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.Class.SharePointTimerJob" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="false" Priority="Normal" RelationshipType="Base!Microsoft.Dynamics.Retail.AX2012.R2.FP.Base.RelationShip.SharePointTimerJobToServer" MemberMonitor="Microsoft.Dynamics.Retail.AX2012.R2.FP.Monitoring.Monitor.SharePointServerRealtimeServiceConnectivity">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Dynamics.Retail.AX2012.R2.FP.Monitoring.Monitor.SharePointTimerJobRealtimeServiceConnectivity_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/TimeFirst$</AlertParameter1>
<AlertParameter2>$Data/Context/TimeLast$</AlertParameter2>
<AlertParameter3>$Data/Context/Count$</AlertParameter3>
<AlertParameter4>$Data/Context/Context/DataItem/EventDescription$</AlertParameter4>
</AlertParameters>
</AlertSettings>
<Algorithm>BestOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>