Skip to main content
Participant
March 23, 2010
Question

ColdFusion 9 ODBC Connection Issue

  • March 23, 2010
  • 1 reply
  • 1656 views

I have a 64 bit ODBC (OpenEdge/Progress) driver installed and it works fine in other applications but when I try to register the DSN in ColdFusion it gives me the error listed below.  I've tried to research this error and everything I found and tried has not worked.  Any ideas on what the issue is or how to resolve it?

java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: The specified DSN contains an architecture mismatch between the Driver and Application

This topic has been closed for replies.

1 reply

Owainnorth
Inspiring
March 31, 2010

Never seen the error before, but an "architecture mismatch" would imply you're trying to use a 64-bit driver with 32-bit ColdFusion.

What's the setup of the server?

O.

Participant
March 31, 2010

Windows 2008 R2 (64-Bit)

ColdFusion 64-Bit

Owainnorth
Inspiring
March 31, 2010

Sounds like it should be simple enough, assuming it is definitely the 64-bit driver you're installing.

Not sure I'll be much use then I'm afraid, perhaps someone with some better java knowledge can give some input?