ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Sporadic 2033 errors

Post new topic  Reply to topic
 Sporadic 2033 errors « View previous topic :: View next topic » 
Author Message
Shane2008
PostPosted: Tue Nov 18, 2008 2:12 pm    Post subject: Sporadic 2033 errors Reply with quote

Newbie

Joined: 18 Nov 2008
Posts: 2

Hi,

Can somebody please shed some light on the following issue. I have a Java application that uses the core API to put and get messages on MQ. In a production environment there could be 12000 requests in a day but for some reason anywhere between 20 and 50 could fail with 2033 errors.

We have checked the response queue and the number of messages doesnt increase and I have tried setting the expiry to -1 to see could I get them to stay in the response queue but to no avail. It doesnt appear to be a correlation id issue as the app is working for 95% of all requests and I can see the request message id and response id match up in the logs. I have tried a max wait of 60 seconds even though normal response come back within 1-2 seconds max. There doesnt seem to be much information or debugging available on the CICS mainframe side to help out either and I dont have access to this as another team looks after this. Any help would be greatly appreciated.

These are the options I use to open the queue:

Code:
int openOptions = MQC.MQOO_FAIL_IF_QUIESCING + MQC.MQOO_INPUT_SHARED;


Code:

            MQGetMessageOptions gmo = new MQGetMessageOptions();
            gmo.waitInterval = slmq_MaxWait;
            gmo.matchOptions = MQC.MQMO_MATCH_CORREL_ID;
            gmo.options =
                   MQC.MQGMO_WAIT | MQC.MQGMO_FAIL_IF_QUIESCING;


Thanks
Shane
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 18, 2008 2:31 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

My 1st thought is that these messages are not being returned.

If:

- the app works for 95% of these messages
- setting expiry to -1 doesn't leave them on the queue
- number of messages doesn't increase

maybe they're not actually on the queue?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Shane2008
PostPosted: Tue Nov 18, 2008 3:35 pm    Post subject: Reply with quote

Newbie

Joined: 18 Nov 2008
Posts: 2

Thanks for the reply.

Thats a strong possibility. The code I wrote was actually a rewrite of a previous application which used the JMS version of the API to send and retrieve messages and this never occurred with that.

Would there be any specific reason why on the mainframe server side that it would not return a response. There doesn't seem to be much in the way of logging. However I do know the request I send is processed, as when I retry the application gives an error telling me it has already been processed.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Nov 19, 2008 1:00 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Shane2008 wrote:
Would there be any specific reason why on the mainframe server side that it would not return a response.


The app responsible for sending the response has a bug in it?

Just a guess you understand.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Sporadic 2033 errors
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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.