|
Home > Archive > BizTalk Server Orchestration > September 2005 > Error Handling
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Craig HB 2005-09-07, 5:52 pm |
| I have built an orchestration and now I want to implement error handling. I
think that involves using a scope shape and selecting New Exception Handler.
What I am after is some general advice on how to implement it and good ways
to log errors from the orchestration. Maybe some links to articles.
Any advice would be appreciated
Thanks,
Craig
| |
| Pankaj 2005-09-08, 2:50 am |
| Hi,
For logging an error, you can:
1) Create your own file and write to it
2) Use a table in a database
3) You can emit an error message and take
advantage of BizTalk routing capabilities to send it where you want
The "best" solution really depends on your application: how many messages
you receive, how many failures you expect, what you want to do with all
error entries once they are persisted,...
Regards
Pankaj
| |
| Alan Smith 2005-09-09, 2:48 am |
| Hi,
There's a good post here to get you started:
http://weblogs.asp.net/jan/archive/...3/22/93981.aspx
Also, check the BuzTalk Server 2004 Unleached book if you can get hold of a
copy.
I usually log errors to the WIndows event log. You can also implement the
Microsoft Exception Handling Application Block, (available on MSDN) to
implement configurable error logging.
Regards,
Alan
--
The Bloggers Guide to BizTalk
http://geekswithblogs.com/asmith
"Craig HB" wrote:
> I have built an orchestration and now I want to implement error handling. I
> think that involves using a scope shape and selecting New Exception Handler.
>
> What I am after is some general advice on how to implement it and good ways
> to log errors from the orchestration. Maybe some links to articles.
>
> Any advice would be appreciated
>
> Thanks,
> Craig
|
|
|
|
|