<?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: Connecting ColdFusion to SQL Server Express</title>
	<atom:link href="http://www.fusioncube.net/index.php/coldfusion-sql-server-express/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express</link>
	<description>Steve Brownlee's blog about Internet application technologies</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:29:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eric</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-35168</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-35168</guid>
		<description>Steve - thanks for the post!

I&#039;m using Coldfusion 9 with SQL Server Express 2005 and the packaged SQL SERVER driver.

Followed your instructions above (except for using the JDBC driver) and was getting Login Failed errors.  Here&#039;s what fixed it for me:

Step #8: after setting up user, password and default database, click on User Mapping and make sure Map is checked next to the database you are trying to connect to.

Once I did this, it worked like a charm.</description>
		<content:encoded><![CDATA[<p>Steve &#8211; thanks for the post!</p>
<p>I&#8217;m using Coldfusion 9 with SQL Server Express 2005 and the packaged SQL SERVER driver.</p>
<p>Followed your instructions above (except for using the JDBC driver) and was getting Login Failed errors.  Here&#8217;s what fixed it for me:</p>
<p>Step #8: after setting up user, password and default database, click on User Mapping and make sure Map is checked next to the database you are trying to connect to.</p>
<p>Once I did this, it worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-35073</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-35073</guid>
		<description>Note-3: Since I had Protocols for MSSQLSERVER, I was also able to set up a connection using the Microsoft Sql Server Driver rather than &#039;Other&#039; (above, point #10), as long as I had enabled TCP/IP for MSSQLSERVER.  I did not test whether I still needed to add the sqljdbc4.jar file for the MSSQLSERVER connection to work.  Perhaps not?</description>
		<content:encoded><![CDATA[<p>Note-3: Since I had Protocols for MSSQLSERVER, I was also able to set up a connection using the Microsoft Sql Server Driver rather than &#8216;Other&#8217; (above, point #10), as long as I had enabled TCP/IP for MSSQLSERVER.  I did not test whether I still needed to add the sqljdbc4.jar file for the MSSQLSERVER connection to work.  Perhaps not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-35072</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-35072</guid>
		<description>Exceptionally useful info.  Thank you!  

Note-1: I have Protocols for MSSQLSERVER as well as Protocols for SQLEXPRESS beneath the Sql Server 2005 Network Configuration heading (above, point #4).  I needed to make sure the TCP/IP for MSSQLSERVER is also enabled for port 1433.

Note-2: I had to copy/paste sqljdbc4.jar into the same folder where cfusion.jar already existed.  Could be that sqljdbc.jar would also have worked, but since sqljdbc4.jar worked, I went with that.</description>
		<content:encoded><![CDATA[<p>Exceptionally useful info.  Thank you!  </p>
<p>Note-1: I have Protocols for MSSQLSERVER as well as Protocols for SQLEXPRESS beneath the Sql Server 2005 Network Configuration heading (above, point #4).  I needed to make sure the TCP/IP for MSSQLSERVER is also enabled for port 1433.</p>
<p>Note-2: I had to copy/paste sqljdbc4.jar into the same folder where cfusion.jar already existed.  Could be that sqljdbc.jar would also have worked, but since sqljdbc4.jar worked, I went with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RightAsInTrue</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34960</link>
		<dc:creator>RightAsInTrue</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34960</guid>
		<description>Updated information from my other implementations of the newest driver.

I downloaded Microsoft SQL Server JDBC Driver 2.0 and used sqljdbc4.jar (the driver) and sqljdbc_auth.dll (for integrated security) from:
http://msdn.microsoft.com/en-us/data/aa937724.aspx

I put them in the appropriate directories as follows (restart cf service after placement):
C:\ColdFusion8\wwwroot\WEB-INF\lib\sqljdbc4.jar
C:\WINDOWS\system32\sqljdbc_auth.dll

New Datasource Type: &quot;other&quot;
CF Data Source Name: &quot;WEB1&quot;
JDBC URL: &quot;jdbc:sqlserver://localhost:1433;databaseName=WEB1;integratedSecurity=true;&quot;
Driver Class: &quot;com.microsoft.sqlserver.jdbc.SQLServerDriver&quot;
Driver Name: &quot;Microsoft SQL Server JDBC 2.0&quot;
User name: &quot;&quot;
Password: &quot;&quot;
Description: &quot;&quot;</description>
		<content:encoded><![CDATA[<p>Updated information from my other implementations of the newest driver.</p>
<p>I downloaded Microsoft SQL Server JDBC Driver 2.0 and used sqljdbc4.jar (the driver) and sqljdbc_auth.dll (for integrated security) from:<br />
<a href="http://msdn.microsoft.com/en-us/data/aa937724.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/data/aa937724.aspx</a></p>
<p>I put them in the appropriate directories as follows (restart cf service after placement):<br />
C:\ColdFusion8\wwwroot\WEB-INF\lib\sqljdbc4.jar<br />
C:\WINDOWS\system32\sqljdbc_auth.dll</p>
<p>New Datasource Type: &#8220;other&#8221;<br />
CF Data Source Name: &#8220;WEB1&#8243;<br />
JDBC URL: &#8220;jdbc:sqlserver://localhost:1433;databaseName=WEB1;integratedSecurity=true;&#8221;<br />
Driver Class: &#8220;com.microsoft.sqlserver.jdbc.SQLServerDriver&#8221;<br />
Driver Name: &#8220;Microsoft SQL Server JDBC 2.0&#8243;<br />
User name: &#8220;&#8221;<br />
Password: &#8220;&#8221;<br />
Description: &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34923</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34923</guid>
		<description>Finally it worked for us with the dropdown &quot;OTHER&quot;. We have wrongly placed the sqljdbc4.jar. Instead of placing in the WEB-INF\lib, we placed inside the \WEB-INF\cfusion\lib. 

Thanks for the great article.</description>
		<content:encoded><![CDATA[<p>Finally it worked for us with the dropdown &#8220;OTHER&#8221;. We have wrongly placed the sqljdbc4.jar. Instead of placing in the WEB-INF\lib, we placed inside the \WEB-INF\cfusion\lib. </p>
<p>Thanks for the great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34911</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34911</guid>
		<description>Hello All,

Its solved the problem Instead of choosing OTHER in th datasource type dropdown, choosed Microsoft SQL Server and its working. Please correct me if i am wrong. (In the database side, the compactability level set to 100)</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>Its solved the problem Instead of choosing OTHER in th datasource type dropdown, choosed Microsoft SQL Server and its working. Please correct me if i am wrong. (In the database side, the compactability level set to 100)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34909</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Mon, 18 Jan 2010 18:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34909</guid>
		<description>Thanks for your reply! I am using the jar which u have mentioned. I am getting the belwo error.

07:44:57,424 ERROR [STDERR] A non-SQL error occurred while requesting a connection from TEST

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 

07:45:00,049 ERROR [STDERR] Timed out trying to establish connection</description>
		<content:encoded><![CDATA[<p>Thanks for your reply! I am using the jar which u have mentioned. I am getting the belwo error.</p>
<p>07:44:57,424 ERROR [STDERR] A non-SQL error occurred while requesting a connection from TEST</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 </p>
<p>07:45:00,049 ERROR [STDERR] Timed out trying to establish connection</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RightAsInTrue</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34908</link>
		<dc:creator>RightAsInTrue</dc:creator>
		<pubDate>Mon, 18 Jan 2010 16:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34908</guid>
		<description>I just got CF9 and SQL Express 2008 Working!

I used the newer Microsoft SQL Server JDBC Driver 2.0
There are two files and you must use the sqljdbc4.jar file. (I found that out from an error message)

All other instructions are the same however like some said earlier, be sure to restart Coldfusion after step 9, be sure to put the port number in all ip address sources, and make sure you give proper permissions to the SQL User you login with (I preferred to manage the security from the datasource level security folder rather than the database level security folder).</description>
		<content:encoded><![CDATA[<p>I just got CF9 and SQL Express 2008 Working!</p>
<p>I used the newer Microsoft SQL Server JDBC Driver 2.0<br />
There are two files and you must use the sqljdbc4.jar file. (I found that out from an error message)</p>
<p>All other instructions are the same however like some said earlier, be sure to restart Coldfusion after step 9, be sure to put the port number in all ip address sources, and make sure you give proper permissions to the SQL User you login with (I preferred to manage the security from the datasource level security folder rather than the database level security folder).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34906</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Sun, 17 Jan 2010 23:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34906</guid>
		<description>I am getting the error 

&quot;Connection verification failed for data source:TEST
java.sql.SQLException: Timed out trying to establish connection&quot;

By using ColdFusion MX7 trying to create the datasources for the sql server 2008.

Any help!</description>
		<content:encoded><![CDATA[<p>I am getting the error </p>
<p>&#8220;Connection verification failed for data source:TEST<br />
java.sql.SQLException: Timed out trying to establish connection&#8221;</p>
<p>By using ColdFusion MX7 trying to create the datasources for the sql server 2008.</p>
<p>Any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinny</title>
		<link>http://www.fusioncube.net/index.php/coldfusion-sql-server-express/comment-page-2#comment-34623</link>
		<dc:creator>Sinny</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=59#comment-34623</guid>
		<description>http://jdbcerrorinfo.blogspot.com/2009/11/exception-merantsequelink-jdbc.html</description>
		<content:encoded><![CDATA[<p><a href="http://jdbcerrorinfo.blogspot.com/2009/11/exception-merantsequelink-jdbc.html" rel="nofollow">http://jdbcerrorinfo.blogspot.com/2009/11/exception-merantsequelink-jdbc.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
