|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
XSLT node not able to transform using encoding NOT = UTF8 |
« View previous topic :: View next topic » |
Author |
Message
|
BaidhyaNayak |
Posted: Tue Dec 31, 2013 10:00 am Post subject: XSLT node not able to transform using encoding NOT = UTF8 |
|
|
Newbie
Joined: 31 Dec 2013 Posts: 3
|
I am trying to transform a message using data which belong to different encoding ( Greek,German ).But every time it gives the error "Invalid Inpuit Encoding"
The testing is done through SOAP UI .The message is sent with a german character in the request and encoding value is set as Windows-1250 in SOAP UI.
The Message is passed to a flow which consists of a MQ Input node(originally message was received by a SOAP Input node and then routed to a queue based on some logic) and after that there is a compute node which check teh xsl name in runtime and then message is passed to XSLT node .
The transformation generates an error " "Invalid Inpuit Encoding""
Tthe exception which is captured in MQ Input node after teh exception is as follows.
<File>/build/slot1/S800_P/src/DataFlowEngine/PluginInterface/ImbJniNode.cpp</File>
<Line>1267</Line>
<Function>ImbJniNode::evaluate</Function>
<Type>ComIbmXslMqsiNode</Type>
<Name>ICE_Transformation#FCMComposite_1_4</Name>
<Label>ICE_Transformation.XSL_Transform</Label>
<Catalog>BIPmsgs</Catalog>
<Severity>3</Severity>
<Number>2230</Number>
<Text>Caught exception and rethrowing</Text>
<RecoverableException>
<File>XMLTransformNode.java</File>
<Line>995</Line>
<Function>transformData</Function>
<Type/>
<Name/>
<Label/>
<Catalog>BIPmsgs</Catalog>
<Severity>3</Severity>
<Number>4447</Number>
<Text>Error during transformation</Text>
<Insert>
<Type>5</Type>
<Text>XSL_Transform</Text>
</Insert>
<Insert>
<Type>5</Type>
<Text>Invalid input encoding: 5346</Text>
</Insert>
.
It says there is some exception in some java file "XMLTransformNode.java" in line number 995.Its for sure something internal to MB .
It also puts an impression that may be xslt node supports some limited languages(codepages).However I m not sure of this .Kindly comment
According to apost in developer works ,the solution goes like this
The XSLT takes a BLOB as its input. The output is also a BLOB, but you can specify a parser to assign to the output message so that you don't have to re-parse the output BLOB yourself.
If the XSLT node is connected directly to an input node, you shouldn't have to do anything special.
If you want to apply the XSLT to a string that is produced by your message flow then you will need to add a line like this to a Compute node just before the XSLT node:
SET OutputRoot.BLOB.BLOB = CAST( myString AS BLOB CCSID <correct ccsid>);
...and then ensure that OutputRoot.Properties.CodedCharsetId is set to the same CCSID so that the XSLT node knows how to parse the incoming BLOB.
However I am also not sure of this solution .
Your help/comments are appreciable. |
|
Back to top |
|
 |
BaidhyaNayak |
Posted: Wed Mar 19, 2014 11:54 pm Post subject: |
|
|
Newbie
Joined: 31 Dec 2013 Posts: 3
|
I am still waiting for any reply. |
|
Back to top |
|
 |
Gralgrathor |
Posted: Thu Mar 20, 2014 12:55 am Post subject: |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
What do you see if you dump the Root using a trace node? _________________ A measure of wheat for a penny, and three measures of barley for a penny; and see thou hurt not the oil and the wine. |
|
Back to top |
|
 |
