RE: Error handling standards?
From: Suriya Narayanan [MSFT] (suriyan_at_NoSpam.microsoft.com)
Date: 07/07/04
- Next message: Allen Zhang: "RE: How to handle soap faults from web services"
- Previous message: Allen Zhang: "RE: Processing one file at a time in BTS 2002"
- In reply to: Alan Smith: "RE: Error handling standards?"
- Next in thread: Ben Cuttriss: "RE: Error handling standards?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 07 Jul 2004 22:41:02 GMT
Only thing I would add is that the message can be very large - so if you
are adding the message that caused the exception to the eventlog, sooner or
later, you might overflow the buffers for the event log. So, you might
want to log the message id (the GUID) instead and have the message stored
in an external store. Or if you have tracking on with message bodies, you
can use locate the message using the message guid.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
>>Thread-Topic: Error handling standards?
>>thread-index: AcRj/AlSJrrTRommScacls2ijlfLvg==
>>X-WBNR-Posting-Host: 192.71.76.2
>>From: "=?Utf-8?B?QWxhbiBTbWl0aA==?=" <AlanSmith@discussions.microsoft.com>
>>References: <07299D97-7E6E-4868-A692-CDA9C2EE1EA6@microsoft.com>
>>Subject: RE: Error handling standards?
>>Date: Wed, 7 Jul 2004 01:26:01 -0700
>>Lines: 22
>>Message-ID: <ABB8C2BD-051E-4C35-8A1B-4064A5570221@microsoft.com>
>>MIME-Version: 1.0
>>Content-Type: text/plain;
>> charset="Utf-8"
>>Content-Transfer-Encoding: 7bit
>>X-Newsreader: Microsoft CDO for Windows 2000
>>Content-Class: urn:content-classes:message
>>Importance: normal
>>Priority: normal
>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>>Newsgroups: microsoft.public.biztalk.server
>>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 127.0.0.1
>>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
>>Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.server:9810
>>X-Tomcat-NG: microsoft.public.biztalk.server
>>
>>Hi John,
>>
>>I'm working on the same problem here. A good starting point would be to
>>check out the "Dealing with Exceptions In BizTalk Orchestrations" article
>>on "Jan Tielens' Bloggings".
>>
>>http://weblogs.asp.net/jan/archive/2004/03/22/93981.aspx
>>
>>Cheers,
>>
>>Alan
>>
>>
>>"John" wrote:
>>
>>> Hi,
>>>
>>> I'm trying to use a standard approach to error handling in our
orchestrations. Basically, when an error occurs I want to log the
exception and the message that was sent. I can't seem to access the
exception in the exception block, i.e I want to log the exception message
to the event log.
>>>
>>> Any ideas?, or does anyone got a standard error approach document.
>>> --
>>> John
>>
- Next message: Allen Zhang: "RE: How to handle soap faults from web services"
- Previous message: Allen Zhang: "RE: Processing one file at a time in BTS 2002"
- In reply to: Alan Smith: "RE: Error handling standards?"
- Next in thread: Ben Cuttriss: "RE: Error handling standards?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|