Link to home
Start Free TrialLog in
Avatar of jsctechy
jsctechyFlag for United States of America

asked on

Error socket

Hi there,
I have the following error and i don't know why, it was working fine but now I'm getting it
Connection verification failed for data source: JSC
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
I check the user and password and that is right what could it be wrong with it?
Avatar of jsctechy
jsctechy
Flag of United States of America image

ASKER

anyhting on this?
Avatar of rob_lorentz
rob_lorentz

check out your dsn in cf admin, use verify to check the dsn in question.
also, try connecting to the db via queryAnalyser or some other tool, to ensure that the db is actually up and running.
The DB is working i run a query and it works. In regards with the first question there is not problem with the dsn it was working before and stop working just now.
ok i just fix it i think, i runned the windows updates and it finally works.
ASKER CERTIFIED SOLUTION
Avatar of GranMod
GranMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial