Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion 9 ODBC Connection Issue

New Here ,
Mar 23, 2010 Mar 23, 2010

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

TOPICS
Database access
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 31, 2010 Mar 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2010 Mar 31, 2010

Windows 2008 R2 (64-Bit)

ColdFusion 64-Bit

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 31, 2010 Mar 31, 2010
LATEST

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources