ESB management Console is uesd for Exception handling and tracking of failure message in BizTalk. Those exception details will be shown on ESB Management Console. for more details ESB management console click here.

We can also track and log the exception details in BAM portal also. Exception details of application and itinerary details can be show on BAM portal.

To set up ESB on BAM portal, run the following command in command prompt:
Navigate to C:\Program Files (x86)\Microsoft BizTalk Server 2016\Tracking
- Run Bm.exe deploy-all -DefinitionFile:”C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\Bam\Microsoft.BizTalk.ESB.BAM.Itinerary.xml“
- Run Bm.exe deploy-all -DefinitionFile:”C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit\Bam\Microsoft.BizTalk.ESB.BAM.Exceptions.xml“
Open SQL Management studio and connect to server having BAM Star Schema database and run the following command:
use BAMStarSchema
EXEC sp_addrolemember ‘db_owner’, ‘NT AUTHORITY\SYSTEM’

One response to “ESB with BAM”
[…] 4. ESB with BAM – BizTalk World […]
LikeLike