설치된 MSI 버전이 올바르지 않습니다.

Microsoft.SystemCenter.AgentManager.MSIVersionIncorrect.Monitor (UnitMonitor)

원격 컴퓨터의 MSI 버전이 올바르지 않음을 감지했을 때를 모니터링합니다.

Knowledge Base article:

요약

대상 컴퓨터가 에이전트 설치에 필요한 최소 MSI 버전을 만족하지 않습니다.

원인

대상 컴퓨터에 최소 MSI 버전(3.1v2)이 설치되어 있지 않습니다.

해결 방법

최신 버전의 MSI를 설치합니다.

Windows Installer 3.1 재배포 가능(v2)

에이전트 설치 문제 해결에 대한 자세한 내용은 Troubleshooting Issues When You Use the Discovery Wizard to Install an Agent(검색 마법사를 사용한 에이전트 설치 시의 문제 해결)(http://go.microsoft.com/fwlink/?LinkId=181932)를 참조하세요.

Element properties:

TargetMicrosoft.SystemCenter.AgentManager
Parent MonitorMicrosoft.SystemCenter.AgentManager.ConfigHealthRollup
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.AgentManager.AgentManagerFailureMonitor
RemotableTrue
AccessibilityPublic
Alert Message
에이전트 강제 설치/복구 실패 - 설치된 MSI 버전이 올바르지 않습니다.
에이전트 "강제" 설치 또는 복구가 시도되었으며 실패했습니다. 작업이 관리 서버 {1}에서 컴퓨터 {0}에 대해 실행되었습니다.

추가 정보: 작업 시작 시간: {3} UTC 작업 종료 시간: {4} UTC

전체 이벤트 설명: {5}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AgentManager.MSIVersionIncorrect.Monitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentManager" ParentMonitorID="Microsoft.SystemCenter.AgentManager.ConfigHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.AgentManager.AgentManagerFailureMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.AgentManager.MSIVersionIncorrect.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/TargetDevicePrincipalName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/ManagementServerName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/PendingStateType$</AlertParameter3>
<AlertParameter4>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</AlertParameter4>
<AlertParameter5>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</AlertParameter5>
<AlertParameter6>$Data/Context/Property[@Name="Message"]$</AlertParameter6>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentManagerFailure" MonitorTypeStateID="AgentInstallationFailure" HealthState="Error"/>
<OperationalState ID="AgentManagerSuccess" MonitorTypeStateID="AgentInstallationSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<EventId>10626</EventId>
<TaskStartTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</TaskStartTime>
<TaskEndTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</TaskEndTime>
</Configuration>
</UnitMonitor>