Author |
Message
|
raghug |
Posted: Mon Jun 18, 2007 7:07 pm Post subject: MQGET node problem |
|
|
Acolyte
Joined: 19 Jul 2006 Posts: 60 Location: NJ
|
when i use mq get node i got this error
Message
LocalEnvironment
Environment
ExceptionList
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbDataFlowNode.cpp
Line = 616
Function = ImbDataFlowNode::createExceptionList
Type = ComIbmMQInputNode
Name = Reply#FCMComposite_1_1
Label = Reply.GetBackendReply
Catalog = BIPv600
Severity = 3
Number = 2230
Text = Node throwing exception
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqGetNode.cpp
Line = 1587
Function = ImbMqGetNode::failureProcess
Type = ComIbmMQGetNode
Name = Reply#FCMComposite_1_3.RestoreOriginalMQMD#FCMComposite_1_1
Label = Reply.RestoreOriginalMQMD_Sub.GetOriginalMQMD
Catalog = BIPv600
Severity = 3
Number = 2230
Text = Caught exception and rethrowing
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqGetNode.cpp
Line = 1567
Function = ImbMqGetNode::failureProcess
Type =
Name =
Label =
Catalog = BIPv600
Severity = 3
Number = 4633
Text = MQGet node Exception
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqOutputNode.cpp
Line = 782
Function = ImbMqOutputNode::evaluate
Type = ComIbmMQOutputNode
Name = Reply#FCMComposite_1_2.ComIbmMQReply#FCMComposite_1_1
Label = Reply.PutOriginalReply.ComIbmMQOutput
Catalog = BIPv600
Severity = 3
Number = 2230
Text = Caught exception and rethrowing
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqOutputNode.cpp
Line = 1645
Function = ImbMqOutputNode::handleReplyMessage
Type = ComIbmMQOutputNode
Name = Reply#FCMComposite_1_2.ComIbmMQReply#FCMComposite_1_1
Label = Reply.PutOriginalReply.ComIbmMQOutput
Catalog = BIPv600
Severity = 3
Number = 2642
Text = ReplyToQ name not specified |
|
Back to top |
|
 |
jbanoop |
Posted: Mon Jun 18, 2007 7:18 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
maybe u didnt see this
Quote: |
Text = ReplyToQ name not specified |
reading through the basics of the MQGet would be a good idea |
|
Back to top |
|
 |
raghug |
Posted: Fri Jun 22, 2007 1:04 pm Post subject: How to Set replay to Queue in MQGetnode and Replay node |
|
|
Acolyte
Joined: 19 Jul 2006 Posts: 60 Location: NJ
|
Thanks for u r replay
How to Set replay to Queue in MQGetnode and Replay node...Please Help Me
Thanks
Win |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jun 22, 2007 3:10 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
It's not happening in the MQGet Node. A GET doesn't need a ReplyToQueue.
Quote: |
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqOutputNode.cpp
Line = 782
Function = ImbMqOutputNode::evaluate
Type = ComIbmMQOutputNode
Name = Reply#FCMComposite_1_2.ComIbmMQReply#FCMComposite_1_1
Label = Reply.PutOriginalReply.ComIbmMQOutput
Catalog = BIPv600
Severity = 3
Number = 2642
Text = ReplyToQ name not specified |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jun 23, 2007 5:27 am Post subject: Re: How to Set replay to Queue in MQGetnode and Replay node |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
raghug wrote: |
Thanks for u r replay
How to Set replay to Queue in MQGetnode and Replay node...Please Help Me
Thanks
Win |
I don't think that the MQGet node is the problem. Do you by any chance have an MQReply node in your flow? What do you expect to happen if there is no reply to queue specified in the MQMD of the message entering the MQReply node??
Did you by any chance use some manual process to put a message to the flow and this message was not a request message and / or had no reply to queue / qmgr specified ?? _________________ MQ & Broker admin |
|
Back to top |
|
 |
raghug |
Posted: Mon Jun 25, 2007 9:22 am Post subject: |
|
|
Acolyte
Joined: 19 Jul 2006 Posts: 60 Location: NJ
|
Hello fjb_saper ,,Eddiea
You Both Are 100% perfect That is not MQGet node Error That is problem due to MQ Replay Node .....When I used Rep?req Communication I used Like Below MQInput->COMP->TRACE->MQOutput-MQGet->MqReplay Node
But I got Problem Due to MQReplay Node How to Set Replay to Queue I don't know Please give me Idea for that
Text = Caught exception and rethrowing
RecoverableException
File = F:\\build\\S600_P\\src\\DataFlowEngine\\ImbMqOutputNode.cpp
Line = 1645
Function = ImbMqOutputNode::handleReplyMessage
Type = ComIbmMQOutputNode
Name = TOGSMOSPAY_MessageFlow#FCMComposite_1_3
Label = TOGSMOSPAY_MessageFlow.MQOutput1
Catalog = BIPv600
Severity = 3
Number = 2642
Text = ReplyToQ name not specified |
|
Back to top |
|
 |
EddieA |
Posted: Mon Jun 25, 2007 10:01 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
SET MQMD.ReplyToQ maybe.
Cheers. _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jun 25, 2007 11:53 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
|