Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Browse by Tags

BizTalk Server

This is the top level group for Microsoft BizTalk Server. Find information on BizTalk 2004 to current release here including blogs, sample code, videos, and forums.
Tagged Content List
  • Forum Post: Re: create a blank .flag file when a file is picked up.

    Brunchey is on the right path.... To ensure your send port instance is successful you will want to use delivery notification ( http://kentweare.blogspot.com/2007/11/biztalk-delivery-notification.html ). You don't want to mark you file as done if you send port is going through retries due to connectivity...
  • Forum Post: Re: General Advice on Guaranteed Delivery

    Also check out Delivery Notification: http://kentweare.blogspot.com/2007/11/biztalk-delivery-notification.html Becareful with SMTP though. The behaviour that I have experienced is that BizTalk can pass the message off to the mail server(in my case Exchange) but if the mail server cannot not deliver it...
  • Forum Post: Re: Need Help with Trivial Orchestration

    You want to look at a feature called "Delivery Notification". What happens is that the Orchestration will wait for an Acknowledgement(success) or Non-Acknowledgement(failure) flag from the Messaging engine. You will be able to "trap" this error as a DeliveryFailureException. So if...
  • File: Sequential Message Processing of a Flat File Lab

    This lab will show you step-by-step how to use the Flat File Disassembler, Delivery Notification, and a Sequential Convoy to map a large flat file document. Get more information from the original blog post on this topic: http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005...
  • Blog Post: Using Delivery Notification with Send Port Groups

    I found out tonight that Delivery Notification set to Transmitted works differently for Send Groups. In the case of Send Groups, no NACK is returned if any of the Send Ports in the group fails.
  • File: Delivery Notification Inside an Orchestration

    This sample shows how to use Delivery Notification on a Send Port to catch and react to adapter send errors inside an Orchestration. Key Take Home Points: - Delivery Notification is not available on Early Bound Ports. - Must import System.Web.Services to cast the SOAP exception - Set Send Port retries...
  • Blog Post: Mapping in Send Ports with Delivery Notification

    I have talked in the past about NACKs . These are great little messages that allow you to receive the status of your sent messages inside your Orchestration. For more information on NACKs, please see my earlier post and sample. The problem I want to point out here occurs if you want to map on the Send...
  • Blog Post: BizTalk Delivery Notification and NACK Sample

    Did anyone read Kevin Smith’s blog on ACK/NACK and run out to try it? Well, I did and found it a more time consuming then I expected. I have put together a sample that shows how to catch the SOAP exception and get access to the error message. I hope that after looking at this sample Kevin’s...
Page 1 of 1 (25 items)