Common Exception Handling framework

Home Page Forums BizTalk 2004 – BizTalk 2010 Common Exception Handling framework

Viewing 1 reply thread
  • Author
    Posts
    • #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

    • #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?

      • #20590

        Yes[:D]

        • #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.   

          • #20593

            Thanks Greg, Thats,Exactly simililer framework I am looking for, 

            Thanks,

            Baba

            • #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.)

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.