BizTalk Host Discovery

Microsoft.BizTalk.Library.Host.Discovery (Discovery)

This is the discovery of the BizTalk Host.

Knowledge Base article:

Summary

This is the discovery of the BizTalk Host.

Element properties:

TargetMicrosoft.BizTalk.2006.BizTalkServer.ServerRole
EnabledTrue
Frequency18000
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
Microsoft.BizTalk.Library.Host.DataSource DataSource Microsoft.BizTalk.Library.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.BizTalk.Library.Host.Discovery" Target="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole" Enabled="true" ConfirmDelivery="false" Priority="Normal" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="BZLib!Microsoft.BizTalk.Library.Host">
<Property PropertyID="Name"/>
<Property PropertyID="MgmtDbServerOverride"/>
<Property PropertyID="MgmtDbNameOverride"/>
<Property PropertyID="HostName"/>
<Property PropertyID="HostType"/>
<Property PropertyID="NTGroupName"/>
<Property PropertyID="RunningServer"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLocalApplication"/>
</DiscoveryTypes>
<DataSource ID="Microsoft.BizTalk.Library.Host.DataSource" TypeID="BZLib!Microsoft.BizTalk.Library.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Property[Type="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole"]/ComputerName$\ROOT\MicrosoftBizTalkServer</NameSpace>
<Query>SELECT * FROM MSBTS_HostSetting</Query>
<Frequency>18000</Frequency>
<ClassId>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/Name$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/MgmtDbServerOverride$</Name>
<Value>$Data/Property[@Name='MgmtDbServerOverride']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/MgmtDbNameOverride$</Name>
<Value>$Data/Property[@Name='MgmtDbNameOverride']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/HostName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/HostType$</Name>
<Value>$Data/Property[@Name='HostType']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/NTGroupName$</Name>
<Value>$Data/Property[@Name='NTGroupName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="BZLib!Microsoft.BizTalk.Library.Host"]/RunningServer$</Name>
<Value>$Target/Property[Type="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole"]/ComputerName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="BZLib!Microsoft.BizTalk.2006.BizTalkServer.ServerRole"]/ComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>