|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Parsing Error |
« View previous topic :: View next topic » |
Author |
Message
|
satyasheel15 |
Posted: Mon Jun 14, 2004 12:24 pm Post subject: Parsing Error |
|
|
Voyager
Joined: 04 Mar 2003 Posts: 86
|
I have created one message set which contains two message definition files. I have defined the second message set in the namespace :http://www.ibm.com/CHASERM3REQ_schema.
And I have written the code in the compute node like this:
_____________________________________________________________
SET OutputRoot.MRM.CHASERM3REQ:POSCondition = '0';
SET OutputRoot.MRM.CHASERM3REQ:POSTerminalType = InputRoot.XML.S100CanonicalTree.S100MessageDetail.TerminalType;
SET OutputRoot.MRM.CHASERM3REQ:POSTerminalCapability = InputRoot.XML.S100CanonicalTree.S100MessageDetail.TerminalCapable ;
-- The following fields are dependent on if the MSG-Flag = ‘2’
IF (InputRoot.XML.S100CanonicalTree.S100MessageDetail.MSRFlag = '2') THEN
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIs2.TrackIndicator = 'T';
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIs2.TrackNumber = '2';
e_MSRFlagIs2
--S100-track2-data field drop blanks at the end of the field and move to this field.
--DECLARE tempTrack2Data CHARACTER;
--SET tempTrack2Data = TRIM(InputRoot.XML.S100CanonicalTree.S100MessageDetail.Track2Data);
--SET OutputRoot.MRM.TrackData = tempTrack2Data ;
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIs2.TrackData = InputRoot.XML.S100CanonicalTree.S100MessageDetail.Track2Data ;
ELSEIF (InputRoot.XML.S100CanonicalTree.S100MessageDetail.MSRFlag <> '2') THEN
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.AVSCode = 'A';
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.LastName = ' ' ;
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.FirstNameInitial = ' ';
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.StreetAddress = 'ABCDEFGHIJKLMNOPQRST' ;
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.City = ' ';
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.State = ' ';
SET OutputRoot.MRM.CHASERM3REQ:e_MSRFlagIsNot2.ZipCode = ' 60195';
END IF;
____________________________________________________________
But the messages are getting parsed but its not going to the output queue.
I am sending the trace node extract:
Timestamps are formatted in local time, 300 minutes before GMT.
2004-06-14 15:01:00.552262 5141 UserTrace BIP4040I: The Execution Group 'CHASECreditCard' 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.
2004-06-14 15:01:00.552869 5141 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' connected to queue manager 'SQAT0260'. The MQCC was '0' and the MQRC was '0'.
2004-06-14 15:01:00.552886 5141 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' on queue manager 'SQAT0260'.
2004-06-14 15:06:28.557863 5141 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2004-06-14 15:06:28.558032 5141 UserTrace BIP6060I: Parser type 'Properties' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2004-06-14 15:06:28.558084 5141 UserTrace BIP6061I: Parser type 'MQMD' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value 'MQHMD' from previous parser.
2004-06-14 15:06:28.558416 5141 UserTrace BIP6061I: Parser type 'XML' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '78432' bytes beginning at offset '364'. Parser type selected based on value 'XML' from previous parser.
2004-06-14 15:06:29.793788 5141 UserTrace BIP2265I: Attribute in message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') successfully changed.
The message broker received a configuration message containing an instruction to change an attribute in the message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') and successfully performed this action.
No user action required.
2004-06-14 15:06:30.795967 5141 UserTrace BIP2254I: Message flow node 'MDSO.CRAUTH.REQ.CLO1 Input' (uuid='CRAuthGetAndRoute#FCMComposite_1_1') type 'ComIbmMQInputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.802919 5141 UserTrace BIP2254I: Message flow node 'DetermineRecordType' (uuid='CRAuthGetAndRoute#FCMComposite_1_2') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803127 5141 UserTrace BIP2254I: Message flow node 'RouteToLabel' (uuid='CRAuthGetAndRoute#FCMComposite_1_3') type 'ComIbmRouteToLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803222 5141 UserTrace BIP2254I: Message flow node 'FormatS100' (uuid='CRAuthGetAndRoute#FCMComposite_1_4') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803283 5141 UserTrace BIP2254I: Message flow node 'FormatT100' (uuid='CRAuthGetAndRoute#FCMComposite_1_5') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803354 5141 UserTrace BIP2254I: Message flow node 'CreditCardTryCatch' (uuid='CRAuthGetAndRoute#FCMComposite_1_10') type 'ComIbmTryCatchNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803461 5141 UserTrace BIP2254I: Message flow node 'MQInputError' (uuid='CRAuthGetAndRoute#FCMComposite_1_8') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.803529 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_9') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.817953 5141 UserTrace BIP2254I: Message flow node 'FormatS100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.818151 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_3') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824171 5141 UserTrace BIP2254I: Message flow node 'CRAuthReq' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824348 5141 UserTrace BIP2254I: Message flow node 'RouteToLabel' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_2') type 'ComIbmRouteToLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824436 5141 UserTrace BIP2254I: Message flow node 'AmexISO8583' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_3') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824501 5141 UserTrace BIP2254I: Message flow node 'ChaseVCMC' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_4') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824567 5141 UserTrace BIP2254I: Message flow node 'DiscISO8583' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_5') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.824632 5141 UserTrace BIP2254I: Message flow node 'TSYS' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_6') type 'ComIbmLabelNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.826726 5141 UserTrace BIP2254I: Message flow node 'AMEXFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_7.CRFormatAmexISO8583#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.827087 5141 UserTrace BIP2254I: Message flow node 'AMEXOutboundConnector' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_7.CRFormatAmexISO8583#FCMComposite_1_2') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.827207 5141 UserTrace BIP2254I: Message flow node 'CHASEOutboundConnector' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_2') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.840871 5141 UserTrace BIP2254I: Message flow node 'CHASEFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.841114 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_3') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.841571 5141 UserTrace BIP2254I: Message flow node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_4') type 'ComIbmTraceNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.843875 5141 UserTrace BIP2254I: Message flow node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_9.CRFormatDiscISO8583#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.844017 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_9.CRFormatDiscISO8583#FCMComposite_1_2') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.846240 5141 UserTrace BIP2254I: Message flow node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_10.CRFormatTSYS#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.846363 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_10.CRFormatTSYS#FCMComposite_1_2') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.846443 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_11') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.846694 5141 UserTrace BIP2254I: Message flow node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_12') type 'ComIbmTraceNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.846897 5141 UserTrace BIP2254I: Message flow node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_4') type 'ComIbmTraceNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.848903 5141 UserTrace BIP2254I: Message flow node 'FormatT100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_12.CRAuthT100ToCanonical#FCMComposite_1_1') type 'ComIbmComputeNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.849048 5141 UserTrace BIP2254I: Message flow node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_12.CRAuthT100ToCanonical#FCMComposite_1_2') type 'ComIbmMQOutputNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.849403 5141 UserTrace BIP2254I: Message flow node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_6') type 'ComIbmTraceNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.849678 5141 UserTrace BIP2254I: Message flow node 'Trace1' (uuid='CRAuthGetAndRoute#FCMComposite_1_7') type 'ComIbmTraceNode' in message flow 'CRAuthGetAndRoute' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2004-06-14 15:06:30.849842 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'AMEXFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_7.CRFormatAmexISO8583#FCMComposite_1_1') terminal 'out' and node 'AMEXOutboundConnector' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_7.CRFormatAmexISO8583#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850173 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'AmexISO8583' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_3') terminal 'out' and node 'AMEXFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_7.CRFormatAmexISO8583#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850288 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'CHASEFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_1') terminal 'failure' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_3') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850431 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'CHASEFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_1') terminal 'out' and node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_4') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850547 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_4') terminal 'out' and node 'CHASEOutboundConnector' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850824 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'ChaseVCMC' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_4') terminal 'out' and node 'CHASEFormat' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_8.CRFormatChaseVCMC#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.850942 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_9.CRFormatDiscISO8583#FCMComposite_1_1') terminal 'out' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_9.CRFormatDiscISO8583#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.851230 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'DiscISO8583' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_5') terminal 'out' and node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_9.CRFormatDiscISO8583#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.851367 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_10.CRFormatTSYS#FCMComposite_1_1') terminal 'out' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_10.CRFormatTSYS#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.851861 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'TSYS' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_6') terminal 'out' and node 'Compute' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_10.CRFormatTSYS#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.851976 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'CRAuthReq' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_1') terminal 'failure' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_11') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852087 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'CRAuthReq' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_1') terminal 'out' and node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_12') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852264 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_12') terminal 'out' and node 'RouteToLabel' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852523 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_4') terminal 'out' and node 'CRAuthReq' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_2.CRAuthReq#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852624 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'FormatS100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_1') terminal 'failure' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_3') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852724 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'FormatS100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_1') terminal 'out' and node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_4') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.852962 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'FormatS100' (uuid='CRAuthGetAndRoute#FCMComposite_1_4') terminal 'out' and node 'FormatS100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_11.CRAuthS100ToCanonical#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853059 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'FormatT100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_12.CRAuthT100ToCanonical#FCMComposite_1_1') terminal 'out' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_12.CRAuthT100ToCanonical#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853311 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'FormatT100' (uuid='CRAuthGetAndRoute#FCMComposite_1_5') terminal 'out' and node 'FormatT100ToCanonicalCreditAuthTree' (uuid='CRAuthGetAndRoute#FCMComposite_1_12.CRAuthT100ToCanonical#FCMComposite_1_1') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853403 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'CreditCardTryCatch' (uuid='CRAuthGetAndRoute#FCMComposite_1_10') terminal 'try' and node 'DetermineRecordType' (uuid='CRAuthGetAndRoute#FCMComposite_1_2') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853490 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'MDSO.CRAUTH.REQ.CLO1 Input' (uuid='CRAuthGetAndRoute#FCMComposite_1_1') terminal 'failure' and node 'MQInputError' (uuid='CRAuthGetAndRoute#FCMComposite_1_8') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853580 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'MDSO.CRAUTH.REQ.CLO1 Input' (uuid='CRAuthGetAndRoute#FCMComposite_1_1') terminal 'catch' and node 'MQInputError' (uuid='CRAuthGetAndRoute#FCMComposite_1_8') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853666 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'DetermineRecordType' (uuid='CRAuthGetAndRoute#FCMComposite_1_2') terminal 'failure' and node 'MQOutput' (uuid='CRAuthGetAndRoute#FCMComposite_1_9') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853754 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'MDSO.CRAUTH.REQ.CLO1 Input' (uuid='CRAuthGetAndRoute#FCMComposite_1_1') terminal 'out' and node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_6') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853853 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Trace' (uuid='CRAuthGetAndRoute#FCMComposite_1_6') terminal 'out' and node 'CreditCardTryCatch' (uuid='CRAuthGetAndRoute#FCMComposite_1_10') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.853960 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'DetermineRecordType' (uuid='CRAuthGetAndRoute#FCMComposite_1_2') terminal 'out' and node 'Trace1' (uuid='CRAuthGetAndRoute#FCMComposite_1_7') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.854047 5141 UserTrace BIP2255I: Message flow connection successfully created between node 'Trace1' (uuid='CRAuthGetAndRoute#FCMComposite_1_7') terminal 'out' and node 'RouteToLabel' (uuid='CRAuthGetAndRoute#FCMComposite_1_3') terminal 'in'.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2004-06-14 15:06:30.865198 5141 UserTrace BIP2265I: Attribute in message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') successfully changed.
The message broker received a configuration message containing an instruction to change an attribute in the message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') and successfully performed this action.
No user action required.
2004-06-14 15:06:30.913978 5141 UserTrace BIP7080I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node with Subscription Point '' has received a message of type Publish.
The Publication Node with Subscription Point '' has started processing a message.
No user action required.
2004-06-14 15:06:30.914377 5141 UserTrace BIP7085I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node has propagated a message to its output terminal for subscription point ''.
The Publication Node has propagated the current message to its output terminal.
No user action required.
2004-06-14 15:06:31.056587 5141 UserTrace BIP4040I: The Execution Group 'CHASECreditCard' 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.
2004-06-14 15:06:31.058345 5141 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' connected to queue manager 'SQAT0260'. The MQCC was '0' and the MQRC was '0'.
2004-06-14 15:06:31.058370 5141 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' on queue manager 'SQAT0260'.
2004-06-14 15:06:37.902755 5141 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2004-06-14 15:06:37.902938 5141 UserTrace BIP6060I: Parser type 'Properties' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2004-06-14 15:06:37.902988 5141 UserTrace BIP6061I: Parser type 'MQMD' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value 'MQHMD' from previous parser.
2004-06-14 15:06:37.903301 5141 UserTrace BIP6061I: Parser type 'XML' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '345' bytes beginning at offset '364'. Parser type selected based on value 'XML' from previous parser.
2004-06-14 15:06:40.955570 5141 UserTrace BIP2265I: Attribute in message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') successfully changed.
The message broker received a configuration message containing an instruction to change an attribute in the message flow 'CRAuthGetAndRoute' (uuid='c8e4ae24-fd00-0000-0080-c5a2e446e26f') and successfully performed this action.
No user action required.
2004-06-14 15:06:40.975463 5141 UserTrace BIP4040I: The Execution Group 'CHASECreditCard' 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.
2004-06-14 15:06:40.976074 5141 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' connected to queue manager 'SQAT0260'. The MQCC was '0' and the MQRC was '0'.
2004-06-14 15:06:40.976089 5141 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue 'SYSTEM.BROKER.EXECUTIONGROUP.REPLY' on queue manager 'SQAT0260'.
2004-06-14 15:06:48.892486 5922 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'CRAuthGetAndRoute.MDSO.CRAUTH.REQ.CLO1 Input'.
2004-06-14 15:06:48.892627 5922 UserTrace BIP6060I: Parser type 'Properties' created on behalf of node 'CRAuthGetAndRoute.MDSO.CRAUTH.REQ.CLO1 Input' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2004-06-14 15:06:48.892681 5922 UserTrace BIP6061I: Parser type 'MQMD' created on behalf of node 'CRAuthGetAndRoute.MDSO.CRAUTH.REQ.CLO1 Input' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value 'MQHMD' from previous parser.
2004-06-14 15:06:48.893173 5922 UserTrace BIP6061I: Parser type 'MRM' created on behalf of node 'CRAuthGetAndRoute.MDSO.CRAUTH.REQ.CLO1 Input' to handle portion of incoming message of length '425' bytes beginning at offset '364'. Parser type selected based on value 'MRM' from previous parser.
2004-06-14 15:06:48.893299 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.Trace': Evaluating expression 'Root' at (, 1.3).
2004-06-14 15:06:48.899955 5922 UserTrace BIP4067I: Message propagated to output terminal for trace node 'CRAuthGetAndRoute.Trace'.
The trace node 'CRAuthGetAndRoute.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2004-06-14 15:06:48.899986 5922 UserTrace BIP4080I: Message propagated to try terminal from try-catch node 'CRAuthGetAndRoute.CreditCardTryCatch'.
The try-catch node 'CRAuthGetAndRoute.CreditCardTryCatch' has received a message and is propagating it to any nodes connected to its try terminal.
No user action required.
2004-06-14 15:06:48.900333 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'BEGIN ... END;' at (.CRAuthGetAndRoute_Compute.Main, 2.2).
2004-06-14 15:06:48.900417 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'CALL StoreEnvironmentVariables();' at (.CRAuthGetAndRoute_Compute.Main, 9.3).
2004-06-14 15:06:48.900444 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'BEGIN ... END;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 1.47).
2004-06-14 15:06:48.900497 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE inputChar CHARACTER;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 3.4).
2004-06-14 15:06:48.900558 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE hdrLength CONSTANT INTEGER 243;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 4.3).
2004-06-14 15:06:48.900661 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET inputChar = InputRoot;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 7.3).
2004-06-14 15:06:48.900688 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'InputRoot' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 7.19).
2004-06-14 15:06:48.900737 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'IF LENGTH(inputChar) <= hdrLength THEN... END IF;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.3).
2004-06-14 15:06:48.900760 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'LENGTH(inputChar) <= hdrLength' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.24).
2004-06-14 15:06:48.900775 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'LENGTH(inputChar)' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.6).
2004-06-14 15:06:48.900794 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'inputChar' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.13).
2004-06-14 15:06:48.900829 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'LENGTH(inputChar)' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.6). This resolved to 'LENGTH(NULL)'. The result was 'NULL'.
2004-06-14 15:06:48.900863 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'hdrLength' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.27).
2004-06-14 15:06:48.900894 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'LENGTH(inputChar) <= hdrLength' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 10.24). This resolved to 'NULL <= 243'. The result was 'UNKNOWN'.
2004-06-14 15:06:48.900939 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE I INTEGER 1;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 15.3).
2004-06-14 15:06:48.900985 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE J INTEGER CARDINALITY(OutputRoot.MRM.*:*[ ]);' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 16.3).
2004-06-14 15:06:48.901004 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'CARDINALITY(OutputRoot.MRM.*:*[ ])' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 16.21).
2004-06-14 15:06:48.901039 5922 UserTrace BIP2543E: Node 'CRAuthGetAndRoute.DetermineRecordType': (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 16.44) : Failed to navigate to path element because it does not exist.
2004-06-14 15:06:48.901058 5922 UserTrace BIP2540I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'CARDINALITY(OutputRoot.MRM.*:*[ ])' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 16.21). The result was '0'.
2004-06-14 15:06:48.901088 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'WHILE I <= J DO ... END WHILE;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 17.3).
2004-06-14 15:06:48.901123 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I <= J' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 17.9).
2004-06-14 15:06:48.901138 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 17.9).
2004-06-14 15:06:48.901149 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'J' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 17.14).
2004-06-14 15:06:48.901180 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I <= J' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 17.9). This resolved to '1 <= 0'. The result was 'FALSE'.
2004-06-14 15:06:48.901229 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET Environment.Variables.Other.Subsystem = 'CRAuthCard';' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 23.3).
2004-06-14 15:06:48.901279 5922 UserTrace BIP2566I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning value ''CRAuthCard'' to field / variable 'Environment.Variables.Other.Subsystem'.
2004-06-14 15:06:48.901329 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET Environment.Variables.Other.ProgramName = 'CRAuthGetAndRouteFlow';' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 24.3).
2004-06-14 15:06:48.901485 5922 UserTrace BIP2566I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning value ''CRAuthGetAndRouteFlow'' to field / variable 'Environment.Variables.Other.ProgramName'.
2004-06-14 15:06:48.901538 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET Environment.Variables.Other.LoggingPoint = 'DetermineRecordType';' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 25.3).
2004-06-14 15:06:48.901565 5922 UserTrace BIP2566I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning value ''DetermineRecordType'' to field / variable 'Environment.Variables.Other.LoggingPoint'.
2004-06-14 15:06:48.901615 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET Environment.Variables.Other.EntryTimeStamp = CURRENT_GMTTIMESTAMP;' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 26.3).
2004-06-14 15:06:48.901634 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'CURRENT_GMTTIMESTAMP' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 26.54).
2004-06-14 15:06:48.901737 5922 UserTrace BIP2540I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'CURRENT_GMTTIMESTAMP' at (.CRAuthGetAndRoute_Compute.StoreEnvironmentVariables, 26.54). The result was 'GMTTIMESTAMP '2004-06-14 20:06:48.900060''.
2004-06-14 15:06:48.901779 5922 UserTrace BIP2566I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning value 'GMTTIMESTAMP '2004-06-14 20:06:48.900060'' to field / variable 'Environment.Variables.Other.EntryTimeStamp'.
2004-06-14 15:06:48.901844 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET OutputRoot = NULL;' at (.CRAuthGetAndRoute_Compute.Main, 16.3).
2004-06-14 15:06:48.901866 5922 UserTrace BIP2567I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning NULL to 'OutputRoot', thus deleting it.
2004-06-14 15:06:48.901901 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'CALL CopyMessageHeaders();' at (.CRAuthGetAndRoute_Compute.Main, 17.3).
2004-06-14 15:06:48.901924 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'BEGIN ... END;' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 1.41).
2004-06-14 15:06:48.902019 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE I INTEGER 1;' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 3.5).
2004-06-14 15:06:48.902065 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE J INTEGER CARDINALITY(InputRoot.*:*[ ]);' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 4.5).
2004-06-14 15:06:48.902084 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'CARDINALITY(InputRoot.*:*[ ])' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 4.23).
2004-06-14 15:06:48.902111 5922 UserTrace BIP2540I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'CARDINALITY(InputRoot.*:*[ ])' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 4.23). The result was '3'.
2004-06-14 15:06:48.902160 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'WHILE I < J DO ... END WHILE;' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.5).
2004-06-14 15:06:48.902179 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11).
2004-06-14 15:06:48.902194 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.12).
2004-06-14 15:06:48.902210 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.14).
2004-06-14 15:06:48.902236 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11). This resolved to '1 < 3'. The result was 'TRUE'.
2004-06-14 15:06:48.902286 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET OutputRoot.*:*[I] = InputRoot.*:*[I];' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.6).
2004-06-14 15:06:48.902305 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'InputRoot.*:*[I]' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.2 .
2004-06-14 15:06:48.902324 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.40).
2004-06-14 15:06:48.902366 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.23).
2004-06-14 15:06:48.902423 5922 UserTrace BIP2568I: Node 'CRAuthGetAndRoute.DetermineRecordType': Performing tree copy of 'InputRoot.*:*[I]' to 'OutputRoot.*:*[I]'.
2004-06-14 15:06:48.902507 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET I = I + 1;' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.6).
2004-06-14 15:06:48.902526 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I + 1' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.13).
2004-06-14 15:06:48.902542 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.12).
2004-06-14 15:06:48.902580 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I + 1' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.13). This resolved to '1 + 1'. The result was '2'.
2004-06-14 15:06:48.902595 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11).
2004-06-14 15:06:48.902610 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.12).
2004-06-14 15:06:48.902713 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.14).
2004-06-14 15:06:48.902736 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11). This resolved to '2 < 3'. The result was 'TRUE'.
2004-06-14 15:06:48.902770 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET OutputRoot.*:*[I] = InputRoot.*:*[I];' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.6).
2004-06-14 15:06:48.902790 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'InputRoot.*:*[I]' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.2 .
2004-06-14 15:06:48.902801 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.40).
2004-06-14 15:06:48.902824 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.23).
2004-06-14 15:06:48.902839 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 7.23).
2004-06-14 15:06:48.902877 5922 UserTrace BIP2568I: Node 'CRAuthGetAndRoute.DetermineRecordType': Performing tree copy of 'InputRoot.*:*[I]' to 'OutputRoot.*:*[I]'.
2004-06-14 15:06:48.902946 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET I = I + 1;' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.6).
2004-06-14 15:06:48.902961 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I + 1' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.13).
2004-06-14 15:06:48.902976 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.12).
2004-06-14 15:06:48.903003 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I + 1' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 8.13). This resolved to '2 + 1'. The result was '3'.
2004-06-14 15:06:48.903018 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11).
2004-06-14 15:06:48.903034 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'I' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.12).
2004-06-14 15:06:48.903045 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.14).
2004-06-14 15:06:48.903072 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'I < J' at (.CRAuthGetAndRoute_Compute.CopyMessageHeaders, 6.11). This resolved to '3 < 3'. The result was 'FALSE'.
2004-06-14 15:06:48.903129 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'DECLARE tempTransactionID CHARACTER;' at (.CRAuthGetAndRoute_Compute.Main, 21.3).
2004-06-14 15:06:48.903179 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET tempTransactionID = InputBody.CreditCdS100Type.TransactionID;' at (.CRAuthGetAndRoute_Compute.Main, 24.3).
2004-06-14 15:06:48.903198 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'InputBody.CreditCdS100Type.TransactionID' at (.CRAuthGetAndRoute_Compute.Main, 24.27).
2004-06-14 15:06:48.903247 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'IF tempTransactionID = 'S100' THEN... ELSEIF tempTransactionID = 'T100' THEN... END IF;' at (.CRAuthGetAndRoute_Compute.Main, 27.3).
2004-06-14 15:06:48.903266 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'tempTransactionID = 'S100'' at (.CRAuthGetAndRoute_Compute.Main, 27.24).
2004-06-14 15:06:48.903278 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'tempTransactionID' at (.CRAuthGetAndRoute_Compute.Main, 27.6).
2004-06-14 15:06:48.903312 5922 UserTrace BIP2539I: Node 'CRAuthGetAndRoute.DetermineRecordType': Finished evaluating expression 'tempTransactionID = 'S100'' at (.CRAuthGetAndRoute_Compute.Main, 27.24). This resolved to ''S100' = 'S100''. The result was 'TRUE'.
2004-06-14 15:06:48.903354 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET OutputRoot = InputRoot;' at (.CRAuthGetAndRoute_Compute.Main, 28.5).
2004-06-14 15:06:48.903388 5922 UserTrace BIP2538I: Node 'CRAuthGetAndRoute.DetermineRecordType': Evaluating expression 'InputRoot' at (.CRAuthGetAndRoute_Compute.Main, 28.22).
2004-06-14 15:06:48.903404 5922 UserTrace BIP2568I: Node 'CRAuthGetAndRoute.DetermineRecordType': Performing tree copy of 'InputRoot' to 'OutputRoot'.
2004-06-14 15:06:48.903659 5922 UserTrace BIP2537I: Node 'CRAuthGetAndRoute.DetermineRecordType': Executing statement 'SET OutputLocalEnvironment.Destination.RouterList.DestinationData.labelName = 'S100';' at (.CRAuthGetAndRoute_Compute.Main, 29.4).
2004-06-14 15:06:48.903705 5922 UserTrace BIP2566I: Node 'CRAuthGetAndRoute.DetermineRecordType': Assigning value ''S100'' to field / variable 'Output |
|
Back to top |
|
 |
TonyD |
Posted: Mon Jun 14, 2004 2:58 pm Post subject: |
|
|
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
|
Unfortunately the trace extract you have supplied does not include execution of the ESQL that you have provided, making it difficult to comment. In fact you have supplied many lines of deploy messages. |
|
Back to top |
|
 |
kimbert |
Posted: Tue Jun 15, 2004 11:53 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
your path is
Quote: |
SET OutputRoot.MRM.CHASERM3REQ:POSCondition = '0'; |
but your namespace is
Quote: |
http://www.ibm.com/CHASERM3REQ_schema |
If have not done so, you need to define a namespace constant called 'CHASEM3REQ' ,with the value of your namespace.
Other than that, I would need to see more useful trace output. |
|
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
|
|
|
|