Ermittlung des SSAS 2014-Ereignisprotokoll-Erfassungsziels

Microsoft.SQLServer.2014.AnalysisServices.Discovery.EventLogCollectionTarget (Discovery)

Diese Ermittlungsregel ermittelt ein Ereignisprotokoll-Sammlungsziel für Microsoft SQL Server 2012 Analysis Services. Dieses Objekt wird zum Erfassen von Modulfehlern aus dem Ereignisprotokoll von Computern mit SSAS 2014-Komponenten verwendet.

Knowledge Base article:

Zusammenfassung

Diese Ermittlungsregel ermittelt ein Ereignisprotokoll-Sammlungsziel für Microsoft SQL Server 2012 Analysis Services. Dieses Objekt wird zum Erfassen von Modulfehlern aus dem Ereignisprotokoll von Computern mit SSAS 2014-Komponenten verwendet.

Parameter, die außer Kraft gesetzt werden können

Name

Beschreibung

Standardwert

Aktiviert

Aktiviert oder deaktiviert den Workflow.

Ja

Häufigkeit in Sekunden

Das periodische Intervall in Sekunden, in dem der Workflow ausgeführt werden soll.

14400

Element properties:

TargetMicrosoft.SQLServer.2014.AnalysisServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2014.AnalysisServices.Discovery.EventLogCollectionTarget" Enabled="true" Target="Microsoft.SQLServer.2014.AnalysisServices.Seed" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2014.AnalysisServices.EventLogCollectionTarget"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>RealComputerName</AttributeName>
<Path>SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName\ComputerName</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.SQLServer.2014.AnalysisServices.EventLogCollectionTarget"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/RealComputerName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</Discovery>