Error in ODBC connection to Pick D3 database in CF 7.0.1

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

  1. #1

    Default Error in ODBC connection to Pick D3 database in CF 7.0.1

    I've updated CF 5.0 over Windows 2000 to CF 7.0.1 and queries over Pick D3 ODBC
    conection give an "ColdFusion MX 7 ODBC Server" error: "ColdFusion MX 7 ODBC
    [email]Server@LOCALHOST,ErrorCode=3004,ErrorMessage=sched .swschd.1756.Inte[/email]rnal error,
    an unexpected exception was detected.".

    After activating ODBC server debugging, generated logfile is as shown in
    attach code.

    I read a similar problem on CF MX 6 and I want know if it was solved.



    Tue Feb 07 09:32:37 2006:SLX ODBC Socket. Build 0097
    Tue Feb 07 09:32:37 2006:Connection request from 127.0.0.1, client application
    unknown
    Tue Feb 07 09:32:37 2006:ZABAL3(2 CPU) - Microsoft Windows 2000(5.0-Service
    Pack 4 (Build 2195))

    Dumping 73 (00000049) bytes from: NET READ
    -------------------------------------|-----------------------
    53657175 654C696E 6B000000 05000000 SequeLink.......
    01000000 04000000 07000000 02000000 ................
    04000000 09000000 04000000 04000000 ................
    02000000 05000000 04000000 01000000 ................
    08000000 04000007 FF .........

    Tue Feb 07 09:32:37 2006:SSP INPUT
    ====================================
    INITIAL CONNECT
    SequeLink
    Attributes :5
    MINSSP :7
    MAXSSP :9
    CLIENTTYPE :2 JDBC
    CLIENTVERSION:2
    TYPES :0x7ff

    Tue Feb 07 09:32:37 2006:SSP OUTPUT
    ====================================
    INITIAL CONNECT
    SequeLink
    Attributes :6
    SELECTED SSP :9
    SELECTED TYPES:0x7ff
    SERVER TYPE :DATA ACCESS
    SERVER VERSION:0x5040000
    SERVER CHARSET:ASCII
    ENCRYPTION :0

    Dumping 90 (0000005A) bytes from: NET WRITE
    -------------------------------------|-----------------------
    53657175 654C696E 6B000000 06000000 SequeLink.......
    03000000 04000000 09000000 09000000 ................
    04000007 FF000000 06000000 04000000 ................
    01000000 07000000 04050400 00000000 ................
    0A000000 09000000 05415343 49490000 .........ASCII..
    000B0000 00040000 0000 ..........

    Dumping 35 (00000023) bytes from: NET READ
    -------------------------------------|-----------------------
    00000009 00000002 00000001 1F000000 ................
    11016A00 00000000 00000001 01030000 ..j.............
    004CCC .L.

    Tue Feb 07 09:32:37 2006:SSP INPUT
    ====================================
    sspVersion:9
    -------------------------------------------
    CHAIN
    SSPREQUEST: ADMIN (receive)
    nrAdminVerbs: 1
    subverbNr: 0
    iSubverbId: ENTITYFINDATTRIB_THISCONN
    iEntitytype: 0
    iPKAttributes:
    iAttributes:
    1: 76
    Tue Feb 07 09:32:37 2006:SSP OUTPUT
    ===================================
    sspVersion:9
    error :0
    --------------------------------------------
    CHAIN
    num:1
    subPacketError:0
    SSPREQUEST: ADMIN (reply)
    error: 0
    oSubVerbFailed: 0
    nrAdminVerbs: 1
    subverbNr: 0
    oRetCode: 0
    oEntities: (0 entities)
    oAttributes:
    76: Anonymous

    elkar portu Guest

  2. Similar Questions and Discussions

    1. How to make a ODBC connection to Informix database.
      Hello, First you must have Informix SDK or Informix Connect installed on your PC. Second, you must get informations from your DBA Is your server...
    2. No read permission on access database odbc connection
      I've developed a number of coldfusion pages on my local machine and had a number of problems with the dreaded error: Record(s) cannot be read; no...
    3. ODBC Connection Error
      Hello, I am running the Developer version of CF and I am trying to make one simple connection to MySQL database, however, i keep getting an error...
    4. CF MX6.1 ODBC Server Service crashes Pick D3 DSN
      Hello P1, Just wondering if you resolved your D3 ODBC issues? I created a connection over a year ago and I was able to connect using Cold Fusion...
    5. Connection string - ODBC vs OLEDB and Unspecified Error
      This one has me stumped and I was wondering if anyone might have a solution... Using this connection string ...
  3. #2

    Default Re: Error in ODBC connection to Pick D3 database in CF7.0.1

    I'm in the very early stages of looking to connect to D3 through my CF7. I
    would be very pleased to know if you solved this problem and how you made the
    connection . i.e. where do you get the D3 driver from?
    Helen

    helenmhudson Guest

  4. #3

    Default Re: Error in ODBC connection to Pick D3 database in CF7.0.1

    The last driver for Pick D3 is ODBC 2.0 (version 27) and ColdFusion MX 6-7 uses
    a Datadirect JDBC-ODBC bridge that says that supports ODBC 2.x and 3.x drivers,
    but it isn't true, it uses some ODBC 3.x functions that cause error and it's no
    possible to connect to the driver. Until Macromedia or Datadirect provide and
    JDBC-ODBC bridge that support ODBC 2.0 drivers or Rainingdata upgrades its
    driver, you must use CF 5.x, that conects directly to ODBC sources.

    elkar portu 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