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
Database Connection Problems (on client machine)
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="porky996t" data-source="post: 914138" data-attributes="member: 75318"><p>Hi mm,</p><p> </p><p>Thanks for the input.</p><p> </p><p>None of the laptops or MP machines have 64 bit version on them. All running Win 7 x86</p><p> </p><p>I have disabled both firewalls - no change. The client is still not connecting to the database.</p><p> </p><p> </p><p>gentle.config files will not attach, due to file extension type. So this is a copy of the text from client machine:-</p><p> </p><p>[spoiler][/spoiler]</p><p> </p><p>This is the same from the Server machine...</p><p> </p><p>EDIT: This is actually from the MP Client that sits on the TV Server machine, it is not the gentle.config detail from the TV Server itself, that file detail is a couple of posts further on. Thanks to HomeY for pointing this out.</p><p> </p><p> </p><p>[spoiler]<em><?xml version="1.0" encoding="utf-8"?></em> <em><Gentle.Framework></em> <em> <!-- See the API documentation for the Gentle.Framework.GentleSettings class for</em> <em> detailed information on the keys available in the Options section --></em> <em> <Options></em> <em> <!-- the default timeout value in seconds for IDbCommand instances created by Gentle --></em> <em> <CommandTimeout>30</CommandTimeout></em> <em> <!-- whether to enable support for Gentle-managed concurrency control columns --></em> <em> <ConcurrencyControl>false</ConcurrencyControl></em> <em> <!-- options: Attributes or XML (XML currently unused) --></em> <em> <MasterDefinition>Attributes</MasterDefinition></em> <em> <Analyzer></em> <em> <!-- options: None, OnDemand (the default), Full --></em> <em> <Level>OnDemand</Level></em> <em> <!-- whether to warn about unmapped columns and other non-fatal errors --></em> <em> <Silent>false</Silent></em> <em> </Analyzer></em> <em> <Cache></em> <em> <!-- default cache strategy (use only Never or Temporary) --></em> <em> <DefaultStrategy>Temporary</DefaultStrategy></em> <em> <CacheStatements>true</CacheStatements></em> <em> <CacheObjects>true</CacheObjects></em> <em> <!-- when true Gentle will try to bypass query execution and compose</em> <em> the result from cached data alone --></em> <em> <SkipQueryExecution>true</SkipQueryExecution></em> <em> <!-- the scope within which to ensure uniqing </em> <em> options: Thread (default), Application or WebSession --></em> <em> <UniqingScope>Application</UniqingScope></em> <em> </Cache></em> <em> <Logging></em> <em> <!-- This setting controls the lowest log level emitted. See the</em> <em> Verbosity enum for details on the available values. --></em> <em> <Verbosity>Warning</Verbosity></em> <em> <!-- Do not edit this unless you know what you're doing. This setting</em> <em> controls at what level error conditions are considered fatal. --></em> <em> <Frailty>Warning</Frailty></em> <em> <!-- Use values defined in the LogCategories enum to turn logging on/off</em> <em> for selected categories. The available values include:</em> <em> All (all categories)</em> <em> StatementExecutionRead (select statements)</em> <em> StatementExecutionWrite (insert/update/delete statements)</em> <em> StatementExecutionOther (any other kind of statement)</em> <em> StatementExecution (any kind of statement; same as all three groups above)</em> <em> Cache (cache accesses)</em> <em> Metadata (metadata updates)</em> <em> General (everything else) --></em> <em> <!-- The following sample first disables all categories, then selectively</em> <em> turns on various subcategories --></em> <em> <Category name="All" enabled="false" /></em> <em> <Category name="StatementExecution" enabled="false" /></em> <em> <Category name="Cache" enabled="false" /></em> <em> <Category name="Metadata" enabled="false" /></em> <em> </Logging></em> <em> </Options></em> <em> <!-- </em> <em> <NamespaceProviders></em> <em> <Namespace namespace="Gentle.First" provider="SQLServer" connectionstring="..." /></em> <em> <Namespace namespace="Gentle.Second" provider="SQLServer" connectionString="..." /></em> <em> </NamespaceProviders></em> <em> --></em> <em> <DefaultProvider name="MySQL" connectionString="Server=TVPC;Database=MpTvDb;User ID=root;Password=MediaPortal;charset=utf8;Connection Timeout=30;" /></em> <em> <!--</em> <em> <DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;Data Source=TvLibrary.fdb;ServerType=1;Charset=UNICODE_FSS;" /></em> <em> <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;" /></em> <em> <DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;User ID=xxx;Password=xxx" /></em> <em> <DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;User ID=xxx;Password=xxx" /></em> <em> <DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /></em> <em> <DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" /></em> <em> <DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" /></em> <em> <DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /></em> <em> --></em> <em> <!-- IMPORTANT: You must uncomment ONLY the providers that you will be using. If a provider </em> <em> is defined below, but Gentle cannot find or load the associated library, an exception</em> <em> will most likely be raised! --></em> <em> <Providers></em> <em> <!-- list known provider assemblies; the assembly .dll suffix is optional --></em> <em> <!-- Provider name="CE" assembly="Gentle.Provider.CE" /--></em> <em> <!-- Provider name="Firebird" assembly="Gentle.Provider.Firebird" /--></em> <em> <!-- Provider name="Jet" assembly="Gentle.Provider.Jet" /--></em> <em> <Provider name="MySQL" assembly="Gentle.Provider.MySQL.dll" /></em> <em> <!-- Provider name="Oracle" assembly="Gentle.Provider.Oracle" /--></em> <em> <!-- Provider name="OracleODP" assembly="Gentle.Provider.OracleODP" /--></em> <em> <!-- Provider name="PostgreSQL" assembly="Gentle.Provider.PostgreSQL" /--></em> <em> <!-- Provider name="SQLite" assembly="Gentle.Provider.SQLite" / --></em> <em> <Provider name="SQLServer" assembly="Gentle.Provider.SQLServer" /></em> <em> <!-- Provider name="Sybase" assembly="Gentle.Provider.Sybase" / --></em> <em> <!-- Provider name="SybaseASA" assembly="Gentle.Provider.SybaseASA" / --></em> <em> </Providers></em> <em></Gentle.Framework></em>[/spoiler]</p><p> </p><p>I'll install the workbench and see if I can connect that way..</p><p> </p><p>Thanks for assistance so far.</p></blockquote><p></p>
[QUOTE="porky996t, post: 914138, member: 75318"] Hi mm, Thanks for the input. None of the laptops or MP machines have 64 bit version on them. All running Win 7 x86 I have disabled both firewalls - no change. The client is still not connecting to the database. gentle.config files will not attach, due to file extension type. So this is a copy of the text from client machine:- [spoiler][/spoiler] This is the same from the Server machine... EDIT: This is actually from the MP Client that sits on the TV Server machine, it is not the gentle.config detail from the TV Server itself, that file detail is a couple of posts further on. Thanks to HomeY for pointing this out. [spoiler][I]<?xml version="1.0" encoding="utf-8"?>[/I] [I]<Gentle.Framework>[/I] [I] <!-- See the API documentation for the Gentle.Framework.GentleSettings class for[/I] [I] detailed information on the keys available in the Options section -->[/I] [I] <Options>[/I] [I] <!-- the default timeout value in seconds for IDbCommand instances created by Gentle -->[/I] [I] <CommandTimeout>30</CommandTimeout>[/I] [I] <!-- whether to enable support for Gentle-managed concurrency control columns -->[/I] [I] <ConcurrencyControl>false</ConcurrencyControl>[/I] [I] <!-- options: Attributes or XML (XML currently unused) -->[/I] [I] <MasterDefinition>Attributes</MasterDefinition>[/I] [I] <Analyzer>[/I] [I] <!-- options: None, OnDemand (the default), Full -->[/I] [I] <Level>OnDemand</Level>[/I] [I] <!-- whether to warn about unmapped columns and other non-fatal errors -->[/I] [I] <Silent>false</Silent>[/I] [I] </Analyzer>[/I] [I] <Cache>[/I] [I] <!-- default cache strategy (use only Never or Temporary) -->[/I] [I] <DefaultStrategy>Temporary</DefaultStrategy>[/I] [I] <CacheStatements>true</CacheStatements>[/I] [I] <CacheObjects>true</CacheObjects>[/I] [I] <!-- when true Gentle will try to bypass query execution and compose[/I] [I] the result from cached data alone -->[/I] [I] <SkipQueryExecution>true</SkipQueryExecution>[/I] [I] <!-- the scope within which to ensure uniqing [/I] [I] options: Thread (default), Application or WebSession -->[/I] [I] <UniqingScope>Application</UniqingScope>[/I] [I] </Cache>[/I] [I] <Logging>[/I] [I] <!-- This setting controls the lowest log level emitted. See the[/I] [I] Verbosity enum for details on the available values. -->[/I] [I] <Verbosity>Warning</Verbosity>[/I] [I] <!-- Do not edit this unless you know what you're doing. This setting[/I] [I] controls at what level error conditions are considered fatal. -->[/I] [I] <Frailty>Warning</Frailty>[/I] [I] <!-- Use values defined in the LogCategories enum to turn logging on/off[/I] [I] for selected categories. The available values include:[/I] [I] All (all categories)[/I] [I] StatementExecutionRead (select statements)[/I] [I] StatementExecutionWrite (insert/update/delete statements)[/I] [I] StatementExecutionOther (any other kind of statement)[/I] [I] StatementExecution (any kind of statement; same as all three groups above)[/I] [I] Cache (cache accesses)[/I] [I] Metadata (metadata updates)[/I] [I] General (everything else) -->[/I] [I] <!-- The following sample first disables all categories, then selectively[/I] [I] turns on various subcategories -->[/I] [I] <Category name="All" enabled="false" />[/I] [I] <Category name="StatementExecution" enabled="false" />[/I] [I] <Category name="Cache" enabled="false" />[/I] [I] <Category name="Metadata" enabled="false" />[/I] [I] </Logging>[/I] [I] </Options>[/I] [I] <!-- [/I] [I] <NamespaceProviders>[/I] [I] <Namespace namespace="Gentle.First" provider="SQLServer" connectionstring="..." />[/I] [I] <Namespace namespace="Gentle.Second" provider="SQLServer" connectionString="..." />[/I] [I] </NamespaceProviders>[/I] [I] -->[/I] [I] <DefaultProvider name="MySQL" connectionString="Server=TVPC;Database=MpTvDb;User ID=root;Password=MediaPortal;charset=utf8;Connection Timeout=30;" />[/I] [I] <!--[/I] [I] <DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;Data Source=TvLibrary.fdb;ServerType=1;Charset=UNICODE_FSS;" />[/I] [I] <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;" />[/I] [I] <DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;User ID=xxx;Password=xxx" />[/I] [I] <DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;User ID=xxx;Password=xxx" />[/I] [I] <DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />[/I] [I] <DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />[/I] [I] <DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" />[/I] [I] <DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" />[/I] [I] -->[/I] [I] <!-- IMPORTANT: You must uncomment ONLY the providers that you will be using. If a provider [/I] [I] is defined below, but Gentle cannot find or load the associated library, an exception[/I] [I] will most likely be raised! -->[/I] [I] <Providers>[/I] [I] <!-- list known provider assemblies; the assembly .dll suffix is optional -->[/I] [I] <!-- Provider name="CE" assembly="Gentle.Provider.CE" /-->[/I] [I] <!-- Provider name="Firebird" assembly="Gentle.Provider.Firebird" /-->[/I] [I] <!-- Provider name="Jet" assembly="Gentle.Provider.Jet" /-->[/I] [I] <Provider name="MySQL" assembly="Gentle.Provider.MySQL.dll" />[/I] [I] <!-- Provider name="Oracle" assembly="Gentle.Provider.Oracle" /-->[/I] [I] <!-- Provider name="OracleODP" assembly="Gentle.Provider.OracleODP" /-->[/I] [I] <!-- Provider name="PostgreSQL" assembly="Gentle.Provider.PostgreSQL" /-->[/I] [I] <!-- Provider name="SQLite" assembly="Gentle.Provider.SQLite" / -->[/I] [I] <Provider name="SQLServer" assembly="Gentle.Provider.SQLServer" />[/I] [I] <!-- Provider name="Sybase" assembly="Gentle.Provider.Sybase" / -->[/I] [I] <!-- Provider name="SybaseASA" assembly="Gentle.Provider.SybaseASA" / -->[/I] [I] </Providers>[/I] [I]</Gentle.Framework>[/I][/spoiler] I'll install the workbench and see if I can connect that way.. Thanks for assistance so far. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Database Connection Problems (on client machine)
Contact us
RSS
Top
Bottom