Author |
Message
|
tonythomasantony |
Posted: Mon Jul 02, 2007 10:32 pm Post subject: MQOutput not putting message |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
Hi,
eventhough i an not getting any error or failure in MQOut put node my message is not coming to the queue after it showing open output count as 1.
my flow is like this,
HttpInput>Compute>MQOutput
i am getting SOAP message in Http(oparing with MRM parser and message sets) and i am adding MQMD header.
My trace node after MQ output is populating with no error and populating contents in MRM domain.
Please help me.
regards,
Tony |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Mon Jul 02, 2007 10:35 pm Post subject: Re: MQOutput not putting message |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Have you checked MQ logs or DLQ ? _________________ Marcin |
|
Back to top |
|
 |
tonythomasantony |
Posted: Mon Jul 02, 2007 10:40 pm Post subject: Re: MQOutput not putting message |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
marcin.kasinski wrote: |
Have you checked MQ logs or DLQ ? |
YEs..DLQ not contains any message.
tony |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Mon Jul 02, 2007 11:19 pm Post subject: Re: MQOutput not putting message |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
tonythomasantony wrote: |
marcin.kasinski wrote: |
Have you checked MQ logs or DLQ ? |
YEs..DLQ not contains any message.
tony |
MQ logs ? _________________ Marcin |
|
Back to top |
|
 |
tonythomasantony |
Posted: Mon Jul 02, 2007 11:30 pm Post subject: Re: MQOutput not putting message |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
[quote="marcin.kasinski"]
tonythomasantony wrote: |
marcin.kasinski wrote: |
Have you checked MQ logs or DLQ ? |
YEs..DLQ not contains any message.
tony |
MQ logs ?[/
SORRYYY MARCIN AM GETING ERROR...
I ATACHED ONE TRACE NODE TO THE FAILURE TERMINAL WHICH READS
(
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S600_P\src\DataFlowEngine\ImbDataFlowNode.cpp'
(0x03000000):Line = 616
(0x03000000):Function = 'ImbDataFlowNode::createExceptionList'
(0x03000000):Type = 'ComIbmMQOutputNode'
(0x03000000):Name = 'UsingSoapExtractNode#FCMComposite_1_3'
(0x03000000):Label = 'UsingSoapExtractNode.MQOutput'
(0x03000000):Catalog = 'BIPv600'
(0x03000000):Severity = 3
(0x03000000):Number = 2230
(0x03000000):Text = 'Node throwing exception'
(0x01000000):MessageException = (
(0x03000000):File = 'F:\build\S600_P\src\DataFlowEngine\ImbMqOutputNode.cpp'
(0x03000000):Line = 2142
(0x03000000):Function = 'ImbMqOutputNode::putMessage'
(0x03000000):Type = 'ComIbmMQOutputNode'
(0x03000000):Name = 'UsingSoapExtractNode#FCMComposite_1_3'
(0x03000000):Label = 'UsingSoapExtractNode.MQOutput'
(0x03000000):Catalog = 'BIPv600'
(0x03000000):Severity = 3
(0x03000000):Number = 2667
(0x03000000):Text = 'Failed to put message'
(0x01000000):Insert = (
(0x03000000):Type = 2
(0x03000000):Text = '-1'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'MQW102'
)
(0x01000000):Insert = (
(0x03000000):Type = 2
(0x03000000):Text = '2097'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = ''
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'WBRK6_DEFAULT_QUEUE_MANAGER'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'WSOUT'
)
)
)
)
I ANT IDENTIFY THE RASO FOR THIS
TONY |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Mon Jul 02, 2007 11:43 pm Post subject: Re: MQOutput not putting message |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
I think you should check MQ error logs. _________________ Marcin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 03, 2007 1:44 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It's telling you that you're getting a 2097 MQ Reason Code when you try to do the put.
Change the MQOutput node to use "Default" instead of "set all" or "put all" or whatever it is at now. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tonythomasantony |
Posted: Tue Jul 03, 2007 11:25 pm Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 47
|
jefflowrey wrote: |
It's telling you that you're getting a 2097 MQ Reason Code when you try to do the put.
Change the MQOutput node to use "Default" instead of "set all" or "put all" or whatever it is at now. |
Hi jefflowrey,
its working after settig message context to Default..
Thankssss
All,
thanks for all ur responses..
regards,
Tony |
|
Back to top |
|
 |
|