Author |
Message
|
Ramphart |
Posted: Fri Feb 11, 2005 3:46 am Post subject: runmqsc against Remote AS400 QManager |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
We running MQ Series VER 5.3 on Windows and AS400
I'm trying to run commands for a remote QManager from a windows DOS prompt.
My command to a Remote QManager on WINDOWS Platform:
runmqsc -w 5 QManager
define QL(AAAA)
1 : define QL(AAAA)
AMQ8006: WebSphere MQ queue created.
My command to a Remote QManager on AS400 Platform:
runmqsc -w 5 QManager
define QL(AAAA)
1 : define QL(AAAA)
AMQ8416: MQSC timed out waiting for a response from the command server.
- The Queue does not get created on the remote QManger
- In fact, any other command [ like DISPLAY QLOCAL(A.QUEUE) ] also returns the timed out response even if I make the wait = 60.
- I can't execute commands against a remote QManger on the AS400
- I have checked that the command server runs on the AS400 and even stopped and restarted it.
- The SYSTEM.ADMIN.COMMAND.QUEUE for the remote AS400 QManager has AMQPCSEQ application running against it so the command server is definitely running
- I have sender, receiver channel pairs and transmission queues between the windows and AS400 QManagers.
I have no idea what more to check for to get this working against remote AS400 Qmanagers. Please assist and thanks in advance. _________________ Applications Architect |
|
Back to top |
|
 |
EddieA |
Posted: Fri Feb 11, 2005 7:42 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Did you look in the DLQ at the AS400.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
vennela |
Posted: Fri Feb 11, 2005 11:51 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I am not sure but isn't a -x option necessary.
As per the doc -x is for z/OS. But I think it is also necessary for iSeries. |
|
Back to top |
|
 |
Michael Dag |
Posted: Sun Feb 13, 2005 4:10 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
vennela wrote: |
I am not sure but isn't a -x option necessary.
As per the doc -x is for z/OS. But I think it is also necessary for iSeries. |
I thought the -x was for z/OS as it does not support PCF, just mqsc commands.
Both z/OS and iSeries are EBCDIC machines, could there be a problem with the conversion from ASCII to EBCDIC and therefore not getting a response back? _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Feb 13, 2005 1:29 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I think the more pertinent answers will be found in the DLQs. Especially if the communications are not set up right.
a) the controller qmgr MUST be default qmgr
b) a DEFAULT communication path from the controller to the target and from the target to the controller MUST exist
c) The command server MUST run on the target qmgr.
Last but not least if the input is a Command queue (pcf) no -x is required
If the input is an Input queue (no pcf) a -x is required in the command line.
Enjoy  |
|
Back to top |
|
 |
Ramphart |
Posted: Sun Feb 13, 2005 11:39 pm Post subject: |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
EddieA wrote: |
Did you look in the DLQ at the AS400. |
All the messages do go to the SYSTEM.DEAD.LETTER.QUEUE. Strange. How do I fix this ? _________________ Applications Architect |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Feb 14, 2005 12:10 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
First, look at the msgs in the DLQ to find the reason code. |
|
Back to top |
|
 |
Ramphart |
Posted: Mon Feb 14, 2005 2:23 am Post subject: |
|
|
 Disciple
Joined: 21 Jul 2004 Posts: 150 Location: South Africa, JHB
|
OK. Thx for the help so far guys _________________ Applications Architect |
|
Back to top |
|
 |
|