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
SQL configuration for radio plugin
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="Deda" data-source="post: 664971" data-attributes="member: 89768"><p>I investigated your problem and result is that connection string to SQL server is missing in Gentle.config file (file is located in Mp settings folder). I don't know why connection string is not updated but you can repair it, as first aid, yourself.</p><p></p><p>Look for :[code]</p><p></p><p>[COLOR=Red] <DefaultProvider name="SQLServer" connectionString="Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDb;Data Source=MyServer;Connection Timeout=300;" />[/COLOR]</p><p></p><p> <!--</p><p> <DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;Data Source=TvLibrary.fdb;ServerType=1;Charset=UNICODE_FSS;" /></p><p> <DefaultProvider name="Jet" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Code\Gentle.NET\Source\Gentle.Framework.Tests\Database Files\Gentle_MSAccess.mdb;OLE DB Services=-1;" /></p><p> <DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;User ID=xxx;Password=xxx" /></p><p> <DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;User ID=xxx;Password=xxx" /></p><p> <DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /></p><p> <DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /></p><p> <DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" /></p><p> <DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /></p><p> --></p><p>[/code]Pay attention for red block (I use MSSql server connection string), you can try all as it is except <span style="color: Red">data source=MyServer, MyServer should be named to yours server name.</span></p><p><span style="color: Red"></span></p><p><span style="color: Red">This is valid if MS SQL server is used. If you changed user and password they should be also named to yours.</span></p><p><span style="color: Red"></span></p><p></p><p><strong><span style="color: Red">Please, backup original file before you change something there.</span></strong></p><p></p><p></p><p>Also, this string will be updated if in GUI - TV, use Guide (safer solution)</p></blockquote><p></p>
[QUOTE="Deda, post: 664971, member: 89768"] I investigated your problem and result is that connection string to SQL server is missing in Gentle.config file (file is located in Mp settings folder). I don't know why connection string is not updated but you can repair it, as first aid, yourself. Look for :[code] [COLOR=Red] <DefaultProvider name="SQLServer" connectionString="Password=MediaPortal;Persist Security Info=True;User ID=sa;Initial Catalog=MpTvDb;Data Source=MyServer;Connection Timeout=300;" />[/COLOR] <!-- <DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;Data Source=TvLibrary.fdb;ServerType=1;Charset=UNICODE_FSS;" /> <DefaultProvider name="Jet" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Code\Gentle.NET\Source\Gentle.Framework.Tests\Database Files\Gentle_MSAccess.mdb;OLE DB Services=-1;" /> <DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;User ID=xxx;Password=xxx" /> <DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;User ID=xxx;Password=xxx" /> <DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /> <DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /> <DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" /> <DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /> --> [/code]Pay attention for red block (I use MSSql server connection string), you can try all as it is except [COLOR=Red]data source=MyServer, MyServer should be named to yours server name. This is valid if MS SQL server is used. If you changed user and password they should be also named to yours. [/COLOR] [B][COLOR="Red"]Please, backup original file before you change something there.[/COLOR][/B] Also, this string will be updated if in GUI - TV, use Guide (safer solution) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
SQL configuration for radio plugin
Contact us
RSS
Top
Bottom