<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: connect mssql database from linux machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173932#M32128</link>
    <description>The userguides for FreeTDS look fairly self explanatory:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freetds.org/userguide" target="_blank"&gt;http://www.freetds.org/userguide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you can't figure things out, then letting us know exactly how you've got things configured, and exactly what it does when you're not getting a connection, would be useful...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Sat, 05 Apr 2008 09:04:22 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2008-04-05T09:04:22Z</dc:date>
    <item>
      <title>connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173929#M32125</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to connect MSSQLServer2k database(nltrans) on Windows2k machine(host=AGNI, ip=192,168.0.11) from linux m/c( 192.168.0.4)&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2008 08:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173929#M32125</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-04-04T08:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173930#M32126</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A quick Google will head you towards FreeTDS which should do what you want...&lt;BR /&gt;&lt;A href="http://www.freetds.org" target="_blank"&gt;http://www.freetds.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sat, 05 Apr 2008 06:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173930#M32126</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-04-05T06:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173931#M32127</link>
      <description>Hi Rob,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I have already installed freetds. But still not getting connection with sql server.&lt;BR /&gt;&lt;BR /&gt;There are /etc/odbc.ini /etc/odbcinst.ini /etc/freetds.conf files but confused which file i have to use and what entries would be put according above infrastructure?&lt;BR /&gt;&lt;BR /&gt;Pls suggest.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Apr 2008 08:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173931#M32127</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-04-05T08:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173932#M32128</link>
      <description>The userguides for FreeTDS look fairly self explanatory:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freetds.org/userguide" target="_blank"&gt;http://www.freetds.org/userguide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you can't figure things out, then letting us know exactly how you've got things configured, and exactly what it does when you're not getting a connection, would be useful...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sat, 05 Apr 2008 09:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173932#M32128</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-04-05T09:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173933#M32129</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;/etc/freetds.conf&lt;BR /&gt;[myserver2k]&lt;BR /&gt;host = agni.sigma2.com&lt;BR /&gt;port = 1433&lt;BR /&gt;&lt;BR /&gt;/etc/odbc.ini&lt;BR /&gt;[nltrans]&lt;BR /&gt;Trace = ON&lt;BR /&gt;Driver = ODBC&lt;BR /&gt;Database = nltrans&lt;BR /&gt;PORT = 1433&lt;BR /&gt;&lt;BR /&gt;/etc/odbcinst.ini&lt;BR /&gt;Description = ODBC for MSSQL&lt;BR /&gt;Driver = /usr/lib/libodbcpsql.so&lt;BR /&gt;Setup = /usr/lib/libodbcpsqlS.so&lt;BR /&gt;FileUsage = 1&lt;BR /&gt;UsageCount = 1&lt;BR /&gt;&lt;BR /&gt;when i connecting ----&lt;BR /&gt;&lt;BR /&gt;tsql -H agni -p 1433 -U 'sigma2\administrator' -P 'password'&lt;BR /&gt;locale is "en_US.UTF-8"&lt;BR /&gt;locale charset is "UTF-8"&lt;BR /&gt;Msg 20009, Level 9, State 0, Server OpenClient, Line 0&lt;BR /&gt;Server is unavailable or does not exist.&lt;BR /&gt;There was a problem connecting to the server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;MKS</description>
      <pubDate>Sat, 05 Apr 2008 10:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173933#M32129</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-04-05T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: connect mssql database from linux machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173934#M32130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From the FAQ: &lt;A href="http://www.freetds.org/faq.html" target="_blank"&gt;http://www.freetds.org/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Connecting like so: &lt;BR /&gt;&lt;BR /&gt;tsql -H hostmachine -p port -U username -P password&lt;BR /&gt;&lt;BR /&gt;will bypass the freetds.conf file.  Therefore check first that your hostname is reachable&lt;BR /&gt;&lt;BR /&gt;# telnet agni 1433&lt;BR /&gt;# telnet agni.sigma2.com 1433&lt;BR /&gt;&lt;BR /&gt;You should get some form of response from the server...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Sat, 05 Apr 2008 11:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/connect-mssql-database-from-linux-machine/m-p/4173934#M32130</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-04-05T11:29:36Z</dc:date>
    </item>
  </channel>
</rss>

