Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Recovery from Error in Orchestration Loop › Re: Recovery from Error in Orchestration Loop
January 22, 2009 at 4:05 PM
#21555
Hi Dylan,
Add a scope around your map and create an exception block for the scope. In the exception block catch the exception (maybe log it in the event log?), then have the processing continue as normal.