ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » CICS-MQ Problem

Post new topic  Reply to topic
 CICS-MQ Problem « View previous topic :: View next topic » 
Author Message
parin
PostPosted: Mon Aug 13, 2012 1:40 am    Post subject: Reply with quote

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
View user's profile Send private message
exerk
PostPosted: Mon Aug 13, 2012 2:13 am    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Aug 13, 2012 5:03 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
cicsprog
PostPosted: Tue Aug 14, 2012 8:45 am    Post subject: Reply with quote

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
View user's profile Send private message
PEPERO
PostPosted: Wed Sep 12, 2012 9:37 am    Post subject: Reply with quote

Disciple

Joined: 30 May 2011
Posts: 177

Are you making DPL or 3270 type program calling?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » CICS-MQ Problem
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.