Skip to main content
Participating Frequently
May 20, 2006
Question

connection refused

  • May 20, 2006
  • 1 reply
  • 495 views
Need some help. I got a connection refused error when establishing my coldfusion connection. I implemented the workaround http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=6&threadid=934725&highlight_key=y&keyword1=connection%20refused

The problem is that now my stored procedures don't work (at least i think it's my stored procedures... it's when i hit those pages) The exact error is: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Optional feature not implemented

Any idea how i can fix this? or if I can connect given the SQL2000 driver (which is my optimum choice)
thnx in advce-dj
CF7, M$SQL2000
This topic has been closed for replies.

1 reply

May 22, 2006
You should try creating new JDBC datasource of type mssqlserver. You are using an odbc datasource, based on this error. Not a very good connection to mssql server from cfmx to mssql. Also, if you are trying to use ntauthentication it is supported by the latest JDBC drivers available here.