Troubleshooting in BAM Runtime (MOT) Configuration
Q1. When is BAM Runtime (MOT) configured?
A1. BAM Runtime (MOT) is automatically configured when BizTalk Runtime is configured.
Q2. How do I turn off BAM Runtime (MOT) Configuration?
A2. In <INSTALL DIRECTORY>\ConfigMain.xml, delete the following:
…
<Feature MSIFeatureName="MOT, BusActSvcs,BAMPortal,AdminTools,Development,BizTalkExplorer,HwsWebService" Name="WMI" ProductCode="{FFF25E7A-A7F7-4b10-9B70-042A6734D806}" ConfigObjProgID="MSEBiz.BtsCfg" DependentFeatures="Engine,BTSCfg;EDI;HwsRuntime;HwsWebService;BAMTools;BAMPortal;BusActSvcsTPM" SubscribedFeatures="BAMTools;BAMPortal;HwsRuntime;HwsWebService;EDI;RulesEngine">
…
<Feature MSIFeatureName="Engine" Name="Engine,BTSCfg" ProductCode="{FFF25E7A-A7F7-4b10-9B70-042A6734D806}" ConfigObjProgID="MSEBiz.BtsCfg" DependentFeatures="" AdditionalFeatures="HwsBaseAssemblies;MOT; Engine">
…
<Feature Name="MOT" ProductCode="{FFF25E7A-A7F7-4b10-9B70-042A6734D806}" ConfigObjProgID="MSEBiz.BAMConfigWizExt" DependentFeatures="">
</Feature>
…
Then, re-start configuration.
Comments
- Anonymous
March 06, 2006
I've posted one new article on BAM Configuration troubleshooting:
BAM Runtime (MOT):&nbsp; http://blogs.msdn.com/kkuo/articles/544910.asp... - Anonymous
January 24, 2011
Thank you, i had this issue and your post was what i needed to resolve it