Author |
Message
|
Vanshul_MB |
Posted: Tue Apr 05, 2011 12:39 pm Post subject: The specified DSN contains an architecture mismatch between |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Hi,
We are using IBM DB2 for creating a lookup DB.
While connecting to DB from broker, i am getting following error:
The specified DSN contains an architecture mismatch between the Driver and Application
Is it something to do with version? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Apr 06, 2011 3:32 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Means your trying to use a 32-bit DSN on a 64-bit driver. The 32-bit DSN must be configured to use the 32-bit driver. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Vanshul_MB |
Posted: Wed Apr 06, 2011 6:32 am Post subject: |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Yes.Installed a 64 bit driver and it works |
|
Back to top |
|
 |
jansjsj |
Posted: Mon May 02, 2011 7:07 pm Post subject: query |
|
|
Newbie
Joined: 18 Apr 2010 Posts: 5
|
Hi there,
Can any one please let me know how the above mentioned error was resolved?
Error : Architecture mismatch between Driver and Application, while connecting to a DB. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 03, 2011 2:51 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The error means you have installed a 32-bit DB2 client when you need to install a 64bit db2 client.
Or otherwise configured a 32bit db2 instance when you need a 64bit one. |
|
Back to top |
|
 |
joebuckeye |
Posted: Tue May 03, 2011 5:17 am Post subject: Re: query |
|
|
 Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
|
jansjsj wrote: |
Hi there,
Can any one please let me know how the above mentioned error was resolved?
Error : Architecture mismatch between Driver and Application, while connecting to a DB. |
The post right above yours by Vanshul_MB says how he fixed it. |
|
Back to top |
|
 |
jansjsj |
Posted: Wed May 04, 2011 9:38 pm Post subject: |
|
|
Newbie
Joined: 18 Apr 2010 Posts: 5
|
Couldn't succeed in setting the required driver [sysWOW64\odbcad32.exe]. Finally I had to work on 32-bit platform instead of 64-bit. |
|
Back to top |
|
 |
|