12-20-05 07:49 AM
Let's try to divide an orch to three orchs.
Or you can write the C# method to check the event log. If in it you got an
event then don't do next mapping
--
Regards,
Leonid Ganeline,
BizTalk Developer
Vancouver
http://public.fotki.com/leogan/
"Curtis Vasbinder" <curtisv@newsgroup.nospam> wrote in message
news:4B52CB04-50BD-4620-AD8F-79BEC3D1869C@microsoft.com...
>I am developing in Biztalk 2004 and have an Orchestration that receives an
> xml message the have Customer, Order, and Order Details nodes. I need to
> map
> each level to separate flat files (Customer, Order and order Details). I
> have this working with three separate maps in its own transform shape.
> After
> all three transform shapes, I have three send shapes sending each
> individual
> file.
>
> If one of the maps fail how do I stop the other two from writing out the
> flat file?
>
> In the Order loop, I change one of the dates to be invalid. by debuging
> in
> the orchestration, the map creates the xml destination message, but I get
> an
> error on the send port. If this occurs I do not want to write the other
> two
> files.
[ Post a follow-up to this message ]
|