04-26-04 12:35 PM
What about throwing exceptions? Are they visible in your orchestration?
Can't they be catched?
Kind regards,
Christof
"Nikolai" <anonymous@discussions.microsoft.com> wrote in message
news:FB554FD0-93AC-4060-A874-DC43AB76313E@microsoft.com...
> In one of my orchestrations I am using the BizTalk mapper with external
scripting functoids to lookup/validate data (with complex stored procs &
error handling) i.e. convert incoming supplier IDs to internal IDs and log
errors if it doesn't exist.
>
> One of my requirements is to gather all validation errors returned in my
functions and return these to process originator.
>
> So far I have only been able to log errors to the event log and return
default data to the mapper. But I really need to be able to terminate the
orchestration after mapping and send a notification stating the source
document is invalid for the following reasons...
>
> Should I look at using a custom pipeline component instead, or looping in
the orchestration, or something else? Any tips =)
[ Post a follow-up to this message ]
|