Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can't create Datasource - Timed Out

New Here ,
Sep 23, 2009 Sep 23, 2009

Hi,

i want to create a datasource, but it wouldn't work correctly...

In the past i create datasources without any problems... now i install Windows7 and it will not work...

The Error:

Connection verification failed for data source: mySOurce
                         java.sql.SQLException: Timed out trying to establish connection
                         The root cause was that: java.sql.SQLException: Timed out trying to establish connection

I turned off my firewall - without any other result.

Any ideas ?

greetings from germany, nico

TOPICS
Database access
917
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2009 Sep 23, 2009

Can you reach the DB from your CF server machine at all, eg: ping it, connect to it via some other client software?

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 23, 2009 Sep 23, 2009

Hi,

Can you reach the DB from your CF server machine at all, eg: ping it, connect to it via some other client software?

how i can test that?

I can reach the Database with "phpmyadmin", so the DB exists.

Greets,

Nico

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 23, 2009 Sep 23, 2009
LATEST

How can you test if you can ping it?  By pinging it!  Drop down to a command prompt and type "ping [address of DB server here]".  http://en.wikipedia.org/wiki/Ping

Is your PHP install on the same server as the CF install?  You're not testing if the DB exists, you're testing if the CF server can communicate with the DB server.  At network level, not application level.

If PHP is indeed installed on the same server as CF, and you can connect to the DB via it, then that's fine: question answered... it's not a network problem.

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources