Click to Rate and Give Feedback
TechNet
TechNet Library
BizTalk Server
Operations
 How to Turn Off Global Tracking

  Switch on low bandwidth view
Collapse All/Expand All Collapse All
How to Turn Off Global Tracking

By default, global tracking is enabled when you install BizTalk Server 2006. The BizTalk Tracking (BizTalkDTADb) database grows in size as BizTalk Server processes data on your system. If the size of the BizTalk Tracking database causes poor disk performance, you can purge the data from the Tracking database. If you are having performance issues that are momentarily addressed by purging the BizTalk tracking database, and you want to configure BizTalk to no longer collect tracking information, you may want to consider turning off global tracking.

It is important to understand that turning off global tracking disables the tracking interceptors for the entire BizTalk Server group. This means that BizTalk will not track events in its tracking tables. Alternatively, you can use Health and Activity Tracking (HAT) to turn off tracking for individual events.

Bb203858.note(en-us,BTS.20).gifNote
If you are using Business Activity Monitoring (BAM), you should maintain a dedicated tracking host, even if you disable global tracking. This is because BAM events use the Tracking Data Decode Service (TDDS).

You must be logged on with an account that is a member of the SQL Server sysadmin fixed server role to perform this procedure.

  1. On the SQL server that hosts the BizTalk Tracking (BizTalkDTADb) database, click Start, click Programs, click Microsoft SQL Server 2005, and then click SQL Server Management Studio.

  2. In the Connect to Server dialog box, verify the server name and authentication, and then click Connect.

  3. In Microsoft SQL Server Management Studio, in Object Explorer, expand <computer name>, expand Databases, expand BizTalkMgmtDb, expand Tables, right-click adm_Group, and then click Open Table.

  4. In the table viewer, scroll horizontally until you find GlobalTrackingOption.

  5. In the GlobalTrackingOption column, change the value from 1 to 0, to turn off this feature, and then press ENTER.

  6. Close Microsoft SQL Server Management Studio.

    Bb203858.note(en-us,BTS.20).gifNote
    You must restart your BizTalk hosts for the change to take effect.

  7. Click Start, click Programs, point to Microsoft BizTalk Server 2006, and then click BizTalk Server Administration.

  8. In the Administration console, expand BizTalk Server 2006 Administration, expand BizTalk Group, expand Platform Settings, and then click Host Instances.

  9. In the details pane, right-click each host, and then click Restart.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker