By default, message and service instance tracking 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. |

Prerequisites
You must be logged on as a member of the Administrators group to perform this procedure.

To change the query timeout value
-
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.
Note
|
| You may need to close and then reopen the BizTalk Server Administration Console in order for the new timeout value to take effect. |

See Also