| Todd Sussman 2004-09-02, 6:18 pm |
| This sounds like a convoy. Basically, you have to use correlation, and
Listen shapes. The first message in will set a correlation set, then in a
parallel shape, you put a listen for each expected message. Once all
messages are received, the flow can continue.
Todd
"Dr. B" <DrB@discussions.microsoft.com> wrote in message
news:A1BEC36F-FBE3-4988-8A36-F5E6D2953C2B@microsoft.com...
>I have 5 different database views (from different databases) that are
> exported to 5 xml files. The sum of these xml files are supposed to be
> mapped to a schema describing the database model on the target db server.
> My
> question is:
>
> How do I make sure all files a received by the file adapter before a
> confinue with the mapping of elements from the source files to the db
> schema?
>
> Any help or suggestions would be appreciated very much.
>
>
>
>
>
>
|