Skip to content

faq 107478998

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Writing output events did not work

by Ecaterina McCormick on 2017-01-24 19:49:55


The last message in the log file:

ERROR DumpDataAtEndImpl:141 writing output events did not work; probably parameters were such that no events were generated in the final iteration

Could you please advise in what parameters could be wrong?

Thank you.



Comments: 2


Re: Writing output events did not work

by Kai Nagel on 2017-01-24 20:34:09

This only works if lastIteration is an integer multiple of writeEventsInterval .  So for example lastIteration=7 and writeEventsInterval=7 (and probably firstIteration=0).

Can you make it work with this info?

Maybe this should be fixed at some point.


Re: Writing output events did not work

by Ecaterina McCormick on 2017-02-06 09:44:34

Thank you, Kai, it worked. Is this information contained in the manual or empirical knowledge?

Clone this wiki locally