| Dameon 2004-11-11, 5:49 pm |
| Hi,
I have an orchestration where I process a message, validate, and if invalid,
I write the file out to a directory. If valid, it moves on to the end. My
problem is that my files are being handled correctly, but messages are not
being written out to the directory. I have doublechecked locations, message
output name, dir rights, security. The shapes I am using in this particular
flow are(in order
1. Decision Shape
If Invalid Msg:
2. Send Shape
3. Terminate Shape
I have tried:
1. Decision Shape
If Invalid Msg:
2. Send Shape
3. Delay Shape
3. Terminate Shape
Both result in the doc being appropriately terminated and suspended with the
following error: "Completed with discarded messages" but with no file
written out.
I did read some blogs labeling this as 'Racing' in which the orch completes
or terminates before the message is fully handled. Similiar to 'Zombies'. I
did have file out working at one time as well. Also, there is a file out at
the end of the orch,which works fine all the time. Any resolutions or ideas?
Thank you.
--
Dameon
|