|
Home > Archive > BizTalk Server Orchestration > March 2005 > Completed, with discarded messages
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 |
Completed, with discarded messages
|
|
|
| I am having some problems with one orchestration, which every instance
finishes in state "Completed, with discarded messages". However, the response
is delivered to the client, and no error is aparently happening. Only when I
look at the HAT I see all instances in that state. We are using Direct Ports.
The orchestration is something like this
- Send Message to a Direct Report (Initializing a correlation set)
- Listen
- timeout (10 minutes)
- until Receive Message (Following the correlation set)
Does anyone knows why the orchestrations are finishing in the "Complete,
with discarded messages" state?
Thanks in advance
BFC
| |
| Hugo Rodger-Brown 2005-03-15, 5:53 pm |
| There are probably 'zombie' messages being picked up by the correlation set,
that are not being processed - check out these postings:
http://hugorodgerbrown.blogspot.com...processing.html
http://blogs.msdn.com/biztalk_core_.../30/169430.aspx
"BFC" <BFC@discussions.microsoft.com> wrote in message
news:C633045E-E8F3-4591-AE8C-C96B318CB348@microsoft.com...
> I am having some problems with one orchestration, which every instance
> finishes in state "Completed, with discarded messages". However, the
response
> is delivered to the client, and no error is aparently happening. Only when
I
> look at the HAT I see all instances in that state. We are using Direct
Ports.
> The orchestration is something like this
>
> - Send Message to a Direct Report (Initializing a correlation set)
> - Listen
> - timeout (10 minutes)
> - until Receive Message (Following the correlation set)
>
> Does anyone knows why the orchestrations are finishing in the "Complete,
> with discarded messages" state?
>
> Thanks in advance
>
> BFC
|
|
|
|
|