|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to determine MQ is installed |
« View previous topic :: View next topic » |
Author |
Message
|
Shilpa Uttarwar |
Posted: Wed Jun 25, 2008 11:41 pm Post subject: How to determine MQ is installed |
|
|
Newbie
Joined: 25 Jun 2008 Posts: 2
|
Hello All,
I have an application built in VC++, from this application I want to know whether on the machine (on which it is running), is mq client/server installed or not?
i.e how can we verify that MQ client/server is installed on any machine, programmatically in VC++ ?
Here are the specification of my application:
Platform: Windows XP Prof SP2, Visual Studio 2005
Need Urgent help!!
Thanks in advance...
Thanks and regards |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Jun 25, 2008 11:56 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jun 26, 2008 1:17 am Post subject: Re: How to determine MQ is installed |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shilpa Uttarwar wrote: |
Hello All,
I have an application built in VC++, from this application I want to know whether on the machine (on which it is running), is mq client/server installed or not?
i.e how can we verify that MQ client/server is installed on any machine, programmatically in VC++ ?
Here are the specification of my application:
Platform: Windows XP Prof SP2, Visual Studio 2005
Need Urgent help!!
Thanks in advance...
Thanks and regards |
In a DOS window run
>dspmqver
and it should return you the version and fixpack of your MQ installation (MQ client and MQ Server will both respond to that same version request)
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Jun 26, 2008 4:16 am Post subject: Re: How to determine MQ is installed |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Shilpa Uttarwar wrote: |
... I have an application built in VC++, from this application I want to know whether on the machine (on which it is running), is mq client/server installed or not?
i.e how can we verify that MQ client/server is installed on any machine, programmatically in VC++ ?
Here are the specification of my application:
Platform: Windows XP Prof SP2, Visual Studio 2005
... |
Use Windows API functions to query the Windows Registry, there are values in HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Components which indicate what components of MQ are installed. _________________ Glenn |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|