09-02-04 11:15 PM
Non-subscription could be due to a variety of reasons.Since you are exposing
the orch as a web service, the most likely reason seems to be that BizTalk
can't resolve the message type of your incoming message when it publishes it
to the MessageBox.
Try using a cusom pipeline, which contains an XML Validator component, which
points to the schema you are expecting the incoming message to be. This
instructs BizTalk as to how exactly to resolve the message.
W.r.t ur second question, suspended orchestrations can be resumed using WMI
either in scripts or c#. Please look at the Admin section of the samples in
SDK for more info.
Hope this helps
Regards
Dev
"Gionni" <ehigionni@katamail.com> wrote in message
news:d96ed82b.0408310726.7c1acdea@posting.google.com...
> Hello everyone,
> I realized and tested an orchestration and it works. Then I
> exposed it as a web service. I wrote a little console application to
> start the orchestration, but Biztalk raises this errors:
>
> Event: 5753
> The "SOAP" adapter is suspending a message coming from Source
> URL:"/SDS_Proxy/SDS_ReadMessages_CommandPort.asmx". Details:"The
> Messaging Engine encountered an error committing a transport adapters
> batch. Please refer to Health and Activity Tracking tool for more
> detailed information on this failure. ".
>
> Event: 5755
> The Messaging Engine encountered an error publishing a batch of "1"
> messages to the Message Box database for the transport adapter "SOAP".
> Please refer to Health and Activity Tracking tool for more detailed
> information on this failure and check the endpoint bindings are
> correctly configured.
>
> Event: 5778
> The Messaging engine failed to process a message submitted by
> adapter:SOAP Source URL:/SDS_Proxy/SDS_ReadMessages_CommandPort.asmx.
> Details:Could not find a matching subscription for the message. . This
> error occurs if the subscribed orchestration schedule or send port has
> not been started, or if some of the message properties necessary for
> subscription evaluation have not been promoted. Please refer to Health
> and Activity Tracking tool for more detailed information on this
> failure
>
> Event: 5752
> The Messaging Engine has suspended "1" message(s) from adapter "SOAP"
> due to failures in message processing. Please refer to Health and
> Activity Tracking tool for more detailed information on this failure.
>
> What is the problem?
>
> Another question. In my orchestration I have a Suspend shape. When the
> orchestration is suspended, the only way to resume is by HAT. Is it
> possibile resume from c# code (emulate HAT beaviour to resume)? In
> case, could you give me any example, please?
>
> Thank all,
> Gionni
[ Post a follow-up to this message ]
|