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 » General IBM MQ Support » MQJE001: Reason code 2045, randomly occurs

Post new topic  Reply to topic
 MQJE001: Reason code 2045, randomly occurs « View previous topic :: View next topic » 
Author Message
allenF88
PostPosted: Tue Jul 07, 2015 12:26 am    Post subject: MQJE001: Reason code 2045, randomly occurs Reply with quote

Newbie

Joined: 07 Jul 2015
Posts: 1

Hope this is the correct section. We have a JCAPS interface that feeds messages that come in via MQ to a target system also using MQ.

The feed uses multiple local mq queues and one remote queue which we put messages to in order to deliver to target. These are the options we have on this queue:

Code:
MQSeries_Out.newMessage();
                    MQSeries_Out.getQueue().getqueueAccessOptions().setMQOO_OUTPUT( true );
                    MQSeries_Out.getMessage().getMsgHeader().setMessageId( inMessageID );
                    MQSeries_Out.getMessage().getMsgHeader().setFormat( "MQSTR" );
                    messageID = inMessageID;
                    MQSeries_Out.getMessage().write( SBMxML_SBMxML_1.marshalToBytes() );
                    MQSeries_Out.putWithOptions();
                    sent = true;


One the odd occasion we get the following error.
[#|2015-07-06T20:20:55.596+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=50;_ThreadName=Timer-17;_RequestID=89bcc1d5-4f4e-479b-9acd-a0255ded5a39;|
MQJE001: Completion Code '2', Reason '2045'.
|#]

[#|2015-07-06T20:20:55.599+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=50;_ThreadName=Timer-17;_RequestID=89bcc1d5-4f4e-479b-9acd-a0255ded5a39;|MQJE001: Completion Code '2', Reason '2045'.
|#]

this used to happen from time to time, like once every few months. But we have been unable to find the cause as we dont have any invalid options on the remote queue.

However over the last few days the feed has been throwing this error a number of times. And once it is thrown the feed rolls the errors and stops running.

This feed processes 10s of thousands of messages a day, and up till now it has done so with the odd failure.

Any idea how I can identify which option is invalid?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Jul 07, 2015 2:29 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Yes get support pack MS0P and pass it the numeric value. It should return the corresponding field names... This would be a start at identifying what's wrong.
Obviously you want to output the value of the put options when this occurs.

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » MQJE001: Reason code 2045, randomly occurs
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.