How many times can we loop the send shape in the orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 How many times can we loop the send shape in the orchestration

Viewing 2 reply threads
  • Author
    Posts
    • #26393

      Hi, I am trying to loop a message for 5 times if it fails to send in the 1st attempt from orchestration, but it always loops only 3 times. Is there a limit on the count to retry the message from the orchestration? if not what is that I am missing.

       

      Thanks in Advance.

    • #26398

      There is no such looping limit.

      I  think its better to use the SendPort Retry interval/Retry count properties if you want to try and re-send it again.

    • #26410

       Can u pls explain the scenario of how to do exception handling in biztalk?

      • #26411

        Scenario 2 mentioned here will help you.

        SendPort: Delivery Notification=Transmitted.

        Delivery Notification – If a message fails to be delivered on a Port, the “DeliveryFailureException” is generated. Note that “Delivery Notification” is NOT available for Binding property “Specify Now”.

        There are two kinds of Exceptions handled in this orchestration.

      • DeliveryFailure Exception
      • General Exception
      • DeliveryFailure Exception is raised by the Port, since the file path specified in the Dummy Port does not exist. The exception handler handles the exception by sending the message into the OfflineFolder. Notice that in this case, the DeliveryFailureException has been correctly raised.

        http://www.codeproject.com/…/A-developers-guide-to-handling-exceptions-in-BizTa

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