MSSQL Reporting Services: Deployment Seed Discovery

Microsoft.SQLServer.ReportingServices.Windows.Discovery.DeploymentSeed (Discovery)

This rule discovers Deployment Seed of Microsoft SQL Server Reporting Services (Native Mode).

Knowledge Base article:

Summary

This rule discovers Deployment Seed of Microsoft SQL Server Reporting Services (Native Mode).

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

Time out for database connection (seconds)

The workflow will fail and register an event, if it cannot access the database during the specified period.

15

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

This rule discovers Deployment Seed of Microsoft SQL Server Reporting Services (Native Mode).

Element properties:

TargetMicrosoft.SQLServer.ReportingServices.Windows.Instance
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.ReportingServices.Windows.DataSource.DeploymentSeed Default

Source Code:

<Discovery ID="Microsoft.SQLServer.ReportingServices.Windows.Discovery.DeploymentSeed" Enabled="true" Target="Microsoft.SQLServer.ReportingServices.Windows.Instance" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="RsCore!Microsoft.SQLServer.ReportingServices.Core.DeploymentSeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.ReportingServices.Windows.DataSource.DeploymentSeed">
<MachineName>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/MachineName$</MachineName>
<InstanceName>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/InstanceName$</InstanceName>
<InstallationID>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/InstallationID$</InstallationID>
<DBConnectionString>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/DBConnectionString$</DBConnectionString>
<DBName>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/DBName$</DBName>
<TempDBName>$Target/Property[Type='RsCore!Microsoft.SQLServer.ReportingServices.Core.Instance']/TempDBName$</TempDBName>
<SqlTimeoutSeconds>15</SqlTimeoutSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<IntervalSeconds>14400</IntervalSeconds>
<DBServerFQDN/>
<SyncTime/>
</DataSource>
</Discovery>