Author |
Message |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Feb 01, 2008 8:00 am Subject: Trigger Retrieve Fail |
(There's a thread in here somewhere which discusses trigger type every, why it's a bad thing and why you might use it under CICS anyway. Look it up if you're interested).
I have spent many hours re ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Feb 01, 2008 7:22 am Subject: Trigger Retrieve Fail |
So maybe I'm thinking that this is just a lost cause effort. If there is something wrong where I can't do a retrieve on the trigger message, obviously there is something much more major going wrong i ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Feb 01, 2008 6:27 am Subject: Trigger Retrieve Fail |
and if it is you can always stop triggering for that queue...
Can this be done in my application? Or would this be done by one of our MQ admins? Also, if I can stop the triggering for a certain q ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 31, 2008 3:15 pm Subject: Trigger Retrieve Fail |
The MQGET is not my problem. It's the EXEC CICS RETRIEVE statement that I'm talking about when I retrieve the MQ trigger message, before opening and doing an sort of processing on the queue.
Maybe ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 31, 2008 3:02 pm Subject: Trigger Retrieve Fail |
Now if CICS is not able to retrieve the message it will get an error code and exit yes?
I agree that this is exactly what I do. But when my application exits, won't the queue trigger my applicatio ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 31, 2008 12:30 pm Subject: Trigger Retrieve Fail |
Let me respond by saying I'm only an application programmer. I do not deal with any of the technical settings of MQ, nor do I deal with the trigger monitoring application. To be honest, I don't quit ... |
Topic: Trigger Retrieve Fail |
brnase
Replies: 15 Views: 12036
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 31, 2008 11:00 am Subject: Trigger Retrieve Fail |
I'm desinging a new application to be triggered in CICS, and am having some difficulty deciding what I should do if the EXEC CICS RETRIEVE fails for the trigger message. The queue is defined as a tri ... |