dpservis / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

do not stop parsing after one error #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Bots will not stop parsing after one parse error, but will continue to parse 
until either the whole edifile is parsed or the max number of parsing errors is 
reached (as set in bots.ini).
This works for both incoming and outgoing messages.

Max number of errors is needed because:
- avoid endless repetitions of same error
- one error can lead to other errors (one cause, multiple errors)

This enhancement will lead to faster debugging of incoming edi messages and 
faster development of mappings.

This enhancement works for most errors, but is not possible for all errors! 

Original issue reported on code.google.com by hjebb...@gmail.com on 30 Mar 2012 at 12:00

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45