By default, Health and Activity Tracking (HAT) will time out if a query runs longer than 60 seconds. You can change the timeout value in the registry to enable queries to run longer than 60 seconds.
Caution |
|---|
|
Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on the computer.
|
You must be logged on as a member of the Administrators group to perform this procedure.
To change the query timeout value in Health and Activity Tracking
-
Click Start, click Run, type regedit, and then click OK.
-
In Registry Editor, locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Server\3.0
-
If there is a Tracking subkey, go to step 6.
-
To create a Tracking subkey, on the Edit menu, point to New, and then click Key.
-
Type Tracking, and then press ENTER.
-
Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\BizTalk Server\3.0\Tracking
-
On the Edit menu, point to New, and then click DWORD Value.
-
Type ConnectionTimeout, and then press ENTER.
-
Right-click ConnectionTimeout, and then click Modify.
-
In the Edit DWORD Value dialog box, click Decimal.
-
In the Value data box, type the value in seconds that you want to set for the query timeout value, and then click OK.
-
On the File menu, click Exit.
-
Close and then reopen HAT in order for the new timeout value to take effect.
Other Resources
Using Health and Activity Tracking