Author |
Message |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 4:09 am Subject: Does a CICS program have to connect to the queue managers? |
One last doubt...BoB...How do i define a trigger to have this program/transaction trigerred back on and running when the Queue Manager is back up? |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 2:29 am Subject: Does a CICS program have to connect to the queue managers? |
You guys have been awesome...Thanks a lot.. Ill use this feedback to modify the existing design... |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 2:16 am Subject: Does a CICS program have to connect to the queue managers? |
So if the program restarts, will it be able to break out of the connection to the old queue manager and be afresh and set to check the status of the messages sent to the new instance of the queue mana ... |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 1:35 am Subject: Does a CICS program have to connect to the queue managers? |
bOB,
My program is not detecting the condition when a queue manager goes down and then comes back up coz this is a different instance that comes up and the program returns code 2203. So in this case ... |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 1:25 am Subject: Does a CICS program have to connect to the queue managers? |
No. we have a cluster of queue managers here, |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 12:32 am Subject: Does a CICS program have to connect to the queue managers? |
Vitor, i do agree that the program can connect to only the queue managers configured for that CICS region. But we do have an MQ program that is called to perform OPEN/PUT/PUT1/CLOSE commands. This pro ... |
Topic: Does a CICS program have to connect to the queue managers? |
morfius9
Replies: 16 Views: 15502
|
Forum: Mainframe, CICS, TXSeries Posted: Tue May 29, 2007 12:20 am Subject: Does a CICS program have to connect to the queue managers? |
Hi,
Does a CICS program have to connect to the corresponding queue manager before issuing calls? I read somewhere that MQ Connect doesnt need to be performed in CICS. If this is the case, then how do ... |
Topic: Varied MQ Return Codes |
morfius9
Replies: 5 Views: 6131
|
Forum: Mainframe, CICS, TXSeries Posted: Mon May 28, 2007 12:24 am Subject: Varied MQ Return Codes |
Hmm....I get it now...I guess my program needs to be more efficient in handling this stuff. Thanks a lot guys for this eye opener. |
Topic: Varied MQ Return Codes |
morfius9
Replies: 5 Views: 6131
|
Forum: Mainframe, CICS, TXSeries Posted: Wed May 23, 2007 11:37 pm Subject: Varied MQ Return Codes |
Why is it giving me 2203 when the queue manager was again brought up? And all the time when im getting 2162, my queue manager was down for last one hour. |
Topic: Varied MQ Return Codes |
morfius9
Replies: 5 Views: 6131
|
Forum: Mainframe, CICS, TXSeries Posted: Wed May 23, 2007 11:01 pm Subject: Varied MQ Return Codes |
hi,
I have an application that is putting messages to a queue. I brought down the queue manager associated with the same when this application was running and the return codes that i recieved are con ... |
Topic: Open Handles |
morfius9
Replies: 10 Views: 11475
|
Forum: Mainframe, CICS, TXSeries Posted: Sun May 13, 2007 10:25 am Subject: Open Handles |
Yes, Max Handles defines the maximum number of tasks that a specific task can open with a a queue manager. However i need to know how i can get the count of currently open handles for the task for a q ... |
Topic: Open Handles |
morfius9
Replies: 10 Views: 11475
|
Forum: Mainframe, CICS, TXSeries Posted: Mon May 07, 2007 8:14 pm Subject: Open Handles |
Hi,
I wanted to check if the number of handles opened by my task is less than the maximum handles defined for the queuemanager in my program. I can use MQINQ to retrieve the maximum handles for the q ... |
Topic: 2017: Max Handles |
morfius9
Replies: 1 Views: 3974
|
Forum: Mainframe, CICS, TXSeries Posted: Sun May 06, 2007 10:56 pm Subject: 2017: Max Handles |
Hi,
We had an issue wherein the queue managers were not up and the program that tried to put messages on the queue using MQPUT1 repeatedly gave a 2017 Max handles reached. Is there any command to ret ... |