|
Home > Archive > BizTalk Server > August 2004 > Biztalk Server Group
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Biztalk Server Group
|
|
|
| I've built a two server Biztalk server group. They are identical machines. Biztalk shares the same SQLserver database. I'm using Biztalk Server 2002 enterprise.
The servers are using Windows 2003 Enterprise with all the latest updates.
When files are submitted to Biztalk they begin to process on both servers. Shortly after one server will dominate and the other will stop processing even though there are documents to process in the retry queue.
Does anyone have an idea why this happening?
Regards,
Russ
| |
| Everett Yang 2004-07-29, 5:50 pm |
| Documents in the Retry queue may be waiting on the retry interval. Do you
have any documents in the Work Queue waiting while one server is idle?
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
| |
|
| Hi Everett,
There weren't any documents in the work queue.
What troubled me is that as documents in retry queue were processed it seemed that only one server would process them.
Russ
"Everett Yang" wrote:
> Documents in the Retry queue may be waiting on the retry interval. Do you
> have any documents in the Work Queue waiting while one server is idle?
>
> Sincerely,
>
>
> Everett Yang
> DSI - Microsoft BizTalk Server
>
> This posting is provided “AS IS” with no warranties, and confers no rights.
> Subscribe at
> http://support.microsoft.com/defaul...msdn/nospam.asp
> &SD=msdn
>
>
| |
| Jan Eliasen 2004-08-06, 2:47 am |
| Are both the BizTalk Servers in the same BizTalk Server Group? Or have
you just pointed them to the same databases? They should be in a
group.
Other than that, there are settings on each server to control how many
worker threads they should have. If one of your servers has 10 and the
other only 1, then that will be the problem, I think.
Jan Eliasen
On Fri, 30 Jul 2004 09:13:02 -0700, "Russ"
<Russ@discussions.microsoft.com> wrote:
[vbcol=seagreen]
>Hi Everett,
>
>There weren't any documents in the work queue.
>
>What troubled me is that as documents in retry queue were processed it seemed that only one server would process them.
>
>Russ
>
>"Everett Yang" wrote:
>
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Everett Yang 2004-08-27, 6:06 pm |
| Servers in the group do not access the work queue in a perfect round robin
manner. Both tries to access the work queue and will mark documents for
processing as fast as they can. There may be some factors preventing
server #2 to get to the work queue as efficiently as server #1. Maybe
networking or maybe server #2 is not processing documents as fast. You can
stop work item processing for both servers. Build up tons of documents in
work queue and then turn on work item processing on both servers. See if
server#2 will participate when there are documents waiting in the work
queue.
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
|
|
|
|
|