View previous topic :: View next topic |
Author |
Message |
Shankarganesh_gopal Beginner
Joined: 24 May 2005 Posts: 36 Topics: 20 Location: chennai
|
Posted: Thu Jun 07, 2007 5:24 am Post subject: 2085 MQ Error |
|
|
Hi all,
I need to clarify a question.
We are facing a error 2085 (Mq unknown object) while trying to call MQPUT1. I searched the entire website, but couldn't able to find a valid reason. All the link says that we might not have given the queue name properly. How this could be? The same MQ was running fine all other time and only during between some specific intervals, we are receiving this error message.
I suspect that this issue could be because of MQ connection lost and when we try to call MQPUT1, it is giving trouble.
Can some one throw some light on this issue?
Thanks a ton.
Shankar. |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jun 07, 2007 6:13 am Post subject: |
|
|
My experience with 2085's:- MVS-z/OS mainframe
- Ran under RRS - DB2 & MQS
- Batch job ran 24/7
- made the connect & open only one time at BOJ (begining of job)
- performing MQGET's
- Performed a ROLLBACK and went EOJ
- error routine interrogated OBJ handle and name to insure they were valid
- if valid assumed MQS was brought down to force EOJ and created non-critical EOJ
- if invalid created critical EOJ
In any case, job was automatically restarted and failure to connect was considered critical EOJ, thus no automatic restart.
Never attempted to re-connect, more than likely operators wanted the system to come down. Anyway, job was automatically restarted after only 1 critical, not after two. Operation's people wanted it that way, and it was easier and required no programmer intervention until 3rd critical EOJ _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jun 07, 2007 4:52 pm Post subject: |
|
|
MQPUT1 & GET1 are a combination of CONNECT/OPEN/PUT or GET.
I would say that your guess is correct:- either MQS is down
- the QUEUE is not enabled
- you are in CICS and the connection was lost
.
Does not matter why.
I hope you have some restart methodology. You need to save the input that triggered the need for a PUT. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
Shankarganesh_gopal Beginner
Joined: 24 May 2005 Posts: 36 Topics: 20 Location: chennai
|
Posted: Thu Jun 07, 2007 9:35 pm Post subject: |
|
|
Thanks a lot for your valuable suggestion. |
|
Back to top |
|
 |
|
|