Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Best way to handle exception › Re: Best way to handle exception
July 14, 2008 at 3:34 PM
#20147
Dhaval,
I think you should be using Delivery Notification on your Send Ports here; catch a NACK when the FTP send fails and go to your exception block, then save the message locally.
HTH, Nick.