Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Common Exception Handling framework
- This topic has 5 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
September 4, 2008 at 2:15 PM #20585
Hola,
Does anybody implemented common exception handling fremeowrk for any kind of exception. which also retries based on business rules and Create exception message and send to Admin via email or something.
Thanks,
Baba
-
September 4, 2008 at 2:57 PM #20587
Baba,
Try a Google search for ‘BizTalk Exception Handling’, also, a good starting point would be: http://www.codeproject.com/KB/biztalk/ExceptionDemo.aspx
HTH, Nick.
ps. You are posting from Redmond – do you work for Microsoft?
-
September 4, 2008 at 3:08 PM #20590
Yes[:D]
-
September 4, 2008 at 4:19 PM #20592
Also check out the first article in the latest Biztalk Hotrod by Jean Paul Tabja
http://cid-b6c859f7a5f75e63.skydrive.live.com/self.aspx/Public/Q2FY08_biztalk.pdf
I have just implement an exception handling process that uses a pattern similar to the Enterprise Library Logging Block.
I have a logger that generates different messages, via a System.Diagnostics.TraceSource. I then have a number of listeners:A trace listener for all messages – writes to an Xml trace file (using orchestration instanceId as the activityId) that can be opened using svctraceviewer.exe
A logging listener that accepts warning and error messages and logs to the event log
A WMI event listener that accepts error messages and fires a custom WMI event. The customer uses CA-Unicenter to monitor and route these events. You could use MOM, IBM Tivoli or similar to do the same. We also monitor Biztalk suspended message and service WMI events.
-
September 4, 2008 at 4:37 PM #20593
Thanks Greg, Thats,Exactly simililer framework I am looking for,
Thanks,
Baba
-
September 5, 2008 at 5:05 AM #20601
You can also find a good exception handling framework with the ESB Guidance: http://www.codeplex.com/esb. This framework has a very nice way of logging the BizTalk messages associated with the exceptions and capturing a lot of BizTalk specific data automatically (which application, which server, orchestration vs. messaging, etc.)
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.