| |||||||
| Get Support Problems with the TV-Server or Client? Post them in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member | MediaPortal Version: 0.2.1 MediaPortal Skin: Windows Version: XP PRO SP2 CPU Type: Intel P4 HDD: Seagate 200 GB Memory: 512 MB Motherboard: Motherboard Chipset: Motherboard Bios: Video Card: ATI All in Wonder (Disabled TV function) Video Card Driver: Sound Card: Sound Blaser Audigy2 Sound Card AC3: Sound Card Driver: 1. TV Card: Hauppauge pvr500 1. TV Card Type: MPEG 1. TV Card Driver: 2. TV Card: 2. TV Card Type: 2. TV Card Driver: 3. TV Card: 3. TV Card Type: 3. TV Card Driver: 4. TV Card: 4. TV Card Type: 4. TV Card Driver: MPEG2 Video Codec: MPEG2 Audio Codec: Satelite/CableTV Provider: Danish TDC Cable HTPC Case: Cooling: Power Supply: Remote: Microsoft MCE USB TV: TV - HTPC Connection: Hi, I am having trouple with the TVServer setup. I have MP 0.2.1 running on my server, and I can get My TV to work on the server. I followed the instructions fot eh TVServer and Client. From the client when I go int to MY TV the first time, it asked for the IP of the server and it says connected. However, when I go into the TV section it never shows the signal just a black screen. Is this suppose to work with a Hauppage PVR500 card ot do I need another type of card? I do have a ATI all in wonder (older card) installed in the server as well, but I disabled it. Any help on how to troubleshoot this and get it working is much appreciated. Thanks a lot, Rick Last edited by rick78; 2006-11-26 at 12:56. Reason: Hardware info update |
| | |
| |
| | #3 (permalink) |
| Portal User Join Date: Nov 2006 Location: Gothenburg Age: 41
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Have you setup the server using the SetupTv.exe from the mediaportal TV Server folder? Are you able to preview using the preview function from the TV Channels selection? Make sure your "sql server browser" service is running on the server. Your MP client will still connect to the TV server, but will not find channel info if it cannot connect to sql server. (Refer to the wiki). Finally, check your log files in the "logs" folder of mediaportal on the client. |
| | |
| | #4 (permalink) |
| Portal Member | Hi Guys, Thanks a lot for the replies. I did install the latest SVN on both the client and the server. The plugin, I have only installed on the client. Is this wrong? I have referred to the Wiki. When I start the TVServer, it connects to the SQL. (the test runs correctly). From the client, I cannot see how I test that the SQL is working. Can someone answer this: Will my Hauppage PVR500 work for this streaming setup or do I need another card for this purpose? Does MP need to be running on the server, or is the TVServer running all that is needed? I have MP starting up with Windows and minimized to the tray. Does this cause a problem? I have tried this both ways. The error.log for the client will follow on the next post. |
| | |
| | #5 (permalink) |
| Portal Member | Client error.log: 2006-11-26 13:35:10.062500 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) at System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) at TvPlugin.ChannelNavigator.ReLoad()System.Data.SqlC lient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) at System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:10.062500 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:10.062500 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:10.062500 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:10.062500 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) at TvPlugin.ChannelNavigator.ReLoad() 2006-11-26 13:35:21.453125 [ERROR][MPMain]: OnMessage exception ystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n() at TvPlugin.ChannelNavigator.LoadSettings(Settings xmlreader) at TvPlugin.TVHome.LoadSettings() at TvPlugin.TVHome.OnPageLoad() at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMes sage message) 2006-11-26 13:35:24.640625 [ERROR][MPMain]: OnMessage exception ystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n() at TvPlugin.ChannelNavigator.SaveSettings(Settings xmlwriter) at TvPlugin.TVHome.SaveSettings() at TvPlugin.TVHome.OnClicked(Int32 controlId, GUIControl control, ActionType actionType) at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMes sage message) 2006-11-26 13:35:26.906250 [ERROR][MPMain]: OnMessage exception ystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n() at TvPlugin.ChannelNavigator.SaveSettings(Settings xmlwriter) at TvPlugin.TVHome.SaveSettings() at TvPlugin.TVHome.OnClicked(Int32 controlId, GUIControl control, ActionType actionType) at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMes sage message) 2006-11-26 13:35:28.578125 [ERROR][MPMain]: OnMessage exception ystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n() at TvPlugin.ChannelNavigator.SaveSettings(Settings xmlwriter) at TvPlugin.TVHome.SaveSettings() at TvPlugin.TVHome.OnPageDestroy(Int32 newWindowId) at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMes sage message) 2006-11-26 13:35:44.578125 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) at System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnMessage(GUIMessage message)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) at System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) at System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:44.578125 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:44.578125 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:44.578125 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:44.578125 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnMessage(GUIMessage message) 2006-11-26 13:35:46.906250 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:46.906250 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:46.906250 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:46.906250 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:46.906250 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:46.921875 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:46.921875 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:46.921875 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:46.921875 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:46.921875 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:46.921875 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:46.968750 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:46.968750 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:46.968750 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:46.968750 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:46.968750 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:46.968750 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:46.968750 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:46.984375 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:46.984375 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:46.984375 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:46.984375 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.000000 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:47.000000 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:47.000000 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:47.015625 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:47.015625 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.015625 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.015625 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.015625 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:47.015625 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:47.015625 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:47.015625 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.046875 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:47.046875 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:47.046875 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:47.046875 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:47.046875 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.062500 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.062500 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.062500 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:47.062500 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:47.062500 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:47.062500 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.093750 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:47.093750 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:47.093750 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:47.093750 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:47.093750 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.093750 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.109375 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.109375 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:47.109375 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:47.109375 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:47.109375 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.140625 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() 2006-11-26 13:35:47.140625 [ERROR][MPMain]: Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; 2006-11-26 13:35:47.140625 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2006-11-26 13:35:47.140625 [ERROR][MPMain]: source :Gentle.Common 2006-11-26 13:35:47.140625 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.156250 [ERROR][MPMain]: exception: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; Gentle.Common at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action) 2006-11-26 13:35:47.156250 [ERROR][MPMain]: Exception ystem.Exception: exception occured ---> Error: DatabaseUnavailableUnclassifiedGentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.156250 [ERROR][MPMain]: Exception :exception occured 2006-11-26 13:35:47.156250 [ERROR][MPMain]: site :Void OnAction(MediaPortal.GUI.Library.Action) 2006-11-26 13:35:47.156250 [ERROR][MPMain]: source :MediaPortal 2006-11-26 13:35:47.156250 [ERROR][MPMain]: stacktrace: at MediaPortalApp.OnAction(Action action) at MediaPortal.GUI.Library.OnActionHandler.Invoke(Act ion action) at MediaPortal.GUI.Library.GUIWindowManager.DispatchT hreadMessages() at MediaPortalApp.FrameMove() 2006-11-26 13:35:47.828125 [ERROR][MPMain]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=Arlac-12;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=ricks\SQLEXPRESS; ---> System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetCon nection() --- End of inner exception stack trace --- at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(St ring tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyz e(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(Ob jectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(Persis tenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceB roker broker, Type type) at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.SqlBuilder..ctor(PersistenceBroke r broker, StatementType stmtType, Type type, LogicalOperator logicalOperator) at Gentle.Framework.PersistenceBroker.GetRetrieveList Statement(Type type, Key key) at Gentle.Framework.PersistenceBroker.RetrieveList(Ty pe type, Key key, IList result, IDbConnection conn, IDbTransaction tr) at Gentle.Framework.Broker.RetrieveList(Type type) at TvDatabase.Schedule.ListAll() at TvPlugin.TvGuideBase.Update(Boolean selectCurrentShow) at TvPlugin.TvGuideBase.OnAction(Action action) at MediaPortal.GUI.Library.GUIWindowManager.OnAction( Action action) at MediaPortalApp.OnAction(Action action)System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) at System.Data.ProviderBase.DbConne |