SQL Install issues
[2014-01-25 13:51:03,955] [15420 ] [TVService] [ERROR] - ObjectContextManager : error opening database. Is the SQL engine running ?
System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such table: LnbTypes
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(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at System.Data.Objects.ObjectContext.ExecuteStoreQueryInternal[TElement](String commandText, String entitySetName, MergeOption mergeOption, Object[] parameters)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.CheckCreateDatabase(Model model)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.Initialize()
I replaced the MP2TVE DB with another one I had and all started.
[2014-01-25 13:51:03,955] [15420 ] [TVService] [ERROR] - ObjectContextManager : error opening database. Is the SQL engine running ?
System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such table: LnbTypes
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(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at System.Data.Objects.ObjectContext.ExecuteStoreQueryInternal[TElement](String commandText, String entitySetName, MergeOption mergeOption, Object[] parameters)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.CheckCreateDatabase(Model model)
at Mediaportal.TV.Server.TVDatabase.EntityModel.ObjContext.ObjectContextManager.Initialize()
I replaced the MP2TVE DB with another one I had and all started.