home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
What are the correct settings for user "sa" in MSSQL Express?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="etheesdad" data-source="post: 335973" data-attributes="member: 84335"><p>Nope. didnt work. setuptv.exe came up with --config-db. selected MSSQL and it logged in. Was fine while I was setting up channels, then when I rebooted the machine it locked out user SA again. </p><p></p><p>Strangely, when I run setuptv.exe --configure-db, the test login works fine "test succeeded", so I hit save, then if I try to start the TV Server configuration, it chokes, & says "tv server not started"</p><p></p><p></p><p>[code]</p><p>2008-11-30 08:52:00.906250 [TVService]: Exception :Error: DatabaseUnavailableUnclassified</p><p>Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached.</p><p>Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDbRC4;Data Source=mediabox5\SQLEXPRESS;Connection Timeout=300; ---> System.Data.SqlClient.SqlException: Cannot open database "MpTvDbRC4" requested by the login. The login failed.</p><p>Login failed for user 'sa'.</p><p> at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)</p><p> at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)</p><p> at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)</p><p> at System.Data.SqlClient.SqlConnection.Open()</p><p> at Gentle.Provider.SQLServer.SQLServerProvider.GetConnection()</p><p> --- End of inner exception stack trace ---</p><p> at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)</p><p> at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)</p><p> at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(String tableName)</p><p> at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName)</p><p> at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)</p><p> at Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)</p><p> at Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)</p><p> at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)</p><p> at Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)</p><p> at TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue)</p><p> at TvLibrary.Implementations.TvCardCollection..ctor()</p><p> at TvService.TVController.InitController()System.Data.SqlClient.SqlException: Cannot open database "MpTvDbRC4" requested by the login. The login failed.</p><p>Login failed for user 'sa'.</p><p> at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)</p><p> at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)</p><p> at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)</p><p> at System.Data.SqlClient.SqlConnection.Open()</p><p> at Gentle.Provider.SQLServer.SQLServerProvider.GetConnection()</p><p>Exception :The database backend (provider SQLServer) could not be reached.</p><p>Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDbRC4;Data Source=mediabox5\SQLEXPRESS;Connection Timeout=300;</p><p> site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String)</p><p> source :Gentle.Common</p><p> stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)</p><p> at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)</p><p> at Gentle.Provider.SQLServer.SQL92Analyzer.Analyze(String tableName)</p><p> at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName)</p><p> at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)</p><p> at Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)</p><p> at Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)</p><p> at Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)</p><p> at Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)</p><p> at TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue)</p><p> at TvLibrary.Implementations.TvCardCollection..ctor()</p><p> at TvService.TVController.InitController()</p><p>[/code]</p></blockquote><p></p>
[QUOTE="etheesdad, post: 335973, member: 84335"] Nope. didnt work. setuptv.exe came up with --config-db. selected MSSQL and it logged in. Was fine while I was setting up channels, then when I rebooted the machine it locked out user SA again. Strangely, when I run setuptv.exe --configure-db, the test login works fine "test succeeded", so I hit save, then if I try to start the TV Server configuration, it chokes, & says "tv server not started" [code] 2008-11-30 08:52:00.906250 [TVService]: Exception :Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider SQLServer) could not be reached. Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDbRC4;Data Source=mediabox5\SQLEXPRESS;Connection Timeout=300; ---> System.Data.SqlClient.SqlException: Cannot open database "MpTvDbRC4" requested by the login. The login failed. Login failed for user 'sa'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetConnection() --- 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(String tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker 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 TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue) at TvLibrary.Implementations.TvCardCollection..ctor() at TvService.TVController.InitController()System.Data.SqlClient.SqlException: Cannot open database "MpTvDbRC4" requested by the login. The login failed. Login failed for user 'sa'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Gentle.Provider.SQLServer.SQLServerProvider.GetConnection() Exception :The database backend (provider SQLServer) could not be reached. Check the connection string: Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDbRC4;Data Source=mediabox5\SQLEXPRESS;Connection Timeout=300; site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) source :Gentle.Common 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(String tableName) at Gentle.Provider.SQLServer.SQLServerAnalyzer.Analyze(String tableName) at Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map) at Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type) at Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker 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 TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue) at TvLibrary.Implementations.TvCardCollection..ctor() at TvService.TVController.InitController() [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
What are the correct settings for user "sa" in MSSQL Express?
Contact us
RSS
Top
Bottom