Author |
Message
|
artzeal |
Posted: Wed Jul 06, 2005 6:32 am Post subject: MQ Client |
|
|
Newbie
Joined: 06 Jul 2005 Posts: 4
|
Hi!
We recently got new workstations in the company I work for. Our old workstations were Win2K Pro but the new ones are now WinXP Pro. I used to have an MQ client on the Win2K station so now I need to install (I think) a new MQ client for my WinXP station.
I know I have to download the client software from IBM - I think I did that but I can't seem to make anything work... in my Win2K station I wrote some javascript code that helped me test our MQ apps... but on this new machine I can't seem to do the same thing anymore... the problem is, I was not the one who installed the client on my old machine, so I really do not know how to go about it.
Can anyone help please?
Thanks!
artzeal |
|
Back to top |
|
 |
mq_crazy |
Posted: Wed Jul 06, 2005 6:58 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
After you installed the client, did u setup the client channel for this workstation. Read the MQ client on how to set it up. |
|
Back to top |
|
 |
artzeal |
Posted: Wed Jul 06, 2005 7:21 am Post subject: Re: MQ Client |
|
|
Newbie
Joined: 06 Jul 2005 Posts: 4
|
Thanks for the quick response... the fact of the matter is - I am not even entirely sure I installed the client properly... I downloaded a file called macvEnUs.exe from the IBM website and ran it... the resulting folder and subfolders has a file called Websphere MQ.pdf but I can't open it... I will keep looking.
If you have more specific tips, I'm sure they will help a great deal.
Thanks again!
artzeal |
|
Back to top |
|
 |
sebastianhirt |
Posted: Thu Jul 07, 2005 12:41 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
I wanted to reply on that already yesterday, but when I had written the post and wanted to look something else up, I pressed accidentaly the "Eject" Button. Very contact admin feature...
Check whether your client workstation has either set up the MQSERVER variable or a channel tab. Otherwise your client doesn't find the way to the Server.
Here a sample of how the MQSERVER Variable needs to be looking like.
SET MQSERVER=ChannelName/TransportType/ConnectionName
But please remember, with the MQSERVER variable, you can only connect to 1 Queue Manager at a time. If you want to connect to several Queue Managers, you need to go with a channel tab.
hope this helps
Sebastian |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 07, 2005 3:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, technically, you can change the MQSERVER environment variable programatically before you execute an MQ connection, and thus make multiple connections. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sebastianhirt |
Posted: Thu Jul 07, 2005 4:21 am Post subject: |
|
|
Yatiri
Joined: 07 Jun 2004 Posts: 620 Location: Germany
|
jefflowrey wrote: |
Well, technically, you can change the MQSERVER environment variable programatically before you execute an MQ connection, and thus make multiple connections. |
But doesn't that make it unperformant like crazy? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 07, 2005 4:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
sebastianhirt wrote: |
jefflowrey wrote: |
Well, technically, you can change the MQSERVER environment variable programatically before you execute an MQ connection, and thus make multiple connections. |
But doesn't that make it unperformant like crazy? |
I don't know.
I've never done it!  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
artzeal |
Posted: Thu Jul 07, 2005 6:59 am Post subject: |
|
|
Newbie
Joined: 06 Jul 2005 Posts: 4
|
Thanks everyone! I will take your tips and let you know the results. |
|
Back to top |
|
 |
artzeal |
Posted: Thu Jul 07, 2005 9:40 am Post subject: |
|
|
Newbie
Joined: 06 Jul 2005 Posts: 4
|
Hi!
Everything is working fine now... thanks again for the tips!
artzeal |
|
Back to top |
|
 |
|