MECM Migration Job Monitor

MECM.MigrationJobFailure.AlertState.Monitor (UnitMonitor)

This monitor forwards the Configuration Manager migration job alert to the Operations Manager console.

Knowledge Base article:

Summary

This monitor checks the status of a migration job. Migration job is used to migrate Configuration Manager objects from the source site to the destination site. There are many potential causes for failure in migration jobs.

For more details, check log file: <InstallationPath>\Logs\migmctrl.log

Causes

Element properties:

TargetMECM.AlertMigrationJobFailure
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMECM.AlertState.MT
RemotableTrue
AccessibilityPublic
Alert Message
MECM Migration job failure alert
Migration job failed. Check the Configuration Manager console for details.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.MigrationJobFailure.AlertState.Monitor" Accessibility="Public" Enabled="false" Target="MECM.AlertMigrationJobFailure" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="MECM.AlertState.MT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="MECM.MigrationJobFailure.AlertState.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdd88a19e976394db8a7c97644db33494f" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId50ba95e93c954e3d9da73b14cbf27647" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId3d1020366cab4f87b0e632b29a868ac4" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TypeId>$Target/Property[Type="MECM.AlertBaseClass"]/TypeId$</TypeId>
<TypeInstanceId>$Target/Property[Type="MECM.AlertBaseClass"]/TypeInstanceId$</TypeInstanceId>
<IntervalSeconds>900</IntervalSeconds>
<ProviderLocation>$Target/Host/Property[Type="MECM.SiteServer"]/ProviderLocation$</ProviderLocation>
<SiteCode>$Target/Host/Property[Type="MECM.Server"]/SiteCode$</SiteCode>
</Configuration>
</UnitMonitor>