mcsMQTT has never really worked right (no charting, for one thing). I just noticed in the log a bunch of these:
I looked in C:\Users\Public\Documents and there are no subdirectories. Where is this database?
I tried uninstalling mcsMQTT and re-installing, but the error came back. Obviously, the database (wherever it is) hung around after uninstalling.
Code:
HistoryExecuteCommand INSERT INTO MQTT_HISTORY (Sequence,Publish,LastDate,Topic,Payload) Values (75,0,'2021-07-20 17:27:19','dashbox/01021578/c32/watt','0') at Mono.Data.Sqlite.SQLite3.Reset(SqliteStatement stmt) at Mono.Data.Sqlite.SQLite3.Step(SqliteStatement stmt) at Mono.Data.Sqlite.SqliteDataReader.NextResult() at Mono.Data.Sqlite.SqliteDataReader..ctor(SqliteCommand cmd, CommandBehavior behave) at Mono.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) at Mono.Data.Sqlite.SqliteCommand.ExecuteNonQuery() at MCSMQTTHS4_2020.Database.HistoryExecuteCommand(String sCommand) in C:\Users\Public\Documents\TFVC\HS\MQTT\MCSMQTTHS4_2020\Datab ase.vb:line 1065 Line 0 The database disk image is malformed database disk image is malformed
I looked in C:\Users\Public\Documents and there are no subdirectories. Where is this database?
I tried uninstalling mcsMQTT and re-installing, but the error came back. Obviously, the database (wherever it is) hung around after uninstalling.
Comment