Reply to thread

I install new DB Refactor version, start MP Configurator, and get empty DBs and one error in log:

[CODE][2022-02-22 12:56:41,167] [Config ] [GetDataLoadClearDownThread 1] [ERROR] - GetKeywordPictureList: error: An error occurred while executing the command definition. See the inner exception for details. - inner: code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error

no such table: keywordpicture

   в System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)

   в System.Data.SQLite.SQLiteCommand.BuildNextCommand()

   в System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)

   в System.Data.SQLite.SQLiteDataReader.NextResult()

   в System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)

   в System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)

   в System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)

   в System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)

   в System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<>c.<Reader>b__6_0(DbCommand t, DbCommandInterceptionContext`1 c)

   в System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)

   в System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext)

   в System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior)

   в System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)

   в System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)

[2022-02-22 12:56:42,511] [Config ] [GetDataLoadClearDownThread 1] [ERROR] - GetPictureDataList: error: The 'HDR' property on 'picturedata' could not be set to a 'null' value. You must set this property to a non-null value of type 'System.Boolean'.  - inner:

[/CODE]


Top Bottom