IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

problem in triggering a transaction


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suma_infy

New User


Joined: 03 Oct 2008
Posts: 25
Location: chennai

PostPosted: Thu Jul 08, 2010 2:21 pm
Reply with quote

Hi All,

I'm new to websphere MQ. I have written a cobol program to read message from Queue in the Online mode. The program should retrieve the Queue name using the CICS retrieve command and open the Queue and read the message from it.

The region is defined with the process to trigger the transaction automatically when there is a first data in the MQ.
I have set up the transaction defined in the process in the CICS region . The problem is my program is not triggered even after defining the process.

Can some one let me know what could be possible reason why it is not triggering the transaction.

Thanks in advance.

Suma
Back to top
View user's profile Send private message
prateek_rastogi

New User


Joined: 01 Aug 2010
Posts: 6
Location: India

PostPosted: Sun Aug 08, 2010 11:30 pm
Reply with quote

hi,

Do one thing try artificially checking whether the data when put in the queue starts the transaction..

Use the TSO PQEDITT command and open your queue and put some data in it. Fire the data from there and check if the cemt count of your program increases. It ensures that your process and queue are working fine.

Then it leaves the possiblity for the problems with the definitions of the channels.

PLz check and let us know.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Aug 09, 2010 6:58 pm
Reply with quote

Does CICS trigger other transactions or is this the first time?

Check to see if the trigger monitor task is active. IIRC it's CKTI.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts Job scheduling problem. JCL & VSAM 9
Search our Forums:

Back to Top