BizTalk 2016: Additional post install changes in multi-server environment

To provide high availability for BizTalk databases, Microsoft recommends BizTalk databases be created in the following way:

S.NoSQL InstanceBizTalk Databases
1AUTHENTICATIONSSODB
2RUNTIMEBizTalkMsgBoxDb
BizTalkRulesEngineDb
BAMPrimaryImport
BAMStarSchema
BAMAlertsApplication
3MGMTBizTalkMgmtDb
4TRACKINGBizTalkDTADb
EsbItineraryDb
EsbExceptionDb
5REPORTINGCustom DBs



In addition to the BizTalk Server 2016 & SQL 2016 installation pre-requisites, the following changes are required on BizTalk 2016 App & DB servers:

1. The Windows Firewall has been turned off on all servers. These changes have been applied to Domain, Public & Private profiles.

2. The COM+ Network access has been enabled in Windows Firewall to allow communication between the App & DB Servers.

3. The registry entry for RemoteAccessEnabled at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 was modified to ‘1’.

4. The CID values on all four servers were the same, this is a case when the servers are cloned. This was deterring the BizTalk Group to be configured. The MSDTC had to be uninstalled & installed again on BizTalk App servers to have a different set of CID.

     BizTalk DB Servers
BizTalk App Server


After these changes, BizTalk was successfully configured on both App Servers. 

Leave a Reply

Your email address will not be published.