|
Home > Archive > BizTalk Server General > June 2004 > Pipeline 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]
| Author |
Pipeline error handling
|
|
| Thierry Loo \(CrossFactory\) 2004-06-20, 11:07 pm |
| Hi,
I've been looking for a while in the newsgroups and the doc on this topic:
how to catch an error that occurs in a pipeline component ?
Actually I want ot execute specific actions when some errors occurs.
Examples: when a not well-formed xml doc is received, or when the XML
validator returns an error (the error is actually sent to the event log, but
this is not very handy)
From what I can see, I have two options:
- Create a custom component that will perform all the checks and actions
that I need (but why use biztalk then ?)
- Check the suspended queue for messages that cause an error.
But there MUST be some other way to catch errors... Can anyone help me ?
Thanks
Thierry
-----= Posted via webservertalk.com, Uncensored Usenet News =-----
http://www.webservertalk.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
| |
| Christof 2004-06-20, 11:07 pm |
| The behaviour by design is that any failures will occur on the message
context as a suspended message inside HAT... If you want additional check
you'll have to implement these yourself.
Best regards,
Christof
"Thierry Loo (CrossFactory)" <first_name.last_name@my_company.net> wrote in
message news:40cfef44$1_4@corp.newsgroups.com...
> Hi,
>
> I've been looking for a while in the newsgroups and the doc on this topic:
> how to catch an error that occurs in a pipeline component ?
>
> Actually I want ot execute specific actions when some errors occurs.
> Examples: when a not well-formed xml doc is received, or when the XML
> validator returns an error (the error is actually sent to the event log,
but
> this is not very handy)
>
> From what I can see, I have two options:
> - Create a custom component that will perform all the checks and actions
> that I need (but why use biztalk then ?)
> - Check the suspended queue for messages that cause an error.
>
> But there MUST be some other way to catch errors... Can anyone help me ?
>
> Thanks
>
> Thierry
>
>
>
>
> -----= Posted via webservertalk.com, Uncensored Usenet News =-----
> http://www.webservertalk.com - The #1 Newsgroup Service in the World!
> -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
|
|
|
|
|