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.
To resolve this behavior, first examine your orchestration design to see whether you can avoid the nondehydrating nature. If you cannot avoid the nondehydrating nature, change the default maximum worker threads that are available for the BizTalk Server host instance. There are valid orchestrations that must run for a long time without any valid dehydration points. For example, you may have an orchestration that features
Expression shapes, and these
Expression shapes make long-lived calls to an external component.
To change the default maximum worker threads, add the MaxWorkerThreads DWORD registry entry. To do this, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTSSvc{GUID}
Note In this registry subkey, GUID is a GUID of the in-process BizTalk Server host that you want to change. You can examine the following registry entry to make sure that the correct host is modified:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTSSvc{GUID}\DisplayName
Note In BizTalk Server 2006, locate and then click the following registry key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTSSvc$hostname]
In this registry key, hostname is the name of the host that is associated with the host instance.
Note If the CLR Hosting
key already exists, go to step 5. - On the Edit menu, click New, and then click Key.
- Type CLR Hosting, and then press ENTER.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTSSvc{Guid}\CLR Hosting
- On the Edit menu, click New, and then click DWORD Value.
- Type MaxWorkerThreads, and then press ENTER.
- Right-click MaxWorkerThreads, and then click Modify.
- In the Edit DWORD Value dialog box, click Decimal, type the new value, and then click OK.
Note The default value for MaxWorkerThreads is 25. The new value will depend upon the current number of Running Orchestrations that you view in Performance Monitor. An ideal value enables the maximum number of orchestrations that are running at the same to be serviced. However, an ideal value avoids introducing resource contention or excessive context switching into the solution. - On the File menu, click Exit.