Good Morning ...
This is my issue:
I had a One Seat installation done with SQL (to be honest – I hate it) so I have decided to remove it. Therefore what I did was uninstalling TV Server and run the MP Setup again to get it on a MySQL Database. No prob so far.
Only – MP still thinks it needs to connect to the SQL Server. So – Question – how can I change this?
2011-12-20 10:33:25.535537 [ERROR][MPMain(1)]: Exception while loading GUIWindows instances: TvPlugin.Radio
2011-12-20 10:33:25.535537 [ERROR][MPMain(1)]: The database backend (provider SQLServer) could not be reached.
Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDb;Data Source=Mediacenter;Connection Timeout=30;
2011-12-20 10:33:25.543537 [ERROR][MPMain(1)]: bei Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
bei Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
bei Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(String tableName)
bei Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName)
bei Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
bei Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
bei TvDatabase.TvBusinessLayer.GetChannelsByName(String name)
bei TvPlugin.Radio.LoadChannelGroups()
bei TvPlugin.Radi
nAdded()
bei MediaPortal.GUI.Library.GUIWindowManager.Add(GUIWindow& Window)
bei MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)
2011-12-20 10:33:25.654544 [ERROR][MPMain(1)]: TVHome: Error in Reload
2011-12-20 10:33:25.656544 [ERROR][MPMain(1)]: Exception :Error: DatabaseUnavailableUnclassified
Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached.
OK - found it - gentle.config does the trick ...
This is my issue:
I had a One Seat installation done with SQL (to be honest – I hate it) so I have decided to remove it. Therefore what I did was uninstalling TV Server and run the MP Setup again to get it on a MySQL Database. No prob so far.
Only – MP still thinks it needs to connect to the SQL Server. So – Question – how can I change this?
2011-12-20 10:33:25.535537 [ERROR][MPMain(1)]: Exception while loading GUIWindows instances: TvPlugin.Radio
2011-12-20 10:33:25.535537 [ERROR][MPMain(1)]: The database backend (provider SQLServer) could not be reached.
Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDb;Data Source=Mediacenter;Connection Timeout=30;
2011-12-20 10:33:25.543537 [ERROR][MPMain(1)]: bei Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
bei Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
bei Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(String tableName)
bei Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName)
bei Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
bei Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
bei TvDatabase.TvBusinessLayer.GetChannelsByName(String name)
bei TvPlugin.Radio.LoadChannelGroups()
bei TvPlugin.Radi
bei MediaPortal.GUI.Library.GUIWindowManager.Add(GUIWindow& Window)
bei MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)
2011-12-20 10:33:25.654544 [ERROR][MPMain(1)]: TVHome: Error in Reload
2011-12-20 10:33:25.656544 [ERROR][MPMain(1)]: Exception :Error: DatabaseUnavailableUnclassified
Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached.
OK - found it - gentle.config does the trick ...
Austria