Microsoft.BizTalk.Server.2013.BAMRuntimeBAM Run-Time

Microsoft.BizTalk.Server.2013.BAMRuntime (ClassType)

This represents BAM run-time components installed on a computer.

Knowledge Base article:

Summary

BAM Runtime (MOT) is automatically configured when BizTalk Runtime is configured. BAM Runtime settings are changed for various reasons, for example, when you want to scale up your system or if you have a password expiration policy.

BAM Runtime configuration can be turned off on requirement and its health depends on the health of all the BAM databases: BAM Analysis database, BAM Alerts and BAM Archiving database.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9b81ae32-ec48-c86e-f42a-032a9c9aea77

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Server.2013.BAMRuntime:
BAMPrimaryImportDbName  string  BAM Primary Import Database Name Name of the BAM Primary Import database true 256  False 
BAMPrimaryImportDbServerName  string  BAM Primary Import Database Server Name Name of the BAM Primary Import database server true 256  False 
BAMArchivingDbName  string  BAM Archive Database Name Name of the BAM Archive database false 256  False 
BAMArchivingDbServerName  string  BAM Archive Database Server Name Name of the BAM Archive database server false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013.BAMRuntime" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="BAMPrimaryImportDbName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMPrimaryImportDbServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMArchivingDbName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BAMArchivingDbServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>