SSAS: Seed Discovery

Microsoft.SQLServer.AnalysisServices.Windows.Discovery.Seed (Discovery)

The rule discovers a seed for Analysis Services installation. This object indicates that the particular server computer contains Microsoft SQL Server Analysis Services installation.

Knowledge Base article:

Summary

The rule discovers a seed for Microsoft SQL Server Analysis Services installation. This object indicates that the particular server computer contains Microsoft SQL Server Analysis Services installation.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Interval (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.AnalysisServices.Windows.DataSource.SeedDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.AnalysisServices.Windows.Discovery.Seed" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" Priority="Normal" ConfirmDelivery="false" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.AnalysisServices.Windows.LocalSeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.AnalysisServices.Windows.DataSource.SeedDiscovery">
<PrincipalName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<Frequency>14400</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
</DataSource>
</Discovery>