Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk Server
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
All Tags
»
delivery notification
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.
Get this RSS feed
Home
Wiki
Tags
biztalk 2004
BizTalk 2004 Lab
Convoy
Flat File Disassembler
maps
nack
Orchestrations
SMTP
Tagged Content List
Forum Post:
Re: create a blank .flag file when a file is picked up.
wearsy
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...
on
Sat, Jan 23 2010
Forum Post:
Re: General Advice on Guaranteed Delivery
Anonymous
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...
on
Tue, Apr 22 2008
Forum Post:
Re: Need Help with Trivial Orchestration
wearsy
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...
on
Mon, Mar 10 2008
File:
Sequential Message Processing of a Flat File Lab
Stephen W. Thomas
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...
on
Sun, Jun 12 2005
Blog Post:
Using Delivery Notification with Send Port Groups
Stephen W. Thomas
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.
on
Thu, Oct 7 2004
File:
Delivery Notification Inside an Orchestration
Stephen W. Thomas
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...
on
Fri, Sep 24 2004
Blog Post:
Mapping in Send Ports with Delivery Notification
Stephen W. Thomas
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...
on
Thu, Sep 23 2004
Blog Post:
BizTalk Delivery Notification and NACK Sample
Stephen W. Thomas
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...
on
Mon, Aug 2 2004
Page 1 of 1 (25 items)