BAM Run-Time Components Discovery

Microsoft.BizTalk.Server.2013R2.BAMAnalysis.Discovery (Discovery)

Discovers BAM analysis and BAM alert components, if configured on computers where BAM run time is discovered.

Knowledge Base article:

Summary

This discovers BAM analysis and BAM alert components, if configured on computers where BAM run-time is discovered.

Element properties:

TargetMicrosoft.BizTalk.Server.2013R2.BAMRuntime
EnabledTrue
Frequency43200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Server.2013R2.BAMAnalysis.DataSource DataSource Microsoft.BizTalk.Server.2013R2.BAMAnalysisDiscovery Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Server.2013R2.BAMAnalysis.Discovery" Enabled="true" Target="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMRuntime" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMAnalysis">
<Property PropertyID="BAMAnalysisDbName"/>
<Property PropertyID="BAMAnalysisDbServerName"/>
<Property PropertyID="BAMStarSchemaDbName"/>
<Property PropertyID="BAMStarSchemaDbServerName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMAlerts">
<Property PropertyID="BAMAlertsServiceName"/>
<Property PropertyID="BAMAlertsServerName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMRuntimeHostsBAMAnalysis"/>
<DiscoveryRelationship TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMRuntimeHostsBAMAlerts"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Server.2013R2.BAMAnalysis.DataSource" TypeID="BTSLib!Microsoft.BizTalk.Server.2013R2.BAMAnalysisDiscovery">
<IntervalSeconds>43200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>