Michael -
The database logging could be getting messed up, but the question is what is the underlying cause? It appears that the either memory is getting corrupt and the sequence file is getting hit, or maybe an extra release is getting called on the Data property of the file and it gets released. The key to debugging this is to slowly remove various operations that are being done to attempt to isolate what operation might be causing the problem. So you might want to disable/noop different aspects of your test senario to see if the problem no longer occurs or the problem changes. Areas include, database logging, report generation, simplify the client seuqences called, noop portions of the model file operations, etc.
Another option is to place inspection steps into the various stages of your execution (model and client) to see if the Data property still exists. Moving the inspection steps will tell you when the Data existed and when it does not.
Scott Richardson
https://testeract.com