Author |
Message |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Fri Dec 18, 2020 8:20 am Subject: MQ OPEN 2045 error |
Hi,
I hadnt forgotten to reply to this topic, it's just that I didnt get any useful information, yet.
So it turns out that there were two CICSs, each connected to different queue managers but otherw ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Wed Dec 02, 2020 8:05 pm Subject: MQ OPEN 2045 error |
Hi,
It will not be possible to provide the complete code because this operation is done in a submodule and the main module logs the error. I would have to provide too much code that will possibly vio ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Mon Nov 30, 2020 10:32 pm Subject: MQ OPEN 2045 error |
Then we log the error, do some processing and stop the execution. |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Mon Nov 30, 2020 9:29 pm Subject: MQ OPEN 2045 error |
Hi bruce2359,
There is no code after compute. And the code immediately after MQOPEN is
if COMPLETION-CODE > 0
|
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Sun Nov 29, 2020 9:17 pm Subject: MQ OPEN 2045 error |
Hi all,
Thanks. Let me find out if I can get any more information from the trace/log etc. I am waiting for that. If that's not useful/possible, then perhaps I need to add display statements and initi ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Thu Nov 26, 2020 9:37 pm Subject: MQ OPEN 2045 error |
Additional information. Before this MQOpen call, the program opens another queue with MQOO-OUTPUT option compute OPTIONS = MQOO-OUTPUT +
MQOO-FAIL-IF-QUIESCING ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 11:26 pm Subject: MQ OPEN 2045 error |
Sorry one more related question. I am no expert on MQ so that's why... Which log on mainframe can tell me which options were used to do the MQOpen. Will I not get that in case of an error, unless ther ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 11:24 pm Subject: MQ OPEN 2045 error |
I will try to get the trace enabled perhaps.
About the initialization, I doubt that will happen because it works perfectly in other environments. But no harm to check it anyway.
Thanks for the ideas ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 7:55 pm Subject: MQ OPEN 2045 error |
Hi Paul,
Thanks for a quick response!
The queue is always the same, it is a local queue and defined with SHARE option. Even the default input open option is share and not exclusive.
We are susp ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 7:41 pm Subject: MQ OPEN 2045 error |
Hi,
I dont think there is any bug here but here is the code anyway
compute OPTIONS = MQOO-INPUT-SHARED +
MQOO-FAIL-IF-QUIESCING
call 'MQOPE ... |
Topic: MQ OPEN 2045 error |
manojtare
Replies: 30 Views: 60926
|
Forum: IBM MQ API Support Posted: Tue Nov 24, 2020 1:29 am Subject: MQ OPEN 2045 error |
Hi,
My application in Cobol on ZOS tries to open an MQ queue with INPUT-SHARED and MQOO-FAIL-IF-QUIESCING options. The next command would have been MQGET. However, the MQOPEN fails intermittently abo ... |