Author |
Message
|
bash |
Posted: Mon May 06, 2002 10:36 am Post subject: |
|
|
Newbie
Joined: 05 May 2002 Posts: 3
|
Hi ,
I am new to MQSeries and I have just tried my hand at installing MQSeries Java supportpac v5.2 on AIX. I have it installed in the same machine as the MQSeries server and as i understand that constitutes a binding connection. Now what i would like to know is how i can configure my queue manager to accept connections. Is there anything that has to be done differently when appending to the etc/services and etc/inetd.conf file or when defining the channel.
I'll appreciate any help that i can get.
thanks
Bash |
|
Back to top |
|
 |
bower5932 |
Posted: Tue May 07, 2002 7:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
If you are using bindings, you don't need to configure anything to have your programs connect to the qmgr. You only do the network setup when you are going to client connect. |
|
Back to top |
|
 |
bash |
Posted: Wed May 08, 2002 4:42 am Post subject: |
|
|
Newbie
Joined: 05 May 2002 Posts: 3
|
well I tried to run their sample program MQIVP to verify my install but itcame back with an error:
MQJE001: Completion Code 2, Reason 2059
Failure: Attempt to connect to queue manager failed.
Reason: 2059 -The queue manager is not available.
Action: Check the queue manager is running and retry
but my queue manager was running. I am totally baffled by this message.
So can you please throw some light on this matter.
thanks in advance
bash |
|
Back to top |
|
 |
bpolimera |
Posted: Wed May 08, 2002 6:51 am Post subject: |
|
|
Novice
Joined: 22 Apr 2002 Posts: 14
|
bash,
I believe your Queue manager is not running. Start it by using
the command:
strmqm /* Starts the default queue manager */
OR
strmqm <qmgr_name> /* Starts the specified queue manager */
-Balaji. |
|
Back to top |
|
 |
bash |
Posted: Wed May 08, 2002 7:20 am Post subject: |
|
|
Newbie
Joined: 05 May 2002 Posts: 3
|
I thought the same too so i rechecked and my queuemanager was running i.e. when i gave strmqm qmngrname it said MQseries queue manager running. I have only one queue manager which also happens to be my default q manager. so please help
thanks
bash |
|
Back to top |
|
 |
draculax |
Posted: Mon May 13, 2002 12:41 am Post subject: |
|
|
Newbie
Joined: 13 May 2002 Posts: 3
|
|
Back to top |
|
 |
|