MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

2085 MQ Error

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Shankarganesh_gopal
Beginner


Joined: 24 May 2005
Posts: 36
Topics: 20
Location: chennai

PostPosted: Thu Jun 07, 2007 5:24 am    Post subject: 2085 MQ Error Reply with quote

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
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Thu Jun 07, 2007 6:13 am    Post subject: Reply with quote

My experience with 2085's:
  1. MVS-z/OS mainframe
  2. Ran under RRS - DB2 & MQS
  3. Batch job ran 24/7
  4. made the connect & open only one time at BOJ (begining of job)
  5. performing MQGET's
  6. Performed a ROLLBACK and went EOJ
  7. error routine interrogated OBJ handle and name to insure they were valid
    1. if valid assumed MQS was brought down to force EOJ and created non-critical EOJ
    2. 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
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Thu Jun 07, 2007 4:52 pm    Post subject: Reply with quote

MQPUT1 & GET1 are a combination of CONNECT/OPEN/PUT or GET.

I would say that your guess is correct:
  1. either MQS is down
  2. the QUEUE is not enabled
  3. 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
View user's profile Send private message
Shankarganesh_gopal
Beginner


Joined: 24 May 2005
Posts: 36
Topics: 20
Location: chennai

PostPosted: Thu Jun 07, 2007 9:35 pm    Post subject: Reply with quote

Thanks a lot for your valuable suggestion.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group