Re: Best way to handle exception

Home Page Forums BizTalk 2004 – BizTalk 2010 Best way to handle exception Re: Best way to handle exception

#20161

Dhaval,

I would probably suggest some form of logging implemented in expressions shapes througout your orchestration; this logging could be to file detailing the information you have included above. When the customer requests the report, simply present them the file.

The file can of course include details of the orchestration, such as instance GUID to aid deciphering on the log.

HTH, Nick.