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 and MQInput

Post new topic  Reply to topic Goto page 1, 2  Next
 MQoutput and MQInput « View previous topic :: View next topic » 
Author Message
ameya_nayak
PostPosted: Mon Jul 15, 2013 8:12 am    Post subject: MQoutput and MQInput Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

Hi

I am creating a audit flow for WMB
.My requirement is I will be sending a file to MQout node and there will one MQInput node which will be listening to message in MQOutput node

But anyhow I am able to send message to MQOutput node successfully but not able to rad message form MQinput node


Thanks
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jul 15, 2013 8:17 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Set transaction mode to off on all your MQ nodes.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Mon Jul 15, 2013 9:03 am    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

My MQOutput node and MQInput node are in different flow
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jul 15, 2013 9:23 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

What do your Trace nodes tell you that is going on in your flow?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Mon Jul 15, 2013 9:34 am    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

Trace node XMNSC body is empty for MQInput node which is in another flow
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jul 15, 2013 9:49 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ameya_nayak wrote:
Trace node XMNSC body is empty for MQInput node which is in another flow


And the Trace node before the MQOutput shows an XMLNSC body?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jul 15, 2013 9:49 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

ameya_nayak wrote:
Trace node XMNSC body is empty for MQInput node which is in another flow


So the message is getting to the second flow (else the second flow would have no Trace output), but the input parser is not set properly ?

Is the Trace node directly after the input node with no other nodes in between?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Mon Jul 15, 2013 12:11 pm    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

Trace node after MQOutput node is showing data for XMLNS
but Tarce node for MQInput node ,ther is no data for XMLNS

But I have noticed that if I chaged the Message Domain from XMLNS to BLOB
there is a long string in Trace node
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Tue Jul 16, 2013 3:19 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

What version of the product are you on? Version numbers have four digits. Why are you not using XMLNSC ?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Tue Jul 16, 2013 7:49 am    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

I am USING WMB 8.0.0.1

Here is my flow

HTTPInput ---- MQOutput

MQInput ----- HTTPReply


I ma passing xml file to HTTPInput and inside HTTPInput propertie i have used XMLNS itself

If I put trace node after MQOutput node, I am able to see Values inside XMLNS

but If I put Tarce node after MQInput node XMLNS tree structure is empty
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Tue Jul 16, 2013 7:57 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Update your toolkit to 8.0.0.2 ifix 001, your runtime to 8.0.0.2 and your parser to XMLNSC.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Tue Jul 16, 2013 7:58 am    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

I have used XMLNSC also but no luck
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Jul 16, 2013 8:01 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

ameya_nayak wrote:
I have used XMLNSC also but no luck


And the user trace (as distinct from the output of the Trace nodes) tells you....?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Tue Jul 16, 2013 8:06 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

ameya_nayak wrote:
I have used XMLNSC also but no luck


Although I've been told 'deprecated' is not to be used, you REALLY should be using XMLNSC.

http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fad70530_.htm

As my esteemed colleague from the Buckeye state has noted, we do not have visibility into your logs and cannot possibly tell you why your flow is not working. Smokey the Bear says, "Only you can prevent forest fires." You have the eyes and ears to detect what is happening.

And by the way, how are you passing the ReplyId to the Reply flow?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
ameya_nayak
PostPosted: Tue Jul 16, 2013 9:31 am    Post subject: Reply with quote

Apprentice

Joined: 10 Jul 2013
Posts: 26

What I need to do for setting replyID?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » MQoutput and MQInput
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.