Dehydrated

Viewing 1 reply thread
  • Author
    Posts
    • #13978

      i am trying a doc using biztalk and commerce gateway.
      in hat i get delverd not consumed and sercvice staus dehydrated.
      can somebody explain me \”dehydrated\”?
      thnaks.

    • #13979

      Dehydrated basically means that Biztalk has put your orchestraiton to sleep waiting on a response (i.e. it’s memory is written to a database). When it wakes up, we say that it is rehydrated.

      What causes dehydration? Usually a Receive statement or maybe a Delay statement (I’ve heard it happens after 2 minutes, but that is just a guess).

      Sounds like you might have a correlation issue. The \”delivered not consumed\” means you probably sent a message out and then followed up with a receive to get it back. If the correlation doesn’t match up, the Biztalk receives the message back, but doesn’t know who to give it to (i.e. which orchestration). Use the free BTSSubscriptionViewer included in the Biztalk developer tool or SDK directory. This will show you what your orchestration is correlating on.

      So since the message was delivered/not consumed – your orchestration probably is probably sitting on a Receive statement and is still waiting for a proper response.

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