-
Running HammerDB 4.8 against MySQL 8.1.0, I occasionally see the below error after tests complete.
That timing data file is also empty when this occurs. Not sure if that's related or due to something else. Reported NOPM/TPM seem to be as expected though. Would like to know what this error means? What is JOBMAIN? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
JOBMAIN is the main table of the SQLite storage of results, configuration, timing data etc, so in this example you can see the hammer.DB SQLite database in my Windows TEMP area. It sounds like somehow the database has corrupted or deleted in trying to set the timing data. If you remove it. Set your TMP environment variable to where you want to store it and restart HammerDB you should see the Hammer.DB SQLite database created in this location. When you use the webservice this is where the job related data is stored including charts etc |
Beta Was this translation helpful? Give feedback.
JOBMAIN is the main table of the SQLite storage of results, configuration, timing data etc, so in this example you can see the hammer.DB SQLite database in my Windows TEMP area.
It sounds like somehow the database has corrupted or deleted in trying to set the timing data. If you remove it. Set your TMP environment variable to where you want to store it and restart HammerDB you should see the Hammer.DB SQLite database created in this location.
When you use the webservice this is where the job related data is stored including charts etc