Author |
Message
|
aaron_blade |
Posted: Wed Jan 06, 2010 6:05 pm Post subject: PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAULT |
|
|
Apprentice
Joined: 21 Dec 2009 Posts: 29
|
Hi,
Iam getting the following error in WMB.
PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAULT
Iam trying to propogate a xml msg to out1 and execute a WTX map. But its throwing this error. Please help.
Iam giving the error below.
-Thanks.
Code: |
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:957
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_1
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.ESB_CORE_INPUT
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbComputeNode.cpp
Line:INTEGER:464
Function:CHARACTER:ImbComputeNode::evaluate
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp
Line:INTEGER:612
Function:CHARACTER:SqlStatementGroup::execute
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2488
Text:CHARACTER:Error detected, rethrowing
Insert
Type:INTEGER:5
Text:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow_Compute.Main
Insert
Type:INTEGER:5
Text:CHARACTER:56.4
Insert
Type:INTEGER:5
Text:CHARACTER:PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAULT;
SqlException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbComputeNode.cpp
Line:INTEGER:598
Function:CHARACTER:ImbComputeNode::propagateToTerminal
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:4009
Text:CHARACTER:Invalid terminal
Insert
Type:INTEGER:2
Text:CHARACTER:-1
Insert
Type:INTEGER:5
Text:CHARACTER:SPS001
Insert
Type:INTEGER:5
Text:CHARACTER:Out1 |
|
|
Back to top |
|
 |
mqjeff |
Posted: Wed Jan 06, 2010 6:46 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Are you *positive* the terminal is named *exactly* "Out1"?
could it, perhaps, possibly, maybe, slightly, in some small manner, be named something else? Like 'out1'? |
|
Back to top |
|
 |
SANTYP |
Posted: Wed Jan 06, 2010 6:49 pm Post subject: Re: PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAUL |
|
|
 Centurion
Joined: 27 Mar 2007 Posts: 142
|
aaron_blade wrote: |
Hi,
Iam getting the following error in WMB.
PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAULT
Iam trying to propogate a xml msg to out1 and execute a WTX map. But its throwing this error. Please help.
Iam giving the error below.
-Thanks.
ExceptionList
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:957
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_1
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.ESB_CORE_INPUT
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbComputeNode.cpp
Line:INTEGER:464
Function:CHARACTER:ImbComputeNode::evaluate
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
RecoverableException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp
Line:INTEGER:612
Function:CHARACTER:SqlStatementGroup::execute
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:2488
Text:CHARACTER:Error detected, rethrowing
Insert
Type:INTEGER:5
Text:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow_Compute.Main
Insert
Type:INTEGER:5
Text:CHARACTER:56.4
Insert
Type:INTEGER:5
Text:CHARACTER:PROPAGATE TO TERMINAL 'Out1' FINALIZE NONE DELETE DEFAULT;
SqlException
File:CHARACTER:F:\build\S610_P\src\DataFlowEngine\ImbComputeNode.cpp
Line:INTEGER:598
Function:CHARACTER:ImbComputeNode::propagateToTerminal
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:r1/com/rei/esb/dummy/ESB_Core_Flow#FCMComposite_1_3
Label:CHARACTER:r1.com.rei.esb.dummy.ESB_Core_Flow.Compute
Catalog:CHARACTER:BIPv610
Severity:INTEGER:3
Number:INTEGER:4009
Text:CHARACTER:Invalid terminal
Insert
Type:INTEGER:2
Text:CHARACTER:-1
Insert
Type:INTEGER:5
Text:CHARACTER:SPS001
Insert
Type:INTEGER:5
Text:CHARACTER:Out1 |
I Agree..
Its not 'Out1' ... 'O' should be in small case...
PROPAGATE TO TERMINAL 'out1' FINALIZE NONE DELETE DEFAULT |
|
Back to top |
|
 |
aaron_blade |
Posted: Wed Jan 06, 2010 7:58 pm Post subject: |
|
|
Apprentice
Joined: 21 Dec 2009 Posts: 29
|
Thankx guys.. It worked . |
|
Back to top |
|
 |
ppraveen33 |
Posted: Mon Mar 24, 2014 3:17 am Post subject: |
|
|
Apprentice
Joined: 26 Jun 2013 Posts: 36
|
Please try this...it works
PROPAGATE TO TERMINAL 'out1' DELETE NONE; |
|
Back to top |
|
 |
MikeOliverAZ |
Posted: Tue Oct 21, 2014 3:51 pm Post subject: yes, ? and yes but under the category WTF |
|
|
 Apprentice
Joined: 10 Jul 2013 Posts: 47
|
Come on IBM, the Toolkit shows it as "Out" and "Out1" not "out" and "out1"! _________________ SOACA, Lead Architect Smart Comunications |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Oct 21, 2014 11:55 pm Post subject: Re: yes, ? and yes but under the category WTF |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
MikeOliverAZ wrote: |
Come on IBM, the Toolkit shows it as "Out" and "Out1" not "out" and "out1"! |
Have you used the formal reporting procedures to get this back to Hursley 'Officially'?
I suspect that for most of us it does not matter but I do agree that this can be confusing for newcomers. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
MikeOliverAZ |
Posted: Tue Oct 21, 2014 11:59 pm Post subject: No, just lazy |
|
|
 Apprentice
Joined: 10 Jul 2013 Posts: 47
|
But good point. _________________ SOACA, Lead Architect Smart Comunications |
|
Back to top |
|
 |
|