Author |
Message
|
Vinayak.Satapute |
Posted: Wed Feb 13, 2008 3:12 am Post subject: Exp No:2667,Failed to put message |
|
|
Acolyte
Joined: 20 Dec 2006 Posts: 70
|
Hi,
I am receiving the above error message when the message is put to final MQOutput node of the message flow.
To solve it ,I changed the MQMD header property of the incoming message (just retyped the same data in User Id field or Put Application type in MQMD header) then message was successfully sent.
Can anyone please suggest me how can message sent without any changes to MQMD field.
Please find below the error description details.
*************************************************************
- <ErrorMessage>
<ExceptionNumber>2667</ExceptionNumber>
<SourceQueueName>QL.MASG.MBRK.AWB.01</SourceQueueName>
- <ExceptionList>
- <RecoverableException>
<File>/build/S600_P/src/DataFlowEngine/ImbMqOutputNode.cpp</File>
<Line>782</Line>
<Function>ImbMqOutputNode::evaluate</Function>
<Type>ComIbmMQOutputNode</Type>
<Name>MF_MBRK_RAPD_Inward#FCMComposite_1_7</Name>
<Label>MF_MBRK_RAPD_Inward.QL.MBRK.AUDIT.OUTMSG</Label>
<Catalog>BIPv600</Catalog>
<Severity>3</Severity>
<Number>2230</Number>
<Text>Caught exception and rethrowing</Text>
- <MessageException>
<File>/build/S600_P/src/DataFlowEngine/ImbMqOutputNode.cpp</File>
<Line>2142</Line>
<Function>ImbMqOutputNode::putMessage</Function>
<Type>ComIbmMQOutputNode</Type>
<Name>MF_MBRK_RAPD_Inward#FCMComposite_1_7</Name>
<Label>MF_MBRK_RAPD_Inward.QL.MBRK.AUDIT.OUTMSG</Label>
<Catalog>BIPv600</Catalog>
<Severity>3</Severity>
<Number>2667</Number>
<Text>Failed to put message</Text>
- <Insert>
<Type>2</Type>
<Text>-1</Text>
</Insert>
- <Insert>
<Type>5</Type>
<Text>MQW102</Text>
</Insert>
- <Insert>
<Type>2</Type>
<Text>2030</Text>
</Insert>
- <Insert>
<Type>5</Type>
<Text />
</Insert>
- <Insert>
<Type>5</Type>
<Text />
</Insert>
- <Insert>
<Type>5</Type>
<Text>QL.MBRK.AUDIT.OUTMSG</Text>
</Insert>
</MessageException>
</RecoverableException>
</ExceptionList>
</ErrorMessage>
*************************************************************
Thanks,
Vinayak Satapute. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Feb 13, 2008 4:23 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
2030 = message too big for queue. what md values do you change exactly? do you also change message size? whats the maxmsglen of your queue? _________________ Regards, Butcher |
|
Back to top |
|
 |
Vinayak.Satapute |
Posted: Wed Feb 13, 2008 10:01 pm Post subject: |
|
|
Acolyte
Joined: 20 Dec 2006 Posts: 70
|
Hi,
My error message doesnt have any exception mentioning "2030:message too big "is not the issue and I am not doing any change to message length. My queue property is set to hold 4mb message size.
I was just retyping the header field of MQMD UserIdentifier.
So then message was going without any error like 'failed to put message'.
Hope I have made it clear.
Regards,
Vinayak Satapute. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Feb 13, 2008 11:35 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
sorry for my dumb answer, but this was suspicious to me:
<Text>MQW102</Text>
</Insert>
- <Insert>
<Type>2</Type>
<Text>2030</Text>
cc=2, rc=2030?
never mind, good luck! _________________ Regards, Butcher |
|
Back to top |
|
 |
Vinayak.Satapute |
Posted: Wed Feb 13, 2008 11:45 pm Post subject: |
|
|
Acolyte
Joined: 20 Dec 2006 Posts: 70
|
Thanks for the Answer
I belive this following parts are only describing about exception...
<Severity>3</Severity>
<Number>2230</Number>
<Text>Caught exception and rethrowing</Text>
<Severity>3</Severity>
<Number>2667</Number>
<Text>Failed to put message</Text>
Since no way message length should have created any problem,since I could send the msg across by just modifying the MQMD field.
What say
Thanks ,
Vinayak Satapute. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Feb 14, 2008 1:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Are you sure your user field wasn't too long (with too many spaces)?
Or not long enough (trim) ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vinayak.Satapute |
Posted: Sun Feb 17, 2008 6:14 pm Post subject: |
|
|
Acolyte
Joined: 20 Dec 2006 Posts: 70
|
Hi,
I dont know whether it is anything to do with the user field,But yes,the message id was holding the user id field with "PSSAUTH " and you can see the spaces.
So is this could be the issue to show ;failed to put message'.
Regards,
Vinayak satapute. |
|
Back to top |
|
 |
Vinayak.Satapute |
Posted: Sun Feb 17, 2008 6:48 pm Post subject: |
|
|
Acolyte
Joined: 20 Dec 2006 Posts: 70
|
Hi Again,
Sorry there was some typo error in my previous message.
I mean,my message is having User Id field with 5 spaces present in it,'PSSAUTH '.So this could be an issue for 'Failed to Put message'.
Thanks,
Vinayak Satapute. |
|
Back to top |
|
 |
|