<?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: Local SQL Server 2008 ColdFusion Datasource</title>
	<atom:link href="http://www.mattgifford.co.uk/local-sql-server-2008-coldfusion-datasource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattgifford.co.uk/local-sql-server-2008-coldfusion-datasource/</link>
	<description>Matt Gifford AKA ColdFuMonkeh - ColdFusion, CFML, jQuery and web development</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:50:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bev Slater</title>
		<link>http://www.mattgifford.co.uk/local-sql-server-2008-coldfusion-datasource/comment-page-1/#comment-7712</link>
		<dc:creator>Bev Slater</dc:creator>
		<pubDate>Thu, 26 Aug 2010 13:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattgifford.co.uk/?p=750#comment-7712</guid>
		<description>Matt - my error is slightly different.  The tcp/ip are active and enabled and SQL Services have been restarted.  But my ColdFusion v8 shows this error when using the SQL Server driver.  It DOES connect using the ODBC Socket, but I&#039;d rather use the SQL Server driver.  I hope you can help.

Connection verification failed for data source: rsl2
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No more data available to read.
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No more data available to read.</description>
		<content:encoded><![CDATA[<p>Matt &#8211; my error is slightly different.  The tcp/ip are active and enabled and SQL Services have been restarted.  But my ColdFusion v8 shows this error when using the SQL Server driver.  It DOES connect using the ODBC Socket, but I&#8217;d rather use the SQL Server driver.  I hope you can help.</p>
<p>Connection verification failed for data source: rsl2<br />
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No more data available to read.<br />
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]No more data available to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew lorien</title>
		<link>http://www.mattgifford.co.uk/local-sql-server-2008-coldfusion-datasource/comment-page-1/#comment-6509</link>
		<dc:creator>andrew lorien</dc:creator>
		<pubDate>Mon, 09 Aug 2010 00:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattgifford.co.uk/?p=750#comment-6509</guid>
		<description>Thanks Matt, solved my problem
two other problems i had (for anyone else doing this process):

i use the sa user for development, but it is disabled by default.  In SQL Server Management Studio, under &#039;security&#039; and &#039;logins&#039;, double click the sa user and on the &#039;status&#039; page check &#039;enabled&#039; for login.  

But in cfadmin i still got &quot;Login failed for user &#039;sa&#039;. The user is not associated with a trusted SQL Server connection&quot;.  that was because SQL server only allows windows authentication by default.  to change that, connect to the server, right-click and open the properties window, and on the security tab select &quot;SQL server and Windows Authentication mode&quot;

dev machine back up now...</description>
		<content:encoded><![CDATA[<p>Thanks Matt, solved my problem<br />
two other problems i had (for anyone else doing this process):</p>
<p>i use the sa user for development, but it is disabled by default.  In SQL Server Management Studio, under &#8217;security&#8217; and &#8216;logins&#8217;, double click the sa user and on the &#8217;status&#8217; page check &#8216;enabled&#8217; for login.  </p>
<p>But in cfadmin i still got &#8220;Login failed for user &#8217;sa&#8217;. The user is not associated with a trusted SQL Server connection&#8221;.  that was because SQL server only allows windows authentication by default.  to change that, connect to the server, right-click and open the properties window, and on the security tab select &#8220;SQL server and Windows Authentication mode&#8221;</p>
<p>dev machine back up now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boomi</title>
		<link>http://www.mattgifford.co.uk/local-sql-server-2008-coldfusion-datasource/comment-page-1/#comment-1123</link>
		<dc:creator>Boomi</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattgifford.co.uk/?p=750#comment-1123</guid>
		<description>Hi Matt,

Thanks for your article. I am facing the below issues when i tried to connect the sql server 2008 by using coldfusion MX7. 

07:44:57,424 ERROR [STDERR] A non-SQL error occurred while requesting a connection from DATASOURCE NAME

07:44:57,424 ERROR [STDERR] Timed out trying to establish connection

07:45:00,049 ERROR [STDERR] Exception in thread &quot;Thread-21&quot; 

07:45:00,049 ERROR [STDERR] java.lang.LinkageError: javax/net/ssl/SSLSocketFactory

07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1368)

07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1058)

07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)

07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)

07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)

07:45:00,049 ERROR [STDERR]   at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:562)

07:45:00,049 ERROR [STDERR]   at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)

07:45:00,049 ERROR [STDERR]   at java.lang.Thread.run(Unknown Source)

07:45:00,049 ERROR [STDERR] A non-SQL error occurred while requesting a connection from DATASOURCE NAME

07:45:00,049 ERROR [STDERR] Timed out trying to establish connection</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for your article. I am facing the below issues when i tried to connect the sql server 2008 by using coldfusion MX7. </p>
<p>07:44:57,424 ERROR [STDERR] A non-SQL error occurred while requesting a connection from DATASOURCE NAME</p>
<p>07:44:57,424 ERROR [STDERR] Timed out trying to establish connection</p>
<p>07:45:00,049 ERROR [STDERR] Exception in thread &#8220;Thread-21&#8243; </p>
<p>07:45:00,049 ERROR [STDERR] java.lang.LinkageError: javax/net/ssl/SSLSocketFactory</p>
<p>07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1368)</p>
<p>07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1058)</p>
<p>07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)</p>
<p>07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)</p>
<p>07:45:00,049 ERROR [STDERR]   at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)</p>
<p>07:45:00,049 ERROR [STDERR]   at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:562)</p>
<p>07:45:00,049 ERROR [STDERR]   at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)</p>
<p>07:45:00,049 ERROR [STDERR]   at java.lang.Thread.run(Unknown Source)</p>
<p>07:45:00,049 ERROR [STDERR] A non-SQL error occurred while requesting a connection from DATASOURCE NAME</p>
<p>07:45:00,049 ERROR [STDERR] Timed out trying to establish connection</p>
]]></content:encoded>
	</item>
</channel>
</rss>
