Active Directory Error

Microsoft.ApplicationVirtualization.5.Server.MP.ADError (UnitMonitor)

There was an Active Directory error. Please ensure the server is connected to the domain and that Active Directory is available.

Knowledge Base article:

Summary

An Active Directory error occurred.

Configuration

This monitor will generate an alert when Event 211 is logged to Microsoft-AppV-Server-Management/Admin. The alert will then resolve automatically after 60 seconds.

Causes

App-V Management Admin AD Group may have not been created

Active Directory Server may not be available

Management Server is not connected to the domain

DNS is not installed or configured correctly

Resolutions

Create the App-V Management Admin AD Group

Check Active Directory Server for configuration and other errors

Verify Management Server is connected to the domain and DNS is installed and configured correctly

Reinstall and configure Management Server

Additional

There is no method to create the App-V Management Admin AD Group using the management console after you have completed the installation

External

For more information on deploying App-V 5.0 Server refer to http://go.microsoft.com/fwlink/?LinkId=277076

For more information about setting up AD accounts and groups refer to Security Considerations

http://go.microsoft.com/fwlink/?LinkId=277077

Element properties:

TargetMicrosoft.ApplicationVirtualization.5.Server.MP.ManagementService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Active Directory Error
There was an Active Directory error. Please ensure the server is connected to the domain and Active Directory is available.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ApplicationVirtualization.5.Server.MP.ADError" Accessibility="Public" Enabled="true" Target="Microsoft.ApplicationVirtualization.5.Server.MP.ManagementService" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ApplicationVirtualization.5.Server.MP.ADError_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Microsoft-AppV-Server-Management/Admin</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">211</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-AppV-Server-Management</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>60</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>