Problem using delivery notification while initializing a correlation set

Home Page Forums BizTalk 2004 – BizTalk 2010 Problem using delivery notification while initializing a correlation set

Viewing 1 reply thread
  • Author
    Posts
    • #17212

      In project I have, a message is going to send on a file port and later on a receive file port is going to receive another message correlating on some properties. I enclosed a syncronized scope, set send port 'deliver notification' to transmitted, hoping I can get XLANGs.DeliveryFailureException if send port is down. Problem is, even the send port is down, the orchestration just get dehydrolated waiting for the response, I am not getting the exception! Anyone have idea of a possible solution for this?

    • #17216

      Do you have retries enabled in the Send Port?  If so – it should be waiting for the retries before it sends the negative ack back to the Orchestration.

      • #17217

        My retry count is 3. It was set earlier. But how it will create the above error ?

        So according to you what I have to do to solve this problem.

         

        thanks

        Jit

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