Author |
Message
|
sai kumar adduri |
Posted: Fri Jul 26, 2013 5:11 am Post subject: Failed to put message |
|
|
Acolyte
Joined: 04 Apr 2013 Posts: 73
|
hi ,
when i am trying to put message into a queue i am getting an error as "Failed to put message"
Severity:INTEGER:3
Number:INTEGER:2667
Text:CHARACTER:Failed to put message
Insert
Type:INTEGER:2
Text:CHARACTER:-1
Insert
Type:INTEGER:5
Text:CHARACTER:MQW102
Insert
Type:INTEGER:2
Text:CHARACTER:2142
Insert
Type:INTEGER:5
Text:CHARACTER:
Insert
Type:INTEGER:5
Text:CHARACTER:
Insert
Type:INTEGER:5
Text:CHARACTER:Q3
Message which I am trying to put is of the following format:
Message>properties,MQMD,XLNSC |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jul 26, 2013 5:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So the first part is the bip message number.
Code: |
Number:INTEGER:2667 |
You can use the bip message number to find the full descriptive text of the error, including a description of what the rest of the inserts are.
That will tell you which one of those inserts contains the MQ Return Code, which tells you why your message could not get PUT.
This is basic Broker troubleshooting. You should have been taught this.
Go, read, think, try, repeat. |
|
Back to top |
|
 |
ydeonia |
Posted: Tue Jul 30, 2013 12:57 am Post subject: |
|
|
Acolyte
Joined: 29 Oct 2012 Posts: 74
|
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jul 30, 2013 3:13 am Post subject: Re: Failed to put message |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
sai kumar adduri wrote: |
the following format:
Message>properties,MQMD,XLNSC |
The operative MQ error code is 2142 not 2667. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 30, 2013 6:56 am Post subject: Re: Failed to put message |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
sai kumar adduri wrote: |
the following format:
Message>properties,MQMD,XLNSC |
The operative MQ error code is 2142 not 2667. |
The operative BIP code is 2667, not 2142. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jul 30, 2013 7:22 am Post subject: Re: Failed to put message |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
mqjeff wrote: |
lancelotlinc wrote: |
sai kumar adduri wrote: |
the following format:
Message>properties,MQMD,XLNSC |
The operative MQ error code is 2142 not 2667. |
The operative BIP code is 2667, not 2142. |
Ok, we're both right. The runtime couldn't write to the queue due to a parsing error caused by invalid headers. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 30, 2013 7:30 am Post subject: Re: Failed to put message |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
mqjeff wrote: |
lancelotlinc wrote: |
sai kumar adduri wrote: |
the following format:
Message>properties,MQMD,XLNSC |
The operative MQ error code is 2142 not 2667. |
The operative BIP code is 2667, not 2142. |
Ok, we're both right. The runtime couldn't write to the queue due to a parsing error caused by invalid headers. |
It's nearly like I already said that. |
|
Back to top |
|
 |
|