Ask a Question related to Coldfusion Database Access, Design and Development.
-
biffjingle #1
Re: Error establishing socket. Connection refused:connect
ODBC Connection saved the day. Thanks for the post.. i still have my hair intact.
SP2 on Win XP Pro is a deadly combo it seems.
biffjingle Guest
-
Error establishing socket. No buffer space available
I have a server problem that I cannot figure out. I found an old thread but no one ever posted a solution, so thought I would see if anyone has any... -
Error establishing socket. Address already in use
Running CFMX 6.1 on Win2k3, I just recently started getting these errors from connections to one of our SQLServer database servers (2000,... -
Error establishing socket to SQL Server 2003
I loaded 11 MS cirtical updates last night on my CF server and SQL server and now I can not get any of the ODBC connections to work. Hellp! -
Error establishing socket
Need some help here! I am using Cold Fusion 7 MX standard and SQL server 2000 sp4 on Win XP sp1. All of the installation and setup looked good.... -
TCP/IP error, connection refused
Having an error whenever a MS Access database is queried. We are running Windows 2000 server with CFusion 6,0,0,58500 . We are trying to update a... -
Solas #2
Re: Error establishing socket. Connection refused:connect
As soon as I saw that Service Pack 2 had a built in firewall .. that to me said
STAY THE HECK AWAY FROM THAT GARBAGE.
( being a developer that is ) .. I have had experiences in the past where just
installing a firewall screwed up my hours and hours spent configging localhost
to work with CF mx server. I ended up going with Tiny Personal Firewall then
Sygates free one. Zone Alarm worked me and the uninstall didn't do much but
kill my OS install.
Sounds like xp pro / sp1 is good place to stay.
Solas Guest
-
Scandle #3
Re: Error establishing socket. Connection refused:connect
I spent an entire morning trying to solve the connection issue between SQL
Server and CF Server until I found your post. YOU HAVE SAVED ME FROM SUICIDE!
I'm praying to GOD that he lets you in Heaven when you die; no matter what you
have done wrong. Thanks a million!
Scandle Guest
-
iborsb #4
Re: Error establishing socket. Connection refused:connect
Hi
I've experienced the same problem with xp2 - and used the odbc connection,
which worked fine up to a point. Although certain pages in my site stopped
working and I got a message that the functionality wasnt supported by the odbc
connection.
Has anyone come across this before?
iborsb Guest
-
Ortho #5
Re: Error establishing socket. Connection refused:connect
See this thread if you have connection problems on a local instance of MSDE or
MSSQL; it may help:
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=6&thread[/url]
id=1019322&enterthread=y
Ortho Guest
-
PTGreg #6
Re: Error establishing socket. Connection refused:connect
Hi,
I've just installed coldfusion on my computer, I got the Microsoft SQL server
on another one.
I connected through the ODBC by defining a login and password to be sure..This
works when I try to connect to the SQL server using ASP.
then in CF7, I add an odbc socket and here is what I got if I do exactly what
you said Jimmy,
meaning leaving the user as system and no password
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
'(null)'. Reason: Not associated with a trusted SQL Server connection.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed
for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
so I put my real login and password without trusted connection checked
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
'habitat'. Reason: Not associated with a trusted SQL Server connection.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed
for user 'habitat'. Reason: Not associated with a trusted SQL Server connection.
with trusted connection checked
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
'(null)'. Reason: Not associated with a trusted SQL Server connection.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL Server]Login failed
for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
and if I trie to directly connect to the server if just get:
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
socket. Connection refused: connect
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Error establishing socket. Connection refused: connect
The server is a Windows 2k3
My computer is a Windows Xp Sp2
thx for the help
PTGreg
PTGreg Guest
-
locohombre #7
Re: Error establishing socket. Connection refused:connect
Jim thou ART the Coldfusion God. I was able to do what no other posting said I could do. You restored my faith in this system thank you it worked like a charm
locohombre Guest
-
eric_moore1 #8
Re: Error establishing socket. Connection refused:connect
Wait a second. Now we have to go back to ODBC connections with CF 7, 2003 & SQL
Server 2000!?!?!? Yeah it works, but that's BULL S*$T!!! I thought that with
the advent of "MX" we'd be using JDBC connections and life supposedly would be
forever good. Now we're back to the stone age? I also received connection
refused error, and everything was set up exactly like the server with 6.1
EXCEPT the SQL 2000 sp4. Are there incompatible java drivers? Is this the
problem? Has anyone one come up with a solution that uses CF's native JDBC
drivers?
eric_moore1 Guest
-
deneb410 #9
Re: Error establishing socket. Connection refused:connect
Hi PTGreg,
I'm having the exact same problem with CF. Did you solve this problem by any chance?
Thanks,
William
deneb410 Guest



Reply With Quote

