| morgana@nospam.amerinetcentral.org 2004-09-22, 9:56 pm |
| I'm having a strange problem. I have a simple orchestration, that has
a receive, a map, an expression that calls a .net assembly with the
message, and a send.
When I send small test messages tough, it works perfect. When I send
a small test file, everything works fine. When I send a large test
file (200k record count) the expression seems to loop and keep calling
the .net assemble. I know the assemble is running multiple times,
because the last step of the assemble is to throw a records processed
count out to the event log. I am finding multiple entries in the
event log.
I can get around this problem. If I remove the map step from the
orchestration, and put the map into the receive port, everything works
the way is suppose to. Even tough this works, I would rather have the
map in the orchestration, instead of the port.
Has anybody seen anything like this?
Thanks
|