Author |
Message
|
ankurlodhi |
Posted: Wed Jan 04, 2012 9:00 am Post subject: how to determine the bit version of MQ |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
what to do if I want to determine the bit version of MQ installed on my system. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 04, 2012 9:26 am Post subject: Re: how to determine the bit version of MQ |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ankurlodhi wrote: |
what to do if I want to determine the bit version of MQ installed on my system. |
Look at the installation media, or ask whoever did the install to look at it?
See if only one kind of install is available for your platform?
Look where it's installed (as you typically ask Windows-centric questions)?
Relax & stop worrying about it unless you have a specific issue (when it's covered in the documentation in all probability) as the Nobel Prize for WMQ is not version specific?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jan 04, 2012 10:23 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
JasonE |
Posted: Thu Jan 05, 2012 1:53 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
dspmqver -f 96
(or perhaps dspmqver -f 32 for a pedantic answer to the question) |
|
Back to top |
|
 |
ankurlodhi |
Posted: Thu Jan 05, 2012 5:30 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
dspmqver -f 96
gives the output
P:\>dspmqver -f 96
Mode: 32-bit
O/S: Windows XP, Build 2600: SP3 |
|
Back to top |
|
 |
JasonE |
Posted: Thu Jan 05, 2012 5:43 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
I'm confused... doesnt that answer your question or have I misinterpreted what you are asking?
Quote: |
what to do if I want to determine the bit version of MQ installed on my system |
Quote: |
Mode: 32-bit
O/S: Windows XP, Build 2600: SP3 |
You have MQ which on windows is 32 bit only (even on a 64 bit machine, although you do get 64 bit bindings)
On my machine:
Quote: |
O/S: Windows 7 Professional x64 Edition, Build 7601: SP1
Mode: 32-bit
|
|
|
Back to top |
|
 |
|