Getting error to create the database source

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Getting error to create the database source

    hi Guys,
    Would u like to help me. I m getting an error to create the
    database source for MS SQL Server Database.

    The Information, what I m providing.

    CF Data Source Name : myDSN
    Database : Blues
    Server : local
    Username:
    Password :

    or

    CF Data Source Name : myDSN
    Database : Blues
    Server : 127.0.0.1
    Username:
    Password :

    or

    CF Data Source Name : myDSN
    Database : Blues
    Server : (local)
    Username:
    Password :

    or

    CF Data Source Name : myDSN
    Database : Blues
    Server : "local"
    Username:
    Password :


    These all options, I tried but getting the same error.

    The Error is :

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

    I have check the port no also. It is fine.

    I will really appreciate your help

    Bluesim


    :|

    Creative mind Guest

  2. Similar Questions and Discussions

    1. Using CSV to create Image.source
      So, here's what I have. I've got a datagrid that has a group of comma seperated values. I've been tinkering with it all night trying to get out...
    2. Can CF MX 6.1 access MySQL database as a Data Source?
      I am using a PC with Windows XP, ColdFusion MX 6.1, MySQL 4.1 Server, DreamWeaver MX installed. I have been doing a lot of reading forums and...
    3. Open Source Database Opportunity
      Hello all I am looking for a survey which compares functionalities of the 3 following databases : Oracle, Mysql and PostreSQL Do somebody could...
    4. RES: RES: NewsForge Poll: Favorite open source database?
      > suspected the original link you posted: Excuse me. But I dont tried to spoof the vote. I only copied the link after I voted, so the site...
    5. NewsForge Poll: Favorite open source database?
      http://www.newsforge.com/pollBooth.pl?qid=54 <http://www.newsforge.com/pollBooth.pl?qid=54&section=mainpage&aid=4> &section=mainpage&aid=4 ...
  3. #2

    Default Re: Getting error to create the database source

    The error you're getting says it can't connect to either the machine or the SQL
    Server instance.
    Is the SQL Server running on the same machine as CFMX? If so the "Server"
    should be "localhost" or the IP Address of the machine. Otherwise the IP
    Address will work.
    I don't think it's having a problem finding the database but I believe the
    "pubs" database comes with every instance of SQL Server, try using "pubs" for
    the "Database" property.

    gclausen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139