PRB: You May Encounter Delays When You Are Running Multiple XLANG Schedules That Are Using Correlation (299975)
The information in this article applies to:
- Microsoft BizTalk Server 2002
This article was previously published under Q299975 SYMPTOMS
When an XLANG schedule is using correlation:
- Significant delays may occur in the time that it takes to complete multiple schedules.
- The data instance that is being correlated may be moved to the suspended queue.
CAUSE
This behavior may occur if:
- The XLANG schedule is configured to run in a pool.
-and- - The number of XLANG schedule instances for that pool exceed the schedule pool size.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
260910 How to Obtain the Latest Windows 2000 Service Pack
To optimize the performance of XLANG schedules that use correlation, use any of the following methods:
- Reduce the COM+ pool creation time from 30 seconds.
- Increase the COM+ pool Max thread.
NOTE: There is no formula to calculate the perfect pool size. - Increase the retry interval.
- Increase the number of BizTalk worker threads.
- Use a common queue instead of per-instance queue correlation.
NOTE: For additional information, review the XLANG Correlation sample in BizTalk Server 2002.
Additional Workaround
Try to modify the receiving channel or port from an adapter, such as the Microsoft BizTalk Adapter for MQSeries, to place all incoming documents into a Microsoft Message Queuing queue so that the XLANG schedule can then refer to this named queue for incoming documents. As a result:
- Correlation messages can be serviced by the BizTalk Messaging worker threads.
-and- - The worker threads are freed from processing incoming documents.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 3.
Modification Type: | Major | Last Reviewed: | 8/15/2002 |
---|
Keywords: | kbbug kbWin2000sp3fix KB299975 |
---|
|