Delivered, Not Consumed error Request/Response on SOAP

Home Page Forums BizTalk 2004 – BizTalk 2010 Delivered, Not Consumed error Request/Response on SOAP

Viewing 1 reply thread
  • Author
    Posts
    • #14026

      Hi Guys,

      I have a small test orchestration that does a couple of things:

      First, picks up file

      Second, do a transform on the message in the file and sends it to a Web Service using the SOAP adapter. It is a request / response port.

      Third, delays for 5 minutes and then finishes.

      Now the problem : When I drop in one file, no problem. However, I’ve tried putting 500 at a rate of around 10 file every 4 minutes. When I do that some orchestration instance stay \”Active\” for more than one hour before completing. I notice that those orchestration have a SOAP response sitting in the msgbox with \”Delivered, Not Consumed\”. Of course every orchestration should completed in around 5 minutes (maybe a little depending on system load. I used perfmon and my In-Memory orch # never goes higher than 50).

      Anybody has a clue ?

      Thanks

      Olivier

    • #14025

      Well, maybe you are getting yourself stuck with Orchestrations needing to run and messages needing to get back to Orchestrations.

      Although your load of 10 files per 4 minutes shouldn’t cause any problems.

      Have you broken up your processes into multiple hosts? That might help.

      Are your Orchestrations dehydrating? They should be at the delay shape, unless you have it inside an Atomic scope. Make sure you have SP1 installed – I think it fixed some dehydration problems.

      Hope this helps.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.