BaidhyaNayak |
Posted: Thu Mar 20, 2014 3:50 am Post subject: |
|
|
Newbie
Joined: 31 Dec 2013 Posts: 3
|
@Gralgrathor -I am pasting the user trace for your reference
Timestamps are formatted in local time, 330 minutes past GMT.
Trace written by version ; formatter version 8002 (build S800-FP02 on x86_nt_4)
2014-01-03 19:36:05.091782 9496 UserTrace BIP3484E: ''TRAS0018I: The trace state has changed. The new trace state is *=info.''
An embedded component has written the diagnostic message included here.
Refer to the appropriate message in the embedded component's documentation.
2014-01-03 19:36:05.347833 9496 UserTrace BIP4040I: The Execution Group ''ICE_TRANSFORM'' has processed a configuration message successfully.
A configuration message has been processed successfully. Any configuration changes have been made and stored persistently.
No user action required.
2014-01-03 19:36:05.348446 9496 UserTrace BIP2638I: The MQ output node '.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''QMICE01''. The MQCC was '0' and the MQRC was '0'.
2014-01-03 19:36:05.348533 9496 UserTrace BIP2622I: Message successfully output by output node '.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''QMICE01''.
2014-01-03 19:36:05.348855 9496 Information BIP2154I: Execution group finished with Configuration message.
A command response will be sent to the broker.
No user action required.
2014-01-03 19:36:38.493904 9592 UserTrace BIP11501I: Received data from input node ''ICE.TRANSFORMER.IN''.
The input node ''ICE.TRANSFORMER.IN'' has received data and has propagated it to the message flow ''ICE_Transformation''.
2014-01-03 19:36:38.494037 9592 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ICE_Transformation.ICE.TRANSFORMER.IN'.
2014-01-03 19:36:38.494148 9592 UserTrace BIP6060I: Node 'ICE_Transformation.ICE.TRANSFORMER.IN' used parser type ''Properties'' to process a portion of the incoming message of length '0' bytes beginning at offset '0'.
2014-01-03 19:36:38.494602 9592 UserTrace BIP6061I: Node 'ICE_Transformation.ICE.TRANSFORMER.IN' used parser type ''MQMD'' to process a portion of the incoming message of length '364' bytes beginning at offset '0'. The parser type was selected based on value ''MQHMD'' from the previous parser.
2014-01-03 19:36:38.494678 9592 UserTrace BIP6061I: Node 'ICE_Transformation.ICE.TRANSFORMER.IN' used parser type ''MQRFH2'' to process a portion of the incoming message of length '3476' bytes beginning at offset '364'. The parser type was selected based on value ''MQHRF2'' from the previous parser.
2014-01-03 19:36:38.494979 9592 UserTrace BIP6061I: Node 'ICE_Transformation.ICE.TRANSFORMER.IN' used parser type ''XMLNSC'' to process a portion of the incoming message of length '11456' bytes beginning at offset '3840'. The parser type was selected based on value ''XMLNSC'' from the previous parser.
2014-01-03 19:36:38.495082 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''DECLARE ice NAMESPACE 'http://www.sodexo.com/ESB/ICE';'' at ('.ice', '1.1').
2014-01-03 19:36:38.495143 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''DECLARE sapzbapirfcinboundinvoice NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzbapirfcinboundinvoice';'' at ('.sapzbapirfcinboundinvoice', '1.1').
2014-01-03 19:36:38.495258 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''BEGIN ... END;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '2.2').
2014-01-03 19:36:38.495319 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''DECLARE RF_MsgTransformationInfo REFERENCE TO InputRoot.MQRFH2.usr.ESBData.RoutingInfo.DestinationList.Destination.MsgTransformationInfo;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '5.3').
2014-01-03 19:36:38.495403 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''DECLARE CH_TransformationRequired, CH_Qname, CH_XSLName CHARACTER;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '8.3').
2014-01-03 19:36:38.495460 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET Environment.Variables.ProfileDataSet = 'Y';'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '10.3').
2014-01-03 19:36:38.495521 9592 UserTrace BIP2566I: Node 'ICE_Transformation.Set_Transformation_Mode': Assigning value '''Y''' to field / variable ''Environment.Variables.ProfileDataSet''.
2014-01-03 19:36:38.495574 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''CopyEntireMessage();'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '13.3').
2014-01-03 19:36:38.495620 9592 UserTrace BIP2538I: Node 'ICE_Transformation.Set_Transformation_Mode': Evaluating expression ''CopyEntireMessage()'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '13.8').
2014-01-03 19:36:38.495674 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''BEGIN ... END;'' at ('.ICE_Transformation_Set_Transformation_Mode.CopyEntireMessage', '1.39').
2014-01-03 19:36:38.495723 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET OutputRoot = InputRoot;'' at ('.ICE_Transformation_Set_Transformation_Mode.CopyEntireMessage', '2.3').
2014-01-03 19:36:38.495773 9592 UserTrace BIP2539I: Node '': Evaluating expression ''InputRoot'' at ('.ICE_Transformation_Set_Transformation_Mode.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2014-01-03 19:36:38.495857 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_Transformation_Mode': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2014-01-03 19:36:38.496028 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET CH_TransformationRequired = RF_MsgTransformationInfo.Required;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '18.3').
2014-01-03 19:36:38.496093 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_MsgTransformationInfo.Required'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '18.36'). This resolved to ''RF_MsgTransformationInfo.Required''. The result was '''Y'''.
2014-01-03 19:36:38.496189 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET CH_XSLName = COALESCE(TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.XSLName), 'NO VALUE');'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '19.3').
2014-01-03 19:36:38.496238 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_MsgTransformationInfo.XSLName'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '19.41'). This resolved to ''RF_MsgTransformationInfo.XSLName''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.496322 9592 UserTrace BIP2539I: Node '': Evaluating expression ''TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.XSLName)'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '19.36'). This resolved to ''TRIMBOTH('TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl', NULL)''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.496402 9592 UserTrace BIP2539I: Node '': Evaluating expression ''COALESCE(TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.XSLName), 'NO VALUE')'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '19.26'). This resolved to ''COALESCE('TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl')''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.496540 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET CH_Qname = COALESCE(TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.Qname), 'NO VALUE');'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '20.3').
2014-01-03 19:36:38.496589 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_MsgTransformationInfo.Qname'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '20.39'). This resolved to ''RF_MsgTransformationInfo.Qname''. The result was ''''''.
2014-01-03 19:36:38.496669 9592 UserTrace BIP2539I: Node '': Evaluating expression ''TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.Qname)'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '20.34'). This resolved to ''TRIMBOTH('', NULL)''. The result was ''''''.
2014-01-03 19:36:38.496746 9592 UserTrace BIP2539I: Node '': Evaluating expression ''COALESCE(TRIMBOTH(BOTH FROM RF_MsgTransformationInfo.Qname), 'NO VALUE')'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '20.24'). This resolved to ''COALESCE('')''. The result was ''''''.
2014-01-03 19:36:38.496833 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''IF UPPER(CH_TransformationRequired) = 'Y' THEN... ELSE... END IF;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '23.3').
2014-01-03 19:36:38.496875 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_TransformationRequired'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '23.13'). This resolved to ''CH_TransformationRequired''. The result was '''Y'''.
2014-01-03 19:36:38.496955 9592 UserTrace BIP2539I: Node '': Evaluating expression ''UPPER(CH_TransformationRequired)'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '23.7'). This resolved to ''UPPER('Y')''. The result was '''Y'''.
2014-01-03 19:36:38.497043 9592 UserTrace BIP2539I: Node '': Evaluating expression ''UPPER(CH_TransformationRequired) = 'Y''' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '23.40'). This resolved to '''Y' = 'Y'''. The result was ''TRUE''.
2014-01-03 19:36:38.497142 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''IF NOT UPPER(CH_XSLName) = 'NO VALUE' OR CH_XSLName = '' THEN... ELSEIF NOT UPPER(CH_Qname) = 'NO VALUE' OR CH_Qname = '' THEN... ELSE... END IF;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.4').
2014-01-03 19:36:38.497188 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_XSLName'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.17'). This resolved to ''CH_XSLName''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.497268 9592 UserTrace BIP2539I: Node '': Evaluating expression ''UPPER(CH_XSLName)'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.11'). This resolved to ''UPPER('TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl')''. The result was '''TMC_SAP_INVOICENOTIFY_SAPZBAPIRFCINBNDCATCHER.XSL'''.
2014-01-03 19:36:38.497344 9592 UserTrace BIP2539I: Node '': Evaluating expression ''UPPER(CH_XSLName) = 'NO VALUE''' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.29'). This resolved to '''TMC_SAP_INVOICENOTIFY_SAPZBAPIRFCINBNDCATCHER.XSL' = 'NO VALUE'''. The result was ''FALSE''.
2014-01-03 19:36:38.497421 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_XSLName'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.45'). This resolved to ''CH_XSLName''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.497497 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_XSLName = '''' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.56'). This resolved to '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl' = ''''. The result was ''FALSE''.
2014-01-03 19:36:38.497581 9592 UserTrace BIP2539I: Node '': Evaluating expression ''UPPER(CH_XSLName) = 'NO VALUE' OR CH_XSLName = '''' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.42'). This resolved to ''FALSE OR FALSE''. The result was ''FALSE''.
2014-01-03 19:36:38.497665 9592 UserTrace BIP2539I: Node '': Evaluating expression ''NOT UPPER(CH_XSLName) = 'NO VALUE' OR CH_XSLName = '''' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '25.7'). This resolved to ''NOT FALSE''. The result was ''TRUE''.
2014-01-03 19:36:38.497753 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''DECLARE options INTEGER BITOR(FolderBitStream, ValidateNone);'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '26.5').
2014-01-03 19:36:38.497798 9592 UserTrace BIP2539I: Node '': Evaluating expression ''FolderBitStream'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '26.35'). This resolved to ''FolderBitStream''. The result was ''4294967296''.
2014-01-03 19:36:38.497875 9592 UserTrace BIP2539I: Node '': Evaluating expression ''ValidateNone'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '26.52'). This resolved to ''ValidateNone''. The result was ''0''.
2014-01-03 19:36:38.497955 9592 UserTrace BIP2539I: Node '': Evaluating expression ''BITOR(FolderBitStream, ValidateNone)'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '26.29'). This resolved to ''BITOR(4294967296, 0)''. The result was ''4294967296''.
2014-01-03 19:36:38.498039 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''SET OutputLocalEnvironment.XSL.StyleSheetName = CH_XSLName;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '27.5').
2014-01-03 19:36:38.498085 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_XSLName'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '27.53'). This resolved to ''CH_XSLName''. The result was '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'''.
2014-01-03 19:36:38.498168 9592 UserTrace BIP2566I: Node 'ICE_Transformation.Set_Transformation_Mode': Assigning value '''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl''' to field / variable ''OutputLocalEnvironment.XSL.StyleSheetName''.
2014-01-03 19:36:38.498222 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_Transformation_Mode': Executing statement ''PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'' at ('.ICE_Transformation_Set_Transformation_Mode.Main', '42.5').
2014-01-03 19:36:38.498397 9592 UserTrace BIP4016I: Message propagated to terminal ''out'' of node 'ICE_Transformation.Set_Transformation_Mode' with the following message trees: 'OutputLocalEnvironment, OutputRoot, InputExceptionList'.
2014-01-03 19:36:38.498523 9592 UserTrace BIP3904I: Invoking the evaluate() method of node (class='ComIbmXslMqsiNode', name='ICE_Transformation#FCMComposite_1_4').
About to pass a message to the evaluate() method of the specified node.
No user action required.
2014-01-03 19:36:38.498706 9592 UserTrace BIP2215I: Node '{2}' property ''Stylesheet Name'' has been overridden by the value ''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'' from the LocalEnvironment.
Local environment variables override their corresponding node attributes.
None.
2014-01-03 19:36:38.498802 9592 UserTrace BIP4451I: Style sheet Name specification ''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl'' from LocalEnvironment (priority '2') was found.
The XSLTransform node tried to read the style sheet Name specification from LocalEnvironment, and received ''TMC_SAP_InvoiceNotify_SapZbapiRfcInbndCatcher.xsl''. The specified priority for selecting LocalEnvironment style sheet Name is '2'.
No user action is required.
2014-01-03 19:36:38.498886 9592 UserTrace BIP4448I: Output CharSet specification '''' from Local Environment (priority '1') was found.
The XSLT node tried to read the Output CharSet specification from Local Environment and received ''''. The specified priority for selecting Local Environment Output CharSet is '1'.
No user action is required.
2014-01-03 19:36:38.499008 9592 UserTrace BIP4449I: Output CharSet specification '''' from Node Attribute (priority '2') was found.
The XSLT node tried to read Output CharSet specification from Node Attribute and received ''''. The specified priority for selecting Node Attribute Output CharSet is '2'.
No user action is required.
2014-01-03 19:36:38.499076 9592 UserTrace BIP4450I: No Output CharSet specification was found. Default Output CharSet ''1208'' will be used.
The XSLT node could not find any Output CharSet specification. Therefore the default Output CharSet ''1208'' will be used.
No user action is required.
2014-01-03 19:36:38.505088 9592 UserTrace BIP4445I: The XSLT information message ''An invalid input encoding was specified in the input XML document: 5349'' was reported by XSLT node ''XSL_Transform''.
No user action is required.
2014-01-03 19:36:38.505455 9592 UserTrace BIP4442E: An XSLT error ''Error - Propagate to Failure Terminal'' was reported by XSLT node ''XSL_Transform''.
Inspect the error text to determine an appropriate action.
2014-01-03 19:36:38.505981 9592 UserTrace BIP2231E: Error detected whilst processing a message in node 'ICE_Transformation.ICE.TRANSFORMER.IN'.
The message broker detected an error whilst processing a message in node 'ICE_Transformation.ICE.TRANSFORMER.IN'. The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing.
See the following messages for details of the error.
2014-01-03 19:36:38.506034 9592 RecoverableException BIP2230E: Error detected whilst processing a message in node 'ICE_Transformation.Set_Transformation_Mode'.
The message broker detected an error whilst processing a message in node 'ICE_Transformation.Set_Transformation_Mode'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2014-01-03 19:36:38.506069 9592 RecoverableException BIP2488E: ('.ICE_Transformation_Set_Transformation_Mode.Main', '42.5') Error detected whilst executing the SQL statement ''PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;''.
The message broker detected an error whilst executing the given statement. An exception has been thrown to cut short the SQL program.
See the following messages for details of the error.
2014-01-03 19:36:38.506103 9592 RecoverableException BIP2230E: Error detected whilst processing a message in node 'ICE_Transformation.XSL_Transform'.
The message broker detected an error whilst processing a message in node 'ICE_Transformation.XSL_Transform'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2014-01-03 19:36:38.506141 9592 RecoverableException BIP4447E: The XSLT node ''XSL_Transform'' encountered a problem during the transformation. The error message is ''Invalid input encoding: 5349''.
The transformation could not be completed.
Check the error message to identify the cause and correct the error.
2014-01-03 19:36:38.506240 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''DECLARE ice NAMESPACE 'http://www.sodexo.com/ESB/ICE';'' at ('.ice', '1.1').
2014-01-03 19:36:38.506305 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''DECLARE sapzbapirfcinboundinvoice NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzbapirfcinboundinvoice';'' at ('.sapzbapirfcinboundinvoice', '1.1').
2014-01-03 19:36:38.506397 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''BEGIN ... END;'' at ('.Transformation_Set_ContextDetails.Main', '2.2').
2014-01-03 19:36:38.506450 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''DECLARE RF_In_RoutingInfo REFERENCE TO InputRoot.MQRFH2.usr.ESBData.RoutingInfo;'' at ('.Transformation_Set_ContextDetails.Main', '4.3').
2014-01-03 19:36:38.506504 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''DECLARE RF_In_SourceInfo REFERENCE TO RF_In_RoutingInfo.SourceInfo.SourceProtocolInfo;'' at ('.Transformation_Set_ContextDetails.Main', '5.3').
2014-01-03 19:36:38.506557 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''DECLARE RF_Env_RoutingInfo REFERENCE TO Environment.Variables.RoutingInfo;'' at ('.Transformation_Set_ContextDetails.Main', '6.3').
2014-01-03 19:36:38.506599 9592 UserTrace BIP2543I: Node '': ('.Transformation_Set_ContextDetails.Main', '6.45') : Failed to navigate to path element number '3' because it does not exist.
2014-01-03 19:36:38.506683 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.RoutingInfo = RF_In_RoutingInfo;'' at ('.Transformation_Set_ContextDetails.Main', '17.3').
2014-01-03 19:36:38.506736 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_In_RoutingInfo'' at ('.Transformation_Set_ContextDetails.Main', '17.44'). This resolved to ''RF_In_RoutingInfo''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='RoutingInfo' Value=''''.
2014-01-03 19:36:38.506820 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''RF_In_RoutingInfo'' to ''Environment.Variables.RoutingInfo''.
2014-01-03 19:36:38.506912 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.CompleteICEHeader = InputRoot.XMLNSC.*:*[<].*:ICEHeader;'' at ('.Transformation_Set_ContextDetails.Main', '18.3').
2014-01-03 19:36:38.507614 9592 UserTrace BIP2539I: Node '': Evaluating expression ''InputRoot.XMLNSC.*:*[<].*:ICEHeader'' at ('.Transformation_Set_ContextDetails.Main', '18.49'). This resolved to ''InputRoot.XMLNSC.*:*[<].*:ICEHeader''. The result was ''ROW... Root Element Type=16777216 NameSpace='http://www.sodexo.com/ESB/ICE' Name='ICEHeader' Value=NULL''.
2014-01-03 19:36:38.507713 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''InputRoot.XMLNSC.*:*[<].*:ICEHeader'' to ''Environment.Variables.CompleteICEHeader''.
2014-01-03 19:36:38.507774 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.ReferenceID = InputRoot.XMLNSC.*:*[<].*:ICEHeader.*:ReferenceID;'' at ('.Transformation_Set_ContextDetails.Main', '19.3').
2014-01-03 19:36:38.507835 9592 UserTrace BIP2539I: Node '': Evaluating expression ''InputRoot.XMLNSC.*:*[<].*:ICEHeader.*:ReferenceID'' at ('.Transformation_Set_ContextDetails.Main', '19.45'). This resolved to ''InputRoot.XMLNSC.*:*[<].*:ICEHeader.*:ReferenceID''. The result was ''ROW... Root Element Type=16777216 NameSpace='http://www.sodexo.com/ESB/ICE' Name='ReferenceID' Value=''''.
2014-01-03 19:36:38.507919 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''InputRoot.XMLNSC.*:*[<].*:ICEHeader.*:ReferenceID'' to ''Environment.Variables.ReferenceID''.
2014-01-03 19:36:38.507968 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.SourceURI = RF_In_SourceInfo.SourceURI;'' at ('.Transformation_Set_ContextDetails.Main', '20.3').
2014-01-03 19:36:38.508022 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_In_SourceInfo.SourceURI'' at ('.Transformation_Set_ContextDetails.Main', '20.43'). This resolved to ''RF_In_SourceInfo.SourceURI''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='SourceURI' Value='POST https://sdxbf-mbdev.na.sdxcorp.net:7853/ESB/TMC/Invoicing/IRExport/USA/EI0050/TMCGetIRMessage HTTP/1.1'''.
2014-01-03 19:36:38.508098 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''RF_In_SourceInfo.SourceURI'' to ''Environment.Variables.SourceURI''.
2014-01-03 19:36:38.508148 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.OriginalException = InputExceptionList;'' at ('.Transformation_Set_ContextDetails.Main', '21.3').
2014-01-03 19:36:38.508197 9592 UserTrace BIP2539I: Node '': Evaluating expression ''InputExceptionList'' at ('.Transformation_Set_ContextDetails.Main', '21.49'). This resolved to ''InputExceptionList''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2014-01-03 19:36:38.508281 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''InputExceptionList'' to ''Environment.Variables.OriginalException''.
2014-01-03 19:36:38.508510 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET Environment.Variables.ProfileDataSet = 'Y';'' at ('.Transformation_Set_ContextDetails.Main', '22.3').
2014-01-03 19:36:38.508583 9592 UserTrace BIP2566I: Node 'ICE_Transformation.Set_ContextDetails': Assigning value '''Y''' to field / variable ''Environment.Variables.ProfileDataSet''.
2014-01-03 19:36:38.508636 9592 UserTrace BIP2537I: Node 'ICE_Transformation.Set_ContextDetails': Executing statement ''SET OutputRoot = InputRoot;'' at ('.Transformation_Set_ContextDetails.Main', '25.3').
2014-01-03 19:36:38.508686 9592 UserTrace BIP2539I: Node '': Evaluating expression ''InputRoot'' at ('.Transformation_Set_ContextDetails.Main', '25.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2014-01-03 19:36:38.508762 9592 UserTrace BIP2568I: Node 'ICE_Transformation.Set_ContextDetails': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2014-01-03 19:36:38.508930 9592 UserTrace BIP4015I: Message propagated to the 'out' terminal of node 'ICE_Transformation.Set_ContextDetails' with the following message trees: 'InputLocalEnvironment, OutputRoot, InputExceptionList'.
2014-01-03 19:36:38.508991 9592 UserTrace BIP4080I: Message propagated to try terminal from try-catch node 'ICE_Transformation.Try Catch'.
The try-catch node 'ICE_Transformation.Try Catch' has received a message and is propagating it to any nodes connected to its try terminal.
No user action required.
2014-01-03 19:36:38.509078 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE ice NAMESPACE 'http://www.sodexo.com/ESB/ICE';'' at ('.ice', '1.1').
2014-01-03 19:36:38.509140 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE sapzbapirfcinboundinvoice NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzbapirfcinboundinvoice';'' at ('.sapzbapirfcinboundinvoice', '1.1').
2014-01-03 19:36:38.509361 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''BEGIN ... END;'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '2.2').
2014-01-03 19:36:38.509414 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE NS_ICE NAMESPACE 'http://www.sodexo.com/ESB/ICE';'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '5.3').
2014-01-03 19:36:38.509464 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE RF_IceErrorInfo REFERENCE TO OutputRoot.XMLNSC.ICE_ErrorInfo;'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '8.3').
2014-01-03 19:36:38.509510 9592 UserTrace BIP2543I: Node '': ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '8.40') : Failed to navigate to path element number '2' because it does not exist.
2014-01-03 19:36:38.509605 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE CH_ErrorTxt, CH_ErrorType, CH_ExceptionType CHARACTER '';'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '12.3').
2014-01-03 19:36:38.509654 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE CH_WholeMsgChar, CH_WholeExcptionChar CHARACTER '';'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '13.3').
2014-01-03 19:36:38.509700 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE BL_WholeMsgBlob, BL_WholeExcptionBlob BLOB;'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '14.3').
2014-01-03 19:36:38.509750 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE IN_ErrorNumber INTEGER 0;'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '15.3').
2014-01-03 19:36:38.509799 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE options INTEGER BITOR(FolderBitStream, ValidateNone);'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '18.3').
2014-01-03 19:36:38.509849 9592 UserTrace BIP2539I: Node '': Evaluating expression ''FolderBitStream'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '18.33'). This resolved to ''FolderBitStream''. The result was ''4294967296''.
2014-01-03 19:36:38.509929 9592 UserTrace BIP2539I: Node '': Evaluating expression ''ValidateNone'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '18.50'). This resolved to ''ValidateNone''. The result was ''0''.
2014-01-03 19:36:38.510009 9592 UserTrace BIP2539I: Node '': Evaluating expression ''BITOR(FolderBitStream, ValidateNone)'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '18.27'). This resolved to ''BITOR(4294967296, 0)''. The result was ''4294967296''.
2014-01-03 19:36:38.510097 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''getLastExceptionDetailwithType(Environment.Variables.OriginalException, IN_ErrorNumber, CH_ErrorTxt, CH_ErrorType, CH_ExceptionType);'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '21.3').
2014-01-03 19:36:38.510143 9592 UserTrace BIP2538I: Node 'ICE_Transformation.CreateErrorMessage': Evaluating expression ''getLastExceptionDetailwithType(Environment.Variables.OriginalException, IN_ErrorNumber, CH_ErrorTxt, CH_ErrorType, CH_ExceptionType)'' at ('.Construct_ErrorMsg_Subflow_CreateErrorMessage.Main', '21.8').
2014-01-03 19:36:38.510337 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''BEGIN ... END;'' at ('Utils.getLastExceptionDetailwithType', '4.2').
2014-01-03 19:36:38.510398 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE CH_ErrTxt CHARACTER '';'' at ('Utils.getLastExceptionDetailwithType', '6.3').
2014-01-03 19:36:38.510456 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE CH_MessageText CHARACTER;'' at ('Utils.getLastExceptionDetailwithType', '7.3').
2014-01-03 19:36:38.510501 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE RF_PtrException REFERENCE TO RF_InputTree.*:*[1];'' at ('Utils.getLastExceptionDetailwithType', '9.3').
2014-01-03 19:36:38.510551 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''WHILE LASTMOVE(RF_PtrException) DO ... END WHILE;'' at ('Utils.getLastExceptionDetailwithType', '11.3').
2014-01-03 19:36:38.510593 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''LASTMOVE(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '11.9'). The result was ''TRUE''.
2014-01-03 19:36:38.510688 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF CONTAINS(FIELDNAME(RF_PtrException), 'Exception') THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '13.4').
2014-01-03 19:36:38.510742 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '13.16'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.510826 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CONTAINS(FIELDNAME(RF_PtrException), 'Exception')'' at ('Utils.getLastExceptionDetailwithType', '13.7'). This resolved to ''CONTAINS('RecoverableException', 'Exception')''. The result was ''TRUE''.
2014-01-03 19:36:38.510913 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ExceptionType = FIELDNAME(RF_PtrException);'' at ('Utils.getLastExceptionDetailwithType', '14.5').
2014-01-03 19:36:38.510955 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '14.28'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.511039 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF RF_PtrException.Number IS NOT NULL THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '17.4').
2014-01-03 19:36:38.511085 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '17.7'). This resolved to ''RF_PtrException.Number''. The result was ''2230''.
2014-01-03 19:36:38.511161 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''RF_PtrException.Number IS NOT NULL'' at ('Utils.getLastExceptionDetailwithType', '17.30'). The result was ''TRUE''.
2014-01-03 19:36:38.511249 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET IN_MessageNumber = RF_PtrException.Number;'' at ('Utils.getLastExceptionDetailwithType', '19.5').
2014-01-03 19:36:38.511295 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '19.28'). This resolved to ''RF_PtrException.Number''. The result was ''2230''.
2014-01-03 19:36:38.511379 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_MessageText = RF_PtrException.Text;'' at ('Utils.getLastExceptionDetailwithType', '20.5').
2014-01-03 19:36:38.511425 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Text'' at ('Utils.getLastExceptionDetailwithType', '20.26'). This resolved to ''RF_PtrException.Text''. The result was '''Caught exception and rethrowing'''.
2014-01-03 19:36:38.511512 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrTxt = CH_ErrTxt || ' ||' || CH_MessageText;'' at ('Utils.getLastExceptionDetailwithType', '21.5').
2014-01-03 19:36:38.511558 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt'' at ('Utils.getLastExceptionDetailwithType', '21.21'). This resolved to ''CH_ErrTxt''. The result was ''''''.
2014-01-03 19:36:38.511638 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||''' at ('Utils.getLastExceptionDetailwithType', '21.31'). This resolved to '''' || ' ||'''. The result was ''' ||'''.
2014-01-03 19:36:38.511718 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.41'). This resolved to ''CH_MessageText''. The result was '''Caught exception and rethrowing'''.
2014-01-03 19:36:38.511798 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||' || CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.38'). This resolved to ''' ||' || 'Caught exception and rethrowing'''. The result was ''' ||Caught exception and rethrowing'''.
2014-01-03 19:36:38.511882 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE IN_Counter INTEGER CARDINALITY(RF_PtrException.Insert[ ]);'' at ('Utils.getLastExceptionDetailwithType', '23.5').
2014-01-03 19:36:38.511928 9592 UserTrace BIP2543I: Node '': ('Utils.getLastExceptionDetailwithType', '23.45') : Failed to navigate to path element number '2' because it does not exist.
2014-01-03 19:36:38.512008 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Insert[ ]'' at ('Utils.getLastExceptionDetailwithType', '23.45'). This resolved to ''RF_PtrException.Insert[]''. The result was ''EMPTY LIST''.
2014-01-03 19:36:38.512081 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''CARDINALITY(RF_PtrException.Insert[ ])'' at ('Utils.getLastExceptionDetailwithType', '23.32'). The result was ''0''.
2014-01-03 19:36:38.512168 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE INT_I INTEGER 0;'' at ('Utils.getLastExceptionDetailwithType', '24.5').
2014-01-03 19:36:38.512214 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''WHILE INT_I < IN_Counter DO ... END WHILE;'' at ('Utils.getLastExceptionDetailwithType', '25.5').
2014-01-03 19:36:38.512256 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''0''.
2014-01-03 19:36:38.512336 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''0''.
2014-01-03 19:36:38.512413 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''0 < 0''. The result was ''FALSE''.
2014-01-03 19:36:38.512500 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''MOVE RF_PtrException LASTCHILD;'' at ('Utils.getLastExceptionDetailwithType', '36.3').
2014-01-03 19:36:38.512550 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''LASTMOVE(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '11.9'). The result was ''TRUE''.
2014-01-03 19:36:38.512638 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF CONTAINS(FIELDNAME(RF_PtrException), 'Exception') THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '13.4').
2014-01-03 19:36:38.512683 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '13.16'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.512763 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CONTAINS(FIELDNAME(RF_PtrException), 'Exception')'' at ('Utils.getLastExceptionDetailwithType', '13.7'). This resolved to ''CONTAINS('RecoverableException', 'Exception')''. The result was ''TRUE''.
2014-01-03 19:36:38.512847 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ExceptionType = FIELDNAME(RF_PtrException);'' at ('Utils.getLastExceptionDetailwithType', '14.5').
2014-01-03 19:36:38.512893 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '14.28'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.513027 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF RF_PtrException.Number IS NOT NULL THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '17.4').
2014-01-03 19:36:38.513084 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '17.7'). This resolved to ''RF_PtrException.Number''. The result was ''2488''.
2014-01-03 19:36:38.513160 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''RF_PtrException.Number IS NOT NULL'' at ('Utils.getLastExceptionDetailwithType', '17.30'). The result was ''TRUE''.
2014-01-03 19:36:38.513244 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET IN_MessageNumber = RF_PtrException.Number;'' at ('Utils.getLastExceptionDetailwithType', '19.5').
2014-01-03 19:36:38.513294 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '19.28'). This resolved to ''RF_PtrException.Number''. The result was ''2488''.
2014-01-03 19:36:38.513381 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_MessageText = RF_PtrException.Text;'' at ('Utils.getLastExceptionDetailwithType', '20.5').
2014-01-03 19:36:38.513431 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Text'' at ('Utils.getLastExceptionDetailwithType', '20.26'). This resolved to ''RF_PtrException.Text''. The result was '''Error detected, rethrowing'''.
2014-01-03 19:36:38.513530 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrTxt = CH_ErrTxt || ' ||' || CH_MessageText;'' at ('Utils.getLastExceptionDetailwithType', '21.5').
2014-01-03 19:36:38.513572 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt'' at ('Utils.getLastExceptionDetailwithType', '21.21'). This resolved to ''CH_ErrTxt''. The result was ''' ||Caught exception and rethrowing'''.
2014-01-03 19:36:38.513656 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||''' at ('Utils.getLastExceptionDetailwithType', '21.31'). This resolved to ''' ||Caught exception and rethrowing' || ' ||'''. The result was ''' ||Caught exception and rethrowing ||'''.
2014-01-03 19:36:38.513732 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.41'). This resolved to ''CH_MessageText''. The result was '''Error detected, rethrowing'''.
2014-01-03 19:36:38.513809 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||' || CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.38'). This resolved to ''' ||Caught exception and rethrowing ||' || 'Error detected, rethrowing'''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing'''.
2014-01-03 19:36:38.513900 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE IN_Counter INTEGER CARDINALITY(RF_PtrException.Insert[ ]);'' at ('Utils.getLastExceptionDetailwithType', '23.5').
2014-01-03 19:36:38.513954 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Insert[ ]'' at ('Utils.getLastExceptionDetailwithType', '23.45'). This resolved to ''RF_PtrException.Insert[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Insert' Value=NULL''.
2014-01-03 19:36:38.514030 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''CARDINALITY(RF_PtrException.Insert[ ])'' at ('Utils.getLastExceptionDetailwithType', '23.32'). The result was ''3''.
2014-01-03 19:36:38.514114 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE INT_I INTEGER 0;'' at ('Utils.getLastExceptionDetailwithType', '24.5').
2014-01-03 19:36:38.514160 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''WHILE INT_I < IN_Counter DO ... END WHILE;'' at ('Utils.getLastExceptionDetailwithType', '25.5').
2014-01-03 19:36:38.514202 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''0''.
2014-01-03 19:36:38.514289 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.514366 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''0 < 3''. The result was ''TRUE''.
2014-01-03 19:36:38.514507 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET INT_I = INT_I + 1;'' at ('Utils.getLastExceptionDetailwithType', '26.6').
2014-01-03 19:36:38.514556 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '26.16'). This resolved to ''INT_I''. The result was ''0''.
2014-01-03 19:36:38.514636 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I + 1'' at ('Utils.getLastExceptionDetailwithType', '26.21'). This resolved to ''0 + 1''. The result was ''1''.
2014-01-03 19:36:38.514720 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF INT_I = IN_Counter THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '27.6').
2014-01-03 19:36:38.514766 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '27.9'). This resolved to ''INT_I''. The result was ''1''.
2014-01-03 19:36:38.514842 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.15'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.514919 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I = IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.14'). This resolved to ''1 = 3''. The result was ''FALSE''.
2014-01-03 19:36:38.515003 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''1''.
2014-01-03 19:36:38.515079 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.515155 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''1 < 3''. The result was ''TRUE''.
2014-01-03 19:36:38.515239 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET INT_I = INT_I + 1;'' at ('Utils.getLastExceptionDetailwithType', '26.6').
2014-01-03 19:36:38.515281 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '26.16'). This resolved to ''INT_I''. The result was ''1''.
2014-01-03 19:36:38.515365 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I + 1'' at ('Utils.getLastExceptionDetailwithType', '26.21'). This resolved to ''1 + 1''. The result was ''2''.
2014-01-03 19:36:38.515457 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF INT_I = IN_Counter THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '27.6').
2014-01-03 19:36:38.515502 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '27.9'). This resolved to ''INT_I''. The result was ''2''.
2014-01-03 19:36:38.515575 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.15'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.515655 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I = IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.14'). This resolved to ''2 = 3''. The result was ''FALSE''.
2014-01-03 19:36:38.515731 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''2''.
2014-01-03 19:36:38.515804 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.515876 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''2 < 3''. The result was ''TRUE''.
2014-01-03 19:36:38.515968 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET INT_I = INT_I + 1;'' at ('Utils.getLastExceptionDetailwithType', '26.6').
2014-01-03 19:36:38.516014 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '26.16'). This resolved to ''INT_I''. The result was ''2''.
2014-01-03 19:36:38.516094 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I + 1'' at ('Utils.getLastExceptionDetailwithType', '26.21'). This resolved to ''2 + 1''. The result was ''3''.
2014-01-03 19:36:38.516189 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF INT_I = IN_Counter THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '27.6').
2014-01-03 19:36:38.516231 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '27.9'). This resolved to ''INT_I''. The result was ''3''.
2014-01-03 19:36:38.516311 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.15'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.516387 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I = IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '27.14'). This resolved to ''3 = 3''. The result was ''TRUE''.
2014-01-03 19:36:38.516475 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrorType = RF_PtrException.Insert[INT_I].Text;'' at ('Utils.getLastExceptionDetailwithType', '28.6').
2014-01-03 19:36:38.516521 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '28.48'). This resolved to ''INT_I''. The result was ''3''.
2014-01-03 19:36:38.516601 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '28.48'). This resolved to ''INT_I''. The result was ''3''.
2014-01-03 19:36:38.516674 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Insert[INT_I].Text'' at ('Utils.getLastExceptionDetailwithType', '28.25'). This resolved to ''RF_PtrException.Insert[3].Text''. The result was '''PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''.
2014-01-03 19:36:38.516761 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrTxt = CH_ErrTxt || '||' || CH_ErrorType;'' at ('Utils.getLastExceptionDetailwithType', '29.6').
2014-01-03 19:36:38.516803 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt'' at ('Utils.getLastExceptionDetailwithType', '29.22'). This resolved to ''CH_ErrTxt''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing'''.
2014-01-03 19:36:38.516887 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || '||''' at ('Utils.getLastExceptionDetailwithType', '29.32'). This resolved to ''' ||Caught exception and rethrowing ||Error detected, rethrowing' || '||'''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||'''.
2014-01-03 19:36:38.516960 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrorType'' at ('Utils.getLastExceptionDetailwithType', '29.41'). This resolved to ''CH_ErrorType''. The result was '''PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''.
2014-01-03 19:36:38.517040 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || '||' || CH_ErrorType'' at ('Utils.getLastExceptionDetailwithType', '29.38'). This resolved to ''' ||Caught exception and rethrowing ||Error detected, rethrowing||' || 'PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''.
2014-01-03 19:36:38.517124 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrorText = CH_ErrTxt;'' at ('Utils.getLastExceptionDetailwithType', '30.6').
2014-01-03 19:36:38.517169 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt'' at ('Utils.getLastExceptionDetailwithType', '30.23'). This resolved to ''CH_ErrTxt''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''.
2014-01-03 19:36:38.517242 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''3''.
2014-01-03 19:36:38.517322 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''3''.
2014-01-03 19:36:38.517398 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''3 < 3''. The result was ''FALSE''.
2014-01-03 19:36:38.517478 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''MOVE RF_PtrException LASTCHILD;'' at ('Utils.getLastExceptionDetailwithType', '36.3').
2014-01-03 19:36:38.517524 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''LASTMOVE(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '11.9'). The result was ''TRUE''.
2014-01-03 19:36:38.517608 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF CONTAINS(FIELDNAME(RF_PtrException), 'Exception') THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '13.4').
2014-01-03 19:36:38.517654 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '13.16'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.517734 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CONTAINS(FIELDNAME(RF_PtrException), 'Exception')'' at ('Utils.getLastExceptionDetailwithType', '13.7'). This resolved to ''CONTAINS('RecoverableException', 'Exception')''. The result was ''TRUE''.
2014-01-03 19:36:38.517871 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ExceptionType = FIELDNAME(RF_PtrException);'' at ('Utils.getLastExceptionDetailwithType', '14.5').
2014-01-03 19:36:38.517917 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '14.28'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.518005 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF RF_PtrException.Number IS NOT NULL THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '17.4').
2014-01-03 19:36:38.518054 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '17.7'). This resolved to ''RF_PtrException.Number''. The result was ''2230''.
2014-01-03 19:36:38.518131 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''RF_PtrException.Number IS NOT NULL'' at ('Utils.getLastExceptionDetailwithType', '17.30'). The result was ''TRUE''.
2014-01-03 19:36:38.518215 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET IN_MessageNumber = RF_PtrException.Number;'' at ('Utils.getLastExceptionDetailwithType', '19.5').
2014-01-03 19:36:38.518257 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Number'' at ('Utils.getLastExceptionDetailwithType', '19.28'). This resolved to ''RF_PtrException.Number''. The result was ''2230''.
2014-01-03 19:36:38.518848 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_MessageText = RF_PtrException.Text;'' at ('Utils.getLastExceptionDetailwithType', '20.5').
2014-01-03 19:36:38.518913 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Text'' at ('Utils.getLastExceptionDetailwithType', '20.26'). This resolved to ''RF_PtrException.Text''. The result was '''Caught exception and rethrowing'''.
2014-01-03 19:36:38.519012 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ErrTxt = CH_ErrTxt || ' ||' || CH_MessageText;'' at ('Utils.getLastExceptionDetailwithType', '21.5').
2014-01-03 19:36:38.519058 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt'' at ('Utils.getLastExceptionDetailwithType', '21.21'). This resolved to ''CH_ErrTxt''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;'''.
2014-01-03 19:36:38.519134 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||''' at ('Utils.getLastExceptionDetailwithType', '21.31'). This resolved to ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT;' || ' ||'''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT; ||'''.
2014-01-03 19:36:38.519214 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.41'). This resolved to ''CH_MessageText''. The result was '''Caught exception and rethrowing'''.
2014-01-03 19:36:38.519294 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CH_ErrTxt || ' ||' || CH_MessageText'' at ('Utils.getLastExceptionDetailwithType', '21.38'). This resolved to ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT; ||' || 'Caught exception and rethrowing'''. The result was ''' ||Caught exception and rethrowing ||Error detected, rethrowing||PROPAGATE TO TERMINAL 'out' FINALIZE DEFAULT DELETE DEFAULT; ||Caught exception and rethrowing'''.
2014-01-03 19:36:38.519535 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE IN_Counter INTEGER CARDINALITY(RF_PtrException.Insert[ ]);'' at ('Utils.getLastExceptionDetailwithType', '23.5').
2014-01-03 19:36:38.519588 9592 UserTrace BIP2543I: Node '': ('Utils.getLastExceptionDetailwithType', '23.45') : Failed to navigate to path element number '2' because it does not exist.
2014-01-03 19:36:38.519676 9592 UserTrace BIP2539I: Node '': Evaluating expression ''RF_PtrException.Insert[ ]'' at ('Utils.getLastExceptionDetailwithType', '23.45'). This resolved to ''RF_PtrException.Insert[]''. The result was ''EMPTY LIST''.
2014-01-03 19:36:38.519752 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''CARDINALITY(RF_PtrException.Insert[ ])'' at ('Utils.getLastExceptionDetailwithType', '23.32'). The result was ''0''.
2014-01-03 19:36:38.519832 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''DECLARE INT_I INTEGER 0;'' at ('Utils.getLastExceptionDetailwithType', '24.5').
2014-01-03 19:36:38.519878 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''WHILE INT_I < IN_Counter DO ... END WHILE;'' at ('Utils.getLastExceptionDetailwithType', '25.5').
2014-01-03 19:36:38.519920 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I'' at ('Utils.getLastExceptionDetailwithType', '25.12'). This resolved to ''INT_I''. The result was ''0''.
2014-01-03 19:36:38.519996 9592 UserTrace BIP2539I: Node '': Evaluating expression ''IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.20'). This resolved to ''IN_Counter''. The result was ''0''.
2014-01-03 19:36:38.520072 9592 UserTrace BIP2539I: Node '': Evaluating expression ''INT_I < IN_Counter'' at ('Utils.getLastExceptionDetailwithType', '25.11'). This resolved to ''0 < 0''. The result was ''FALSE''.
2014-01-03 19:36:38.520156 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''MOVE RF_PtrException LASTCHILD;'' at ('Utils.getLastExceptionDetailwithType', '36.3').
2014-01-03 19:36:38.520202 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''LASTMOVE(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '11.9'). The result was ''TRUE''.
2014-01-03 19:36:38.520286 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''IF CONTAINS(FIELDNAME(RF_PtrException), 'Exception') THEN... END IF;'' at ('Utils.getLastExceptionDetailwithType', '13.4').
2014-01-03 19:36:38.520332 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '13.16'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.520412 9592 UserTrace BIP2539I: Node '': Evaluating expression ''CONTAINS(FIELDNAME(RF_PtrException), 'Exception')'' at ('Utils.getLastExceptionDetailwithType', '13.7'). This resolved to ''CONTAINS('RecoverableException', 'Exception')''. The result was ''TRUE''.
2014-01-03 19:36:38.520496 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing statement ''SET CH_ExceptionType = FIELDNAME(RF_PtrException);'' at ('Utils.getLastExceptionDetailwithType', '14.5').
2014-01-03 19:36:38.520542 9592 UserTrace BIP2540I: Node '': Finished evaluating expression ''FIELDNAME(RF_PtrException)'' at ('Utils.getLastExceptionDetailwithType', '14.28'). The result was '''RecoverableException'''.
2014-01-03 19:36:38.520629 9592 UserTrace BIP2537I: Node 'ICE_Transformation.CreateErrorMessage': Executing |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Mar 20, 2014 3:51 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Perhaps the Encoding value is wrong as shown by the ExceptionList?
546 is a good value but 5346? Not so sure but hey, what to I know....  _________________ 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 |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|