Skip to main content
Participant
April 20, 2007
Answered

Data source connection problem

  • April 20, 2007
  • 1 reply
  • 1024 views

Hi, im starting to get into Coldfusion and im trying to connect to a database but when i make the data source and submit it it times out.

I tried going to the data sources main page and the database does showup but when i click the little verify button it tells me there'es been an error. it says:

"Connection verification failed for data source: Teacloud
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined."

not sure what it means. Can anyone help?

Thanks

-kaco
This topic has been closed for replies.
Correct answer edbrendel
If you are trying to connect using ODBC Socket, this Tech Note should help:

http://www.adobe.com/go/tn_18644

Make sure you are using the correct driver and have all the required information correctly entered under Advanced Settings.

1 reply

edbrendelCorrect answer
Participating Frequently
April 20, 2007
If you are trying to connect using ODBC Socket, this Tech Note should help:

http://www.adobe.com/go/tn_18644

Make sure you are using the correct driver and have all the required information correctly entered under Advanced Settings.
kaco3000Author
Participant
April 20, 2007
It worked! thanks a lot for your help :)