Dehydtarted message?

Home Page Forums BizTalk 2004 – BizTalk 2010 Dehydtarted message?

Viewing 1 reply thread
  • Author
    Posts
    • #21298

      Hi,
      I see a dehydrated suspended(not resumable) message in the group view. It’s body doesnt not have any content. It just have a null character or something in a square shape. How can i route that to orchestration?
      I am doing direct binding in orchestration with selfcorrelation. I am trying to get back the message that i send, using “CorrelationToken”. I get the above message when i do this selfcorrelation.
      It looks like orchestration is stop when this message created and waitting for something.

      How can I fix this?

      Thank you,

      Siva

    • #21299

      Self-Correlation doesn’t work like it might sound, it’s designed to work in Orchestration to Orchestration scenarios and not really request-response. 

      What you need to do, is initialize a Correlation and set a value.  Then use a Receive Shape to follow that Correlation.  Make sure the value you use is promoted on the response message.  Typically, this would be an ID or something else inside the message and you could use a property schema to promote the values.

      • #21316

        Thank you for your reply Stephen,

        I promoted those value to response msg. However it doesnt work. when i check the group view, those values are not promoted in response message.  original msg, response, and ack msg have same correlationToken value however I couldnt get them by using “follow correlation = correlationTocken”. I think i am missing something here. Direct receive shape wtih follow correlation is enough to capture those message from msg box? or do i need any filter or any other physical port to capture it.

        Thank you in advance,

        Siva

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