Anyone know what to do about this please? Error Establishing Socket

2004-09-07 Thread Mike Kear
We're getting the error as follows:
[Macromedia][SQLServer JDBC Driver]Error establishing socket.
Connection refused: connect

I think this is to do with the hosting company - is there anything we
might do as site owners and developers to cause this?I think its
something we're going to have to get WebCentral onto fixing, but is
there anything else we can look at in our own code that might cause
this error?

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Mike Kear
We're getting the error as follows:
[Macromedia][SQLServer JDBC Driver]Error establishing socket.
Connection refused: connect

I think this is to do with the hosting company - is there anything we
might do as site owners and developers to cause this?I think its
something we're going to have to get WebCentral onto fixing, but is
there anything else we can look at in our own code that might cause
this error?

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Jason L. West, Sr.
You might want to check to see if the authentication to the datasource is
correct.

Thanks,
 
Jason L. West, Sr.
WezBiz Technologies
[EMAIL PROTECTED]
http://wezbiz.com
 

From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 07, 2004 10:03
To: CF-Talk
Subject: Anyone know what to do about this please? Error establishing socket

We're getting the error as follows:
[Macromedia][SQLServer JDBC Driver]Error establishing socket.
Connection refused: connect

I think this is to do with the hosting company - is there anything we
might do as site owners and developers to cause this?  I think its
something we're going to have to get WebCentral onto fixing, but is
there anything else we can look at in our own code that might cause
this error?

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Dave Watts
 We're getting the error as follows:
 [Macromedia][SQLServer JDBC Driver]Error establishing socket.
 Connection refused: connect
 
 I think this is to do with the hosting company - is there anything we
 might do as site owners and developers to cause this?I think its
 something we're going to have to get WebCentral onto fixing, but is
 there anything else we can look at in our own code that might cause
 this error?

I think you usually get that error when you're not specifying the right IP
address and port to connect to the database (or, of course, when the
database listener isn't running).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Mike Kear
I think most people are pointing to the same root cause then..The ip
address is set in the CF Adminstrator by the hosting company when we
set up the site, andsince we havent changed the Application.cfm file
(which passes the username and password as application variables) for
over 18 months,that looks like the cause of the problem is at the
hands of the hosting company (Let me hasten to add this client is not
hosting with my company.ok?NOT MY COMPANY!!)

Thanks for your help everyone.Looks like i have a call booked for
tomorrow to WebCentral.

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year


- Original Message -
From: Dave Watts [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]

 We're getting the error as follows:
 [Macromedia][SQLServer JDBC Driver]Error establishing socket.
 Connection refused: connect
 

I think you usually get that error when you're not specifying the right IP
address and port to connect to the database (or, of course, when the
database listener isn't running).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Anyone know what to do about this please? Error establishing socket

2004-09-07 Thread Jochem van Dieten
Mike Kear wrote:
 We're getting the error as follows:
 [Macromedia][SQLServer JDBC Driver]Error establishing socket.
 Connection refused: connect
 
 I think this is to do with the hosting company - is there anything we
 might do as site owners and developers to cause this?

If you didn't set up the datasource you can't do anything about 
it. If you did set up the datasource, make sure you have the 
right address and portnumber.

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]