Announcement

Collapse
No announcement yet.

errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    errors

    Jun-26 02:45:25
    1
    Error
    System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) at System.Data.SQLite.SQLiteCommand.BuildNextCommand() at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavi or behavior) at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(Command Behavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteR eader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) at HSPI_ULTRALOG3.hspi_database.ExecuteHSLogSQL(String strSQL, Int32& iRecordCount, Int32 iPageSize, Int32& iPageCount, Int32& iPageCur)
    Jun-26 02:45:25
    1
    Error
    System.Data.SQLite.SQLiteException
    Jun-26 02:45:25
    1
    Error
    System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) at System.Data.SQLite.SQLiteCommand.BuildNextCommand() at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavi or behavior) at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(Command Behavior behavior) at System.Data.Common.DbCommand.ExecuteReader() at HSPI_ULTRALOG3.hspi_database.GetHSLogTypes()
    Jun-26 02:45:25
    1
    Error
    System.Data.SQLite.SQLiteException

    #2
    Wow, that's not good. The error indicates the database is malformed (corrupt). The following URL describes how this could have happened:

    https://www.sqlite.org/howtocorrupt.html

    What size is \Data\ultralog3\ultralog3.db3 on disk? Have you tried restarting the plug-in? The plug-in restart performs a database VACUUM which may help. If a restart doesn't work, then Shutdown HomeSeer before proceeding.

    - Locate ultralog3.db3 in \Data\ultralog3, then rename it, then restart the HomeSeer. The database will be rebuilt so you can begin to use the plug-in again.

    If you want to recover existing data, then you'll need to download the command line tools to repair the database.

    Regards,
    Ultrajones
    Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

    Comment

    Working...
    X