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 » WebSphere Message Broker (ACE) Support » MQOutput not putting message

Post new topic  Reply to topic
 MQOutput not putting message « View previous topic :: View next topic » 
Author Message
tonythomasantony
PostPosted: Mon Jul 02, 2007 10:32 pm    Post subject: MQOutput not putting message Reply with quote

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
View user's profile Send private message
marcin.kasinski
PostPosted: Mon Jul 02, 2007 10:35 pm    Post subject: Re: MQOutput not putting message Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

Have you checked MQ logs or DLQ ?
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
tonythomasantony
PostPosted: Mon Jul 02, 2007 10:40 pm    Post subject: Re: MQOutput not putting message Reply with quote

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
View user's profile Send private message
marcin.kasinski
PostPosted: Mon Jul 02, 2007 11:19 pm    Post subject: Re: MQOutput not putting message Reply with quote

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
View user's profile Send private message Visit poster's website
tonythomasantony
PostPosted: Mon Jul 02, 2007 11:30 pm    Post subject: Re: MQOutput not putting message Reply with quote

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
View user's profile Send private message
marcin.kasinski
PostPosted: Mon Jul 02, 2007 11:43 pm    Post subject: Re: MQOutput not putting message Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

I think you should check MQ error logs.
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Tue Jul 03, 2007 1:44 am    Post subject: Reply with quote

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
View user's profile Send private message
tonythomasantony
PostPosted: Tue Jul 03, 2007 11:25 pm    Post subject: Reply with quote

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
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 » WebSphere Message Broker (ACE) Support » MQOutput not putting message
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.