This article intends to show how to see tracked data using the Admin Console, resulting from this forum question.
The BizTalk Server Administration Console provides a User Interface to the end user to view, analyze, and troubleshoot the tracked data. The Group Hub page that is categorized in six sections (if EDI is selected during installation and configuration) or else four sections depending upon the purpose and container of predefined queries.
Note: BizTalkDTADb Tracking database stores tracked data that has already been processed through the MessageBox database. SQL Agent job called DTA Purge and Archive (BizTalkDTADb) help in controlling the size of the database and to do so it performs the task of purging the BizTalkDTADb database. By default, this job runs every minute and purges all completed instances older than some user configured time.
If Group-level tracking is not enabled then no data will be tracked thus can't be checked.We are able to check the tracked data because of job called TrackedMessages_Copy_BizTalkMsgBoxDb which periodically copies message bodies from MessageBox to tracking database (BizTalkDTADb) and it is this job which makes message bodies available to WMI and tracking queries.
To check tracked service events, click on "Tracked service instances" on the group hub page. The result of this is the combination of all the service instances which were successful and terminated.
Figure 1. Completed service instances result.
Figure 2. Terminated service instances result.
The result has following information:
More details can be seen by right-clicking on any of the results which you want and then selecting from following options:
Figure 3. Other available options.
To check the tracked message events, click on "Tracked Message Events" in the group hub page. The combination of all the message events, which were successful and failed will be shown.
Figure 4.Tracked message events result.
To be able to see the failed message events, click on "Transmission failure events".
Figure 5. More available options.
It is possible to customize check with the help of the New Query tab, which has a GUI based Query Editor that supports building custom queries.
Figure 6. Drop-down list showing available options for Value column
Note: Although tracking is very useful, it should be used wisely as it contributes to increasing the size of the tracking database (BizTalkDTADb) which may have/has a performance impact.
Maheshkumar S Tiwari|User Page http://tech-findings.blogspot.com/
Read suggested related topic: