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

  1. #1

    Default ODBC Socket ERROR

    I have a a sql 6.5 that i connect to using odbc sockets on CF 7. It worked
    fine on my dev machine, but when i installed cf 7 on my production box and
    created the data source I got the following error:

    Connection verification failed for data source: test
    java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]TCP/IP error,
    connection refused.
    The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver]TCP/IP error, connection refused.

    My research on this problem all deals with the mX 7 odbc services not running.
    Both services are running....

    ANY Ideas??

    ewl2 Guest

  2. Similar Questions and Discussions

    1. Socket ODBC error
      After I submit the ODBC socket, then I got error message saying "Unable to update the ColdFusion MX 7 ODBC Server. Timeout period expired without...
    2. ODBC socket query error
      I have an ODBC socket connection with a database. The DSN says the connection is OK. I created a simple query in the create a recordset window. ...
    3. MYOB ODBC Socket Error
      Problem solved... Once you've got the ODBC v5.whatever driver installed, the DSN setup and tested with the MYOB connection tester, go to...
    4. Coldfusion ODBC Socket Error and NOVELL
      I have an ODBC connection set up on my personal machine which connects to a Novell Directory eDirectory. If I query the database using an invalid...
    5. MYOB ODBC Socket Error
      Woohoo! I've got the same problem also! running CFMX 6.1 and the V5 MYOB ODBC DemonHellSpawn Driver. I have setup and tested the DSN on the...
  3. #2

    Default Re: ODBC Socket ERROR

    Have you verified the connection using the MS Data Source Administrator? Can
    you telnet to port 1433 on the SQL Server box? Is the SQL Server box listening
    on port 1433 (or whatever port you have SQL Server bound to)?

    Sarge Guest

  4. #3

    Default Re: ODBC Socket ERROR

    Yes, the datasource verifies ok, in the windows odbc admin screen. We actually had cf MX 6 on the machine previously and had no problems connecting using the socket.
    ewl2 Guest

  5. #4

    Default Re: ODBC Socket ERROR

    The ports for the ODBC socket services have been changed in MX 7 from 19997 and
    19998 to 19995 and 19996.
    However, in my experience, existing ODBC socket datasources and even the
    default port for new ODBC socket datasources do NOT get updated when you
    upgrade from 6.x to 7.x. You have to do that manually. You can change both of
    these in cfusion\lib\neo-query.xml.

    Does that help?

    [IMHO it would be a great help if MM could include this info in the release
    notes and KB tn_18800, etc.]

    er1 Guest

  6. #5

    Default Re: ODBC Socket ERROR

    That worked..........

    Thank you so much, i was at my wits end trying to figure that out. Since
    the releases were so similar, we copied the neo-query.xml so we didn't have to
    recreate all our datasources.... oops

    Macromedia, please put this in a technote, as it is almost impossible to
    diagnose this problem

    thanks for your help

    ewl2 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