How to change the timeout value for a query in the BizTalk Server 2004 Health and Activity Tracking (HAT) tool (884979)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

INTRODUCTION

Microsoft BizTalk Server 2004 includes the Health and Activity Tracking (HAT) tool. By default, the HAT tool times out if a query runs longer than 60 seconds. This article describes how to change the timeout value to enable queries to run longer than 60 seconds.

MORE INFORMATION

You can change the query timeout value that the HAT tool uses by adding the following registry entry:

HKEY_CURRRENT_USER\Software\Microsoft\BizTalk Server\3.0\Tracking\ConnectionTimeout

To add this registry entry, follow these steps:

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following subkey:

    HKEY_CURRRENT_USER\Software\Microsoft\BizTalk Server\3.0

  3. If there is a Tracking subkey, go to step 6.
  4. To create a Tracking subkey, point to New on the Edit menu, and then click Key.
  5. Type Tracking, and then press ENTER.
  6. Locate and then click the following subkey:

    HKEY_CURRRENT_USER\Software\Microsoft\BizTalk Server\3.0\Tracking

  7. On the Edit menu, point to New, and then click DWORD Value.
  8. Type ConnectionTimeout, and then press ENTER.
  9. Right-click ConnectionTimeout, and then click Modify.
  10. In the Edit DWORD Value dialog box, click Decimal, and then type the value in seconds that you want to set for the query timeout value.
  11. On the File menu, click Exit.
Note You must restart the HAT tool for the new timeout value to take effect.

For more information about Microsoft BizTalk Server 2004 and the BizTalk HAT tool, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:2/21/2006
Keywords:kbhowto kbprb KB884979 kbAudITPRO kbAudDeveloper