Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Windows 2008 R2 (64-Bit)
ColdFusion 64-Bit
Copy link to clipboard
Copied
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?