Hi,
since a few days, i have sometimes error from sqllite :
System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
à System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
à System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
à System.Data.SQLite.SQLiteDataReader.NextResult()
à System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
à System.Data.SQLite.SQLiteCommand.ExecuteScalar()
à Devolutions.RemoteDesktopManager.Business.SQLiteHelper.ExecuteScalar[T](String connectionString, String sql, SQLiteParameter[] parameters,
Boolean rethrow, Boolean logError)
or:
System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
at Devolutions.RemoteDesktopManager.Business.SQLiteHelper.ExecuteScalar[T](String connectionString, String sql, SQLiteParameter[] parameters, Boolean rethrow, Boolean logError)
at Devolutions.RemoteDesktopManager.Managers.SqLiteOfflineEngine.cb67df45eae9bb0b1ba456a313478821a[cb75a0a5d15a1ad8b8a8a5e57cca214a3](String cdc9e7ebc32185885fe8ed45978873c2f, String c18a861f9b67a3be20238a264f7a3df12, SQLiteParameter[] cd859b08da59abe612143bd1559182965, Boolean cce49601954adbdd3ddee7fe4b2404a00)
Have you a solution to make disappear this message ?
best regards
Vincent
Hi Vincent,
On some machines SQLite doesn't work well. We have yet to put a finger on why this is the case. The solution is to use the MCDF offline engine instead. We will most likely make the MCDF engine the default engine in the near future.
Please change this setting: File -> Options -> Advanced -> Offline Engine -> MCDF
Best regards,
Stéfane Lavergne
2-5-2016 7-32-57 AM.png
Hi,
i have changed my option with MCDF engine.
regards
Vincent