06-14-06 12:16 AM
I am assuming this is a looping batching sequential convoy.
From the sounds of it, the 6th message in the convoy is causing an error in
your orchestration.
(for whatever reason).
The discarded messages occurs, because the 6 + n messages queued up in the
messagebox, queued up for the failed orchestration instance are now orphaned
and will be discarded. Can you debug through the orchestration to determine
the cause of the error?
Matt.
"sullu" wrote:
> Hi All,
>
> I have an Orchestration which follows Sequential Convoy Pattern for Batchi
ng
> the Incoming Messages into a single batch file.
> When i test the Orchestration with more than 5 messages at a time i am
> getting the following issue:
>
> The Orchestration completed with Discarded messages.
> Since i am using Exception Handling block and writting the Exception in
> Error xml , the exception message i am getting is "The parameter is
> incorrect" & sometimes "Object Reference Not Set" based on the stage the
> Orchestration completes with discarded messages.
> I googled and applied 2 hotfixes as well as Biztalk server 2004 SP1.
> But the error is same.
>
> Anybody please help me to relsove the issue.
> Many Thanks in Advance
> --
> Many Thanks,
> Sulaiman Abubacker
>
[ Post a follow-up to this message ]
|