|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Using a z/OS hosted shared queue |
« View previous topic :: View next topic » |
Author |
Message
|
belchman |
Posted: Tue Mar 22, 2011 7:58 am Post subject: Using a z/OS hosted shared queue |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Be advised, regarding QSG's I am a rookie.
I have 2 v7 for z/os queue managers, each on a different LPAR in the same CICSPlex. These queue managers have been running for years in stand-alone mode. I am now adding QSG functionality to the system.
I have completed tasks 9 and 10 of the system setup guide and have 2 issues I hope this group can assist me with or point me in the right direction.
I can run CSQ4IVP1 ok to prove that the stand-alone functionality still works. Here is the output of that run:
2011.081 IBM WebSphere MQ for z/OS - V7.0.1
INSTALLATION VERIFICATION PROGRAM
PARAMETERS ACCEPTED. PROGRAM WILL CONNECT TO : MQT1
INSTALLATION VERIFICATION BEGINS :
STAGE 01 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR BRIDGE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR CHANNEL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR SSL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR INHIBITED EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR LOCAL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR PERFORMENCE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR REMOTE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR START/STOP EVENTS
STAGE 02 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 SYSTEM.COMMAND.INPUT
STAGE 03 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 04 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVP1.C7822D3C163C4
STAGE 05 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 06 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 07 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 08 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVP1.C7822D3C17886
STAGE 09 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVP1.C7822D58E16C7
STAGE 10 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
>>>>>>>>>> END OF REPORT <<<<<<<<<<
The issues I have are:
1) The IVR job XXX fails in Stage 3 as
STAGE 03 COMPLETE. COMPCODE : 0002 REASON CODE : 2349 CSQ4IVPG.TRIGGER
but the Structure I am using for QL(CSQ4IVPG.TRIGGER) does exist.
2) I am using MQ Visual Edit and am putting to the z/OS queue manager from a remote windows node (my laptop). I am putting to a queue that has the same Couplinf Fac Struc Name as item 1 and has QSG disposition of copy (I created it as GROUP). I am connecting via a srvconn that is in the QSG (I tried it without doing that first). I am putting 100 messages. I would expect that from qmgr1 I would see the 100 messages and from qmgr2 I would see the 100 messages. I only see the messages from qmgr1. QMgr2 shows a depth of ZERO.
Any guidance would be appreciated. _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
belchman |
Posted: Tue Mar 22, 2011 8:00 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
Sorry..
"XXX" below in "the IVR job XXX" = CSQ4IVP1 with PARM='CSQ4IVPG,MQT1' _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
belchman |
Posted: Tue Mar 22, 2011 8:26 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
In the DB2 schema, here is the set returned by the queries:
select * from CSQ.OBJ_B_QUEUE
QNAME QSGNAME QTYPE
------------------------------------------------ ------- ------
QSG.NP.TEST TG01 QLOCAL
QSG.TEST TG01 QLOCAL
CSQ4IVPG.MODEL TG01 QMODEL
CSQ4IVPG.TRIGGER TG01 QLOCAL
select * from CSQ.OBJ_B_CHANNEL
CHLNAME QSGNAME CHLTYPE
------------------------------------------------ ------- ----------
QSG.TEST TG01 SVRCONN _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
belchman |
Posted: Tue Mar 22, 2011 10:03 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
The answer to my first issue is on page 18, line 11 of the System Setup Guide.
I do not know how I stumbled on it...
The fifth character must be alphabetic and subsequent characters can be
alphabetic or numeric. This part of the name (without the queue-sharing
group name) is what you specify for the CFSTRUCT name when you define a
shared queue, or a CF structure object.
I am still requesting input on the other item
Here is the output of my IVP for QSGs now:
2011.081 IBM WebSphere MQ for z/OS - V7.0.1
INSTALLATION VERIFICATION PROGRAM
PARAMETERS ACCEPTED. PROGRAM WILL CONNECT TO : MQT1
INSTALLATION VERIFICATION BEGINS :
STAGE 01 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR BRIDGE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR CHANNEL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR SSL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR INHIBITED EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR LOCAL EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR PERFORMENCE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS OFF FOR REMOTE EVENTS
STAGE 02 INFO: QMGR EVENT SWITCH IS ON FOR START/STOP EVENTS
STAGE 02 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 SYSTEM.COMMAND.INPUT
STAGE 03 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 04 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVPG.C7826460E2922
STAGE 05 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 06 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 07 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
STAGE 08 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVPG.C7826460E4004
STAGE 09 COMPLETE. COMPCODE : 0000 REASON CODE : 0000 CSQ4IVPG.C782647D81663
STAGE 10 COMPLETE. COMPCODE : 0000 REASON CODE : 0000
>>>>>>>>>> END OF REPORT <<<<<<<<<<
**************************** BOTTOM OF DATA ******************************** _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
Back to top |
|
 |
Toronto_MQ |
Posted: Wed Mar 23, 2011 7:23 am Post subject: |
|
|
 Master
Joined: 10 Jul 2002 Posts: 263 Location: read my name
|
belchman wrote: |
2) I am using MQ Visual Edit and am putting to the z/OS queue manager from a remote windows node (my laptop). I am putting to a queue that has the same Couplinf Fac Struc Name as item 1 and has QSG disposition of copy (I created it as GROUP). I am connecting via a srvconn that is in the QSG (I tried it without doing that first). I am putting 100 messages. I would expect that from qmgr1 I would see the 100 messages and from qmgr2 I would see the 100 messages. I only see the messages from qmgr1. QMgr2 shows a depth of ZERO.
Any guidance would be appreciated. |
Regarding your 2nd question, if I read it correctly, your queue definition is a copy and not a shared queue, correct? If so, then yes your messages will be on one queue or the other. A group/copy definition is not a shared queue and the copies are local on each qmgr.
Let me know if I am misreading the question. |
|
Back to top |
|
 |
belchman |
Posted: Wed Mar 23, 2011 7:38 am Post subject: |
|
|
Partisan
Joined: 31 Mar 2006 Posts: 386 Location: Ohio, USA
|
thx Toronto... that was the problem... thanks a million _________________ Make three correct guesses consecutively and you will establish a reputation as an expert. ~ Laurence J. Peter |
|
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
|
|
|
|