|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
CICS-MQ Problem |
« View previous topic :: View next topic » |
Author |
Message
|
parin |
Posted: Mon Aug 13, 2012 1:40 am Post subject: |
|
|
Newbie
Joined: 08 Aug 2012 Posts: 2
|
I have defined a local queue in the server with a process that execute a
CKBR transaction at CICS through a initialization queue between MQ and CICS,
Well, when I send the message with cobol program, I see that CICS enables CICS Bridge trhough CKBR after it receives the message to my local queue, but don't seems to do any more, after this, my hope is that CICS must execute CKBP transaction and link the program associated with the message, do whatever this program must do and returns to the transtion queue and, after, to the remote queue
I don't know how can I monitor or trace what is going on and I'm lost right
know, please, some help!****
Thanks in advance,****
-parin |
|
Back to top |
|
 |
exerk |
Posted: Mon Aug 13, 2012 2:13 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Well this one must be a record, opening a 9 years-old post!
Splitting the post and referencing the original post HERE. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 13, 2012 5:03 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Check the triggering concepts in CICS.
I thought that the bridge like other online triggering would be a long running task... Well ... what do I know about zOS. I'm sure someone with more experience in the OS will be along soon.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
cicsprog |
Posted: Tue Aug 14, 2012 8:45 am Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
You should be looking in the Jes2 log of your CICS region for any issues associated with the bridge. Here is one of ours with the normal startup messages. Any errors thrown with the bridge would also be in the Jes2 log.
DFHMQ0700 I 08/14/2012 04:20:11 TSAMIS21 CKBR 00044 CICS-MQ Bridge initialization in progress.
DFHMQ0702 I 08/14/2012 04:20:11 TSAMIS21 CKBR 00044 CICS-MQ bridge monitor initialization complete.
DFHMQ0703 I TSAMIS21 029
08/14/2012 04:20:11 TSAMIS21 CKBR 00044 WaitInterval=20,000,
Auth=LOCAL Q=MQC2SIG.QL.BESI.BRIDGE.UAT2.
DFHMQ0783 I 08/14/2012 04:20:11 TSAMIS21 CKBR 00044 Msg=BOTH, PassTktA=TSAMIS21
DFHMQ0792 I 08/14/2012 04:20:11 TSAMIS21 CKBR 00044 RouteMEM=N
basic queue defs
DEFINE NOREPLACE
QLOCAL('MQC2SIG.QL.BESI.BRIDGE.UAT2')
QSGDISP(QMGR)
STGCLASS('SIGSEOI')
DESCR('CICS BRIDGE CLUSTER REQUEST QUEUE')
PROCESS('CICS_BRIDGE')
INITQ('MQC2NSS.QI.CICMIS21.INITQ')
DEFINE NOREPLACE
PROCESS('CICS_BRIDGE')
QSGDISP(QMGR)
DESCR('CICS BRIDGE MONITOR')
APPLTYPE(CICS)
APPLICID('CKBR')
USERDATA('AUTH=LOCAL,WAIT=20')
DEFINE NOREPLACE
QLOCAL('MQC2NSS.QI.CICMIS21.INITQ')
QSGDISP(QMGR)
STGCLASS('SYSTEM')
DESCR('CKTI initiation queue')
Use transaction, CEDX, which enables you to specify the name of the transaction you want to debug |
|
Back to top |
|
 |
PEPERO |
Posted: Wed Sep 12, 2012 9:37 am Post subject: |
|
|
Disciple
Joined: 30 May 2011 Posts: 177
|
Are you making DPL or 3270 type program calling? |
|
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
|
|
|
|