OK, I think I see the problem...
In PreUUT I set Runstate.Engine.StationOptions.RTEOption to 1, to hide the dialog. The error is logged in the report.
But in the setup of PostUUT and Log to DB, I set it back to 0, because the error is not going to be logged in the report.
What is happening is that the dialog is not being turned back on at this point, so errors are dumping the test.
Any way to reload this option? Or does it need to be set before the routines run?