<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PowerDNS on SuSE Linux &amp; SQL Server 2005 &#8211; Part 1</title>
	<atom:link href="http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/</link>
	<description>Illegitimi Non Carborundum</description>
	<lastBuildDate>Wed, 28 Jul 2010 08:44:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-98</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-98</guid>
		<description>Thanks for time and effort you put in to this. Very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks for time and effort you put in to this. Very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-28 &#124; blog/shl@INTERDOSE</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-90</link>
		<dc:creator>links for 2009-06-28 &#124; blog/shl@INTERDOSE</dc:creator>
		<pubDate>Tue, 22 Dec 2009 12:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-90</guid>
		<description>[...] PowerDNS on SuSE Linux &amp; SQL Server 2005 – Part 1 &#124; In search of perfection&#8230; (tags: network) [...]</description>
		<content:encoded><![CDATA[<p>[...] PowerDNS on SuSE Linux &amp; SQL Server 2005 – Part 1 | In search of perfection&#8230; (tags: network) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVerniks</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-81</link>
		<dc:creator>AVerniks</dc:creator>
		<pubDate>Fri, 16 Oct 2009 11:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-81</guid>
		<description>As for me, everything is fully satisfied.</description>
		<content:encoded><![CDATA[<p>As for me, everything is fully satisfied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-69</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-69</guid>
		<description>Hi Rose,

The set up I describe is MS SQL Server on windows providing the data store for the PDNS Authroative DNS Server running on Linux. Make sure that your windows server (green) can be pinged from the Linux server and also you can telnet on port 1434 to green to check that the port for The SQL Browser is listening this is used to resolve the port that the instance of MSSQL is listening on. Also try telneting to the port that the MS SQL Server is listening on. In short make sure that everything is reachable before testing using tsql.

regards

Tobi</description>
		<content:encoded><![CDATA[<p>Hi Rose,</p>
<p>The set up I describe is MS SQL Server on windows providing the data store for the PDNS Authroative DNS Server running on Linux. Make sure that your windows server (green) can be pinged from the Linux server and also you can telnet on port 1434 to green to check that the port for The SQL Browser is listening this is used to resolve the port that the instance of MSSQL is listening on. Also try telneting to the port that the MS SQL Server is listening on. In short make sure that everything is reachable before testing using tsql.</p>
<p>regards</p>
<p>Tobi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rose</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-68</link>
		<dc:creator>rose</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-68</guid>
		<description>I really appreciate for your reply.
would you please help me in these questions also?
my computer name is &quot;green&quot; and the instance of my SQL server is MYSQL.
i changed the content of the freetds.conf file to:

[localhost] //does the server name have to be written in braces?
host = green
instance = MYSQL
;port = 1433 //is ignored
tds Version = 8.0

the command &quot;tsql -S localhost -U sa&quot; is used to check the connection, but this time after password line, the error &quot;There was a problem connecting to the server&quot; appeared. now what should i do? 

I installed the DNS server on my windows server 2003. is it necessary to run a DNS server on linux also?
 
I knew from HOWTO that installing freetds is required for connecting to SQL server. is it also  necessary to install other packages you listed in HOWTO like libmysqlclient15? 

my /mnt/hgfs directory is empty. does it have to contain any file?

regards
rose</description>
		<content:encoded><![CDATA[<p>I really appreciate for your reply.<br />
would you please help me in these questions also?<br />
my computer name is &#8220;green&#8221; and the instance of my SQL server is MYSQL.<br />
i changed the content of the freetds.conf file to:</p>
<p>[localhost] //does the server name have to be written in braces?<br />
host = green<br />
instance = MYSQL<br />
;port = 1433 //is ignored<br />
tds Version = 8.0</p>
<p>the command &#8220;tsql -S localhost -U sa&#8221; is used to check the connection, but this time after password line, the error &#8220;There was a problem connecting to the server&#8221; appeared. now what should i do? </p>
<p>I installed the DNS server on my windows server 2003. is it necessary to run a DNS server on linux also?</p>
<p>I knew from HOWTO that installing freetds is required for connecting to SQL server. is it also  necessary to install other packages you listed in HOWTO like libmysqlclient15? </p>
<p>my /mnt/hgfs directory is empty. does it have to contain any file?</p>
<p>regards<br />
rose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-66</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-66</guid>
		<description>Hi,

TDS is the protocol that SQL Server uses. The host=localhost needs to be pointed to the name of the server/computer that SQL Server is listening on. Also SQL will only default to port 1433 if it is NOT a named instance. For example if you have a computer called MYPC and SQL server as the default instance you can just specify the name. If you have an instance call SQL2005D_1 then you will need to also use the instance setting as detailed in the HowTo.

Regards

Toby</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>TDS is the protocol that SQL Server uses. The host=localhost needs to be pointed to the name of the server/computer that SQL Server is listening on. Also SQL will only default to port 1433 if it is NOT a named instance. For example if you have a computer called MYPC and SQL server as the default instance you can just specify the name. If you have an instance call SQL2005D_1 then you will need to also use the instance setting as detailed in the HowTo.</p>
<p>Regards</p>
<p>Toby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rose</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-65</link>
		<dc:creator>rose</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-65</guid>
		<description>Hi
I did what the article said, but the command &quot;tsql -S localhost -U sa&quot; resulted in the error:

Msg 20009, Level 9, State -1, ServerOpenClient, Line -1
Unable to Connect:Adaptive Server is unavailable or does not exist
there was a problem connecting to the server

the entry of freetds.conf is:

[localhost]
   host = localhost
   port = 1433
   tdsVersion = 8.0

I run the tsql command on suse10 installed on vmware on windows XP
I have an entry of local host in \etc\hosts file

please help me to fix the problem, as u mentioned in u&#039;r article, there is no other article about connecting to SQL Server 2005 from a vmwared suse 10.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I did what the article said, but the command &#8220;tsql -S localhost -U sa&#8221; resulted in the error:</p>
<p>Msg 20009, Level 9, State -1, ServerOpenClient, Line -1<br />
Unable to Connect:Adaptive Server is unavailable or does not exist<br />
there was a problem connecting to the server</p>
<p>the entry of freetds.conf is:</p>
<p>[localhost]<br />
   host = localhost<br />
   port = 1433<br />
   tdsVersion = 8.0</p>
<p>I run the tsql command on suse10 installed on vmware on windows XP<br />
I have an entry of local host in \etc\hosts file</p>
<p>please help me to fix the problem, as u mentioned in u&#8217;r article, there is no other article about connecting to SQL Server 2005 from a vmwared suse 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-13</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 05 Jun 2009 19:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-13</guid>
		<description>Sure Andrew, do with as you need. Just provide a link back to the original just incase I update it.

Tobi.</description>
		<content:encoded><![CDATA[<p>Sure Andrew, do with as you need. Just provide a link back to the original just incase I update it.</p>
<p>Tobi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewBoldman</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-12</link>
		<dc:creator>AndrewBoldman</dc:creator>
		<pubDate>Fri, 05 Jun 2009 01:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-12</guid>
		<description>I really liked this post. Can I copy it to my site? Thank you in advance.</description>
		<content:encoded><![CDATA[<p>I really liked this post. Can I copy it to my site? Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://agilefutures.com/index.php/2008/10/powerdns-on-suse-linux-sql-server-2005-part-1/comment-page-1/#comment-11</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 14:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://agilefutures.com/?p=25#comment-11</guid>
		<description>Hi Pirsey,

There not much esle other than what&#039;s available on the post, one of the reasons I did it. If there is anything specific I can help with, I will do my best.

Regards

Tobi.</description>
		<content:encoded><![CDATA[<p>Hi Pirsey,</p>
<p>There not much esle other than what&#8217;s available on the post, one of the reasons I did it. If there is anything specific I can help with, I will do my best.</p>
<p>Regards</p>
<p>Tobi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
