Author |
Message |
Topic: 2058 error on MQCONN in OS390 Batch |
mahesh_klm
Replies: 41 Views: 47358
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 27, 2012 5:55 pm Subject: 2058 error on MQCONN in OS390 Batch |
The issue was solved. It was due to wrong definition of Queues. |
Topic: 2058 error on MQCONN in OS390 Batch |
mahesh_klm
Replies: 41 Views: 47358
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Dec 05, 2012 3:21 am Subject: 2058 error on MQCONN in OS390 Batch |
Thanks bruce2359 and fjb_saper.
I am getting return code 2 and reason code as 2058. Is there any other value i need to look for.
This is a batch cobol application and it is getting failed in MQCONN ... |
Topic: 2058 error on MQCONN in OS390 Batch |
mahesh_klm
Replies: 41 Views: 47358
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Dec 04, 2012 6:45 pm Subject: 2058 error on MQCONN in OS390 Batch |
One more guy facing the issue of 2058 while inserting message to MQ via batch job. From the above posts it seems like i need to add one more library in step lib, and check the compiler option. Will tr ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jul 27, 2012 7:36 pm Subject: MQPUT1 not inserting message to Q |
The issue had been solved. Message id in request was converted to correlation id in response. WE got a confusion previously as the middleware log was showing message id and correlation id same as we a ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jul 26, 2012 10:06 am Subject: MQGET |
Hi Guys. As expected i am back with issues n MQGET. I am using a correlation id check to match the request and response. Our architecture is in such a way that we are sending from mainframe to a middl ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Jul 08, 2012 6:37 am Subject: MQPUT1 not inserting message to Q |
Thanks Bruce. I may come back with questions on MQGET  |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Jul 08, 2012 4:09 am Subject: MQPUT1 not inserting message to Q |
Sorry for the wrong info as the issue was with the code. What i was informed during positing above one was there is a datapower setup which sweeps off the message from Q at the moment we insert messag ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Jun 30, 2012 3:08 am Subject: MQPUT1 not inserting message to Q |
Guys,
The issue was with the definition of Q. Program is working fine in testing region not in dev. |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 22, 2012 3:10 am Subject: MQPUT1 not inserting message to Q |
check the qdepth first as suggested ... DISPLAY QLOCAL(yourqueuemane) CURDEPTH
and check if the curdepth increases if you run the program. then you know if its your program (or something else, e.g ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jun 22, 2012 1:47 am Subject: MQPUT1 not inserting message to Q |
I am checking in the below menu
MQM MVS/ESA UTILITY MENU
I have option to browse the Q. and give MQ command. |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jun 21, 2012 6:18 pm Subject: MQPUT1 not inserting message to Q |
What is the exact name of the queue?
Display the queue definition here.
Post the line(s) of your app that sets the queue name.
And you are absolutely certain RC was zero?
Below are the MQP ... |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jun 21, 2012 8:25 am Subject: MQPUT1 not inserting message to Q |
What reason code is returned from the mqput1 call?
RC is zero.
Will it be due to definition of the Q? |
Topic: MQPUT1 not inserting message to Q |
mahesh_klm
Replies: 21 Views: 17503
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jun 21, 2012 7:55 am Subject: MQPUT1 not inserting message to Q |
Hi All,
This is my first post.
I am trying to insert a message to a Q using MQPUT1 utility.
It is an XML message. But i am not able to see the same in Q.
When i try to browse the Q i can see the ... |