Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How many times can we loop the send shape in the orchestration
- This topic has 8 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
July 7, 2014 at 1:38 PM #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.
-
July 10, 2014 at 4:07 AM #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.
-
July 14, 2014 at 1:51 AM #26410
Can u pls explain the scenario of how to do exception handling in biztalk?
-
July 14, 2014 at 7:21 AM #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.DeliveryFailureException- General Exception
A
DeliveryFailureException 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 theOfflineFolder. Notice that in this case, theDeliveryFailureException has been correctly raised.http://www.codeproject.com/…/A-developers-guide-to-handling-exceptions-in-BizTa
-
July 15, 2014 at 3:29 AM #26413
oh thank u so much…i got it
-
July 15, 2014 at 3:31 AM #26414
Can u pls explain how custom pipeline component works and interfeces involved in it?
-
July 15, 2014 at 3:37 AM #26415
This link should help you.
blogs.msdn.com/…/how-to-develop-biztalk-custom-pipeline-components-part1.aspx
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.