Author |
Message
|
ein |
Posted: Tue Sep 29, 2009 11:03 pm Post subject: Value Not Added Error |
|
|
Centurion
Joined: 14 Mar 2009 Posts: 108
|
Hello All,
I have requirement to integrate with WTX in WMB.
My message flow like.
MQinput --> compute node ---> WTX node ---> MQoutnode.
As per wtx node specification, the data i am sending as BLOB from the compute node.
But the map still getting failed and it throws the following Exception.
['MQROOT' : 0x1abedf0]
(0x01000000:Name):RecoverableException = (
(0x03000000:NameValue):File = 'F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCniNode.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 1769 (INTEGER)
(0x03000000:NameValue):Function = 'ImbCniNode::evaluate' (CHARACTER)
(0x03000000:NameValue):Type = 'ComIbmCniNode' (CHARACTER)
(0x03000000:NameValue):Name = 'com/suntrust/edinextgen/CTDI_TO_CPR_MSG_FLW#FCMComposite_1_6' (CHARACTER)
(0x03000000:NameValue):Label = 'com.suntrust.edinextgen.CTDI_TO_CPR_MSG_FLW.WTX Map' (CHARACTER)
(0x03000000:NameValue):Catalog = 'BIPv610' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 2230 (INTEGER)
(0x03000000:NameValue):Text = 'Caught exception and rethrowing' (CHARACTER)
(0x01000000:Name ):RecoverableException = (
(0x03000000:NameValue):File = 'F:\build\S610_P\src\CommonServices\ImbValue.cpp' (CHARACTER)
(0x03000000:NameValue):Line = 984 (INTEGER)
(0x03000000:NameValue):Function = 'ImbValue::stateError' (CHARACTER)
(0x03000000:NameValue):Type = '' (CHARACTER)
(0x03000000:NameValue):Name = '' (CHARACTER)
(0x03000000:NameValue):Label = '' (CHARACTER)
(0x03000000:NameValue):Catalog = 'BIPv610' (CHARACTER)
(0x03000000:NameValue):Severity = 3 (INTEGER)
(0x03000000:NameValue):Number = 2329 (INTEGER)
(0x03000000:NameValue):Text = 'Value not valid' (CHARACTER)
Can any one please suggest me what i did wrong. |
|
Back to top |
|
 |
emmgus |
Posted: Fri Nov 19, 2010 1:43 am Post subject: |
|
|
Newbie
Joined: 27 Mar 2007 Posts: 6
|
Hi,
Did you solved this issue ?
i have a similar problem. |
|
Back to top |
|
 |
nukalas2010 |
Posted: Sun Dec 04, 2011 2:48 am Post subject: |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
Could anyone had solved the similar problem.. Please let us know..  |
|
Back to top |
|
 |
kimbert |
Posted: Mon Dec 05, 2011 3:46 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
It looks like some kind of internal error, but the exception list does not reveal very much. Before raising a PMR I would take a user trace in case it reveals anything useful - you are likely to have to do that anyway if you raise a PMR. |
|
Back to top |
|
 |
nukalas2010 |
Posted: Tue Dec 06, 2011 12:59 am Post subject: |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
The usertrace is also taken.. It's saying that 2329 -> an unexpected null value was occured..
So, at the end of the flow I done outputroot as null based on some condition coming in the message.. and then its working fine..
So, it seems to be somewhere in the properties the values was null..
could you please let me know is there any way to check the end of the flow or last node in the flow.. |
|
Back to top |
|
 |
|