ODBC Connection Problems CFMX 7

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

  1. #1

    Default ODBC Connection Problems CFMX 7

    We are at the beginning stages of upgrading our servers from ColdFusion 5 to
    CFMX 7. We are running Windows 2000 and IIS with all patches and Service Packs
    installed. Our database is MySQL. In CF5, to connect to MySQL, we simply
    create the DSNs on Windows and CF detected them, listed them in CFAdmin, and
    used them without a problem. After upgrading the system, all the MySQL
    connections were converted to ODBC Socket Drivers. My understanding was this
    meant it was simply 'connected' to the Windows ODBC list and would use the
    appropriate drivers. However, we can not get CFMX 7 to connect using this
    driver. The error we receive is: Connection verification failed for data
    source: db-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. We have verified all passwords are correct and we can
    still connect through the Windows control panel. For now, all ports are open
    until we get this fixed. If we delete the datasource from CFAdmin and re-enter
    it using the built-in CF MySQL driver, the connection will then work with no
    problem. However, I'd like to figure out why the ODBC Socket driver does not
    work. Lastly, we also have several application that read user uploaded Excel
    files. The way we did this was set up Windows datasources for these files. In
    CF 5 it was treated as any other datasource and things were good. Now, it also
    has the ODBC Socket driver and we can no longer connect. Nothing we've tried
    can get us connected to these Excel files. The error we get is the same as we
    get for the MySQL connections, above. Any ideas?

    sdsinc_pmascari Guest

  2. Similar Questions and Discussions

    1. CFMX and Inmagic ODBC
      Hi I've got a successfull site running Coldfusion v5 front end with Inmagic ODBC v3. I'm upgrading servers and looking at upgrading to...
    2. CFMX ODBC Errors
      I have this problem to. Please, someone, help.
    3. CFMX ODBC Errors
      Have you solved your problem? I have the exact same problem!:beer;
    4. CFMX MX7 ODBC Socket Timeout
      Hello, I have some problems with the odbc Socket under CMFX7. I have a System DSN on a Win2003 Server. Other Datasources work fine. I get the...
    5. ODBC Connection Problems
      Im trying to use an example script to connect to an ODBC source and display the records in one table. This is a proprietary DB and not SQL or...
  3. #2

    Default Re: ODBC Connection Problems CFMX 7

    There are two Windows Services that need to be running and functioning properly
    for the CFADMIN ODBC Socket driver to work, they are "ColdFusion MX 7 ODBC
    Agent" and "ColdFusion MX 7 ODBC Server".

    Try...
    restarting the Services
    creating your own CFADMIN datasource and pointing it at the ODBC DSN
    uninstalling then reinstalling the two Services,
    [url]http://www.macromedia.com/go/tn_19135[/url] (written for CFMX 6.1 but will work for
    7.0 as well)


    gclausen Guest

  4. #3

    Default Re: ODBC Connection Problems CFMX 7

    I deleted the datasources and re-entered them, this time as ODBC Connectors
    again rather than MySQL, and that seemed to work. Apparently the conversion
    when upgrading from CF 5 simply doesn't work properly. That leads to a new
    question: I'm now faced with deleting and re-entering dozens of datasources on
    several servers. Is there a script that can do this or a way to back up
    CFAdmin settings and import them to another machine?

    sdsinc_pmascari 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