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 » Message Format MQHRF2 Error

Post new topic  Reply to topic
 Message Format MQHRF2 Error « View previous topic :: View next topic » 
Author Message
Venkat10
PostPosted: Wed Mar 30, 2016 9:44 am    Post subject: Message Format MQHRF2 Error Reply with quote

Novice

Joined: 10 Mar 2014
Posts: 19

We are using WTX to place a message on Queue with MQ Header format MQHRF2 and getting Message_could_not_be_stored_on_the_queue Error. It was working fine earlier this morning we had an outage on Queuemanager and its stopped working after that.

If we process the same message with MQRHF2 its working fine.

Any help is greatly appreciated.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Mar 30, 2016 10:14 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

What was the entire error message? ReasonCode?

Anything written to MQ error logs?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Venkat10
PostPosted: Wed Mar 30, 2016 10:25 am    Post subject: Reply with quote

Novice

Joined: 10 Mar 2014
Posts: 19

Full Trace

<32074-4099885328-Wed Mar 30 14:18:36 2016>: FULL TRACE ON
<32074-4099885328-Wed Mar 30 14:18:36 2016>: Adapter command: -FORMAT MQHRF2 -QMN QMN -QN QUEUE -CQMN -T+ /usr/local/wmb/TXlogs/DepartmentQueueput.txt
<32074-4099885328-Wed Mar 30 14:18:36 2016>: [intm4mqsCheckAdapterCommand]
<32074-4099885328-Wed Mar 30 14:18:36 2016>: [intm4mqsCheckAdapterCommand] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsCompareConnection]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | Connection will be reused
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsCompareConnection] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsOnNotify]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | OnNotify->PutStart
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsOpenQueue]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | | Obtaining handle for the queue QUEUE
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | | Reusing output queue QUEUE
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsOpenQueue] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsOnNotify] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsBeginTransaction]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | MQSeries transaction implicitly started
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsBeginTransaction] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsValidateConnection]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsValidateConnection] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsPut]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsObtainQueueNode]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | | Queue node found: QUEUE (pNode=0x80ffe720)
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsObtainQueueNode] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsIsTransactionRequired]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | [intm4mqsIsTransactionRequired] (rc = 0) OK
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | Syncpoint required
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | Adapter error rc = -1004 [Message_could_not_be_stored_on_the_queue]
<32074-4081636240-Wed Mar 30 14:18:36 2016>: | MQSeries error (ReasonCode = 2334)
<32074-4081636240-Wed Mar 30 14:18:36 2016>: [m4mqsPut] (rc = -1004) *** ERROR ***
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Mar 30, 2016 10:37 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

Quote:
rc = -1004

And when you researched ReasonCode 1004, what did you discover?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Mar 30, 2016 10:52 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

bruce2359 wrote:
Quote:
rc = -1004

And when you researched ReasonCode 1004, what did you discover?


Quote:
MQSeries error (ReasonCode = 2334)

_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
bruce2359
PostPosted: Wed Mar 30, 2016 11:51 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

mqjeff wrote:
bruce2359 wrote:
Quote:
rc = -1004

And when you researched ReasonCode 1004, what did you discover?


Quote:
MQSeries error (ReasonCode = 2334)

Ooops, my typo. Must remember: can't do four things at one time.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Wed Mar 30, 2016 2:59 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2494
Location: Melbourne, Australia

Quote:
-FORMAT MQHRF2

Shouldn't that be MQRFH2 ??
_________________
Glenn
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Mar 31, 2016 4:30 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

gbaddeley wrote:
Quote:
-FORMAT MQHRF2

Shouldn't that be MQRFH2 ??


'MQHRF2bb'
http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.ref.dev.doc/q091470_.htm
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Thu Mar 31, 2016 3:36 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2494
Location: Melbourne, Australia

Quote:
MQSeries error (ReasonCode = 2334)

MQRC_RFH_ERROR
http://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.tro.doc/q043630_.htm?lang=en
App generated an RFH that MQ deemed invalid?
_________________
Glenn
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 » General IBM MQ Support » Message Format MQHRF2 Error
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.