Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question specified DSN contains an architecture mismatch betwen th Driver and Aplication

More
10 Apr 2017 12:01 - 10 Apr 2017 12:07 #1 by nikita.barve
nikita.barve created the topic: specified DSN contains an architecture mismatch betwen th Driver and Aplication
Hello,

I am facing problem with dbase driver while loading .dbf file in dev runtime. but it executed successfully on Localhost runtime

1. i have created mapping between .dbf file and sql table
2. for that i have created one metadata
used driver Microsoft dbase driver(*.dbf)
also try Driver do Microsoft dbase connected successfully




3. while exceuting Mapping on Dev runtime it gives error in both bulk load and rdbms load but run successfully on localhost runtime. the errors are
error while Mapping with RDBMS Load



error while Mapping with Bulk Load






please suggest solution.

Regards,

Nikita Barve.
Last Edit: 10 Apr 2017 12:07 by nikita.barve.
More
10 Apr 2017 12:05 #2 by Thomas BLETON
Thomas BLETON replied the topic: specified DSN contains an architecture mismatch betwen th Driver and Aplication
Hello,

Please make sure that your ODBC driver architecture (32 bits or 64 bits) match your Java Virtual Machine architecture (32 bits or 64 bits).
Is it the case ?
More
10 Apr 2017 12:46 #3 by nikita.barve
nikita.barve replied the topic: specified DSN contains an architecture mismatch betwen th Driver and Aplication
Yes, JDBC is of 64 bit and odbc is of 32 bit.
but i odbc64 is not there on my machine. what to do?
More
10 Apr 2017 15:26 #4 by Thomas BLETON
Thomas BLETON replied the topic: specified DSN contains an architecture mismatch betwen th Driver and Aplication
If you have to work with an ODBC 32 bits, then you have to work with Java 32 bits.
Please read this article for more information : www.stambia.org/doc/69-technology-articl...ith-odbc-datasources