ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Parsing dynamic text file

Post new topic  Reply to topic
 Parsing dynamic text file « View previous topic :: View next topic » 
Author Message
mansoorafzal
PostPosted: Sun Mar 07, 2010 10:21 pm    Post subject: Parsing dynamic text file Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

Hi All,

I have a text file. The format of the file is as under:
HeaderRecord (HR)
BatchRecord (BR)
TransactionRecord (TR)
TrailerRecord (RR)

There is only one row of HeaderRecord and TrailerRecord in the file.
BatchRecord and TransactionRecord can be more than one.
HeaderRecord contains a count field which tells about the number of rows of BatchRecord. Each BatchRecord contains the count field which tells about the number of rows of TransactionRecord for that batch.

The file could be like this:
HR
BR
TR
TR
BR
TR
TR
TR
BR
TR
RR

I have created the message set for each type of record.
How can I tell the mapping about the number of instances of Batch Record and Transaction Record?

Thanks in advance.
Back to top
View user's profile Send private message
kimbert
PostPosted: Mon Mar 08, 2010 1:12 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

You need to specify the number of occurrences using the Repeat Reference property. The infocenter has the details.
Back to top
View user's profile Send private message
mansoorafzal
PostPosted: Mon Mar 08, 2010 11:37 pm    Post subject: Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

I have restructured the message set...

HR and RR will occur only once and will be at the start and end of file. In between, BR and TR will repeat as follows:
BR
TR
TR
BR
TR
TR
TR
and so on...

I have constructed a complex type, named SectionType and include BR and TR in it.

Each occurrence of SectionType will always include one BR and multiple TR.

SectionType as a whole can repeat itself.

For the time being, I supposed that sectionType will occur only once.
I set min and max occurrence to 1.
First record is set to BR as it should be
but next record isn't set to TR but to RR as last record of file.
I have used repeating reference for TR.


how can i fix this issue?
Thanks in advance.
Back to top
View user's profile Send private message
kimbert
PostPosted: Tue Mar 09, 2010 1:02 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

You need to supply detailed information about your TDS message model. So far you have described the logical structure perfectly, but you have said nothing at all about the physical format settings.

If you want to help yourself a little, you could take a debug-level user trace. The TDS parser writes quite a lot of information into the trace, and it can be very useful in finding bugs in your message model.
Back to top
View user's profile Send private message
mansoorafzal
PostPosted: Tue Mar 09, 2010 4:34 am    Post subject: Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

The final message set model is:
MessageSet
FileHeaderRecord: min=1, max=1
SectionType (reference of a local group where group indicator is 'B'): min=1, max=-1
BatchHeaderRecord: min=1, max=1
TransactionRecord: min=1, max=-1
FileTrailerRecord: min=1, max=1

Repeat Reference of Transaction Record is set to a field on BatchHeaderRecord, BatchSalesCount.
Repeating Element Delimiter is <CR><LF>

The trace from the mapping node is as under:
Body:

( ['mrm' : 0x87c3d20]
(0x01000013):FileHeaderRecord = (
(0x0300000B):HeaderIndicator = 'H' (CHARACTER)
(0x0300000B):FileCreationDate = '210209' (CHARACTER)
(0x0300000B):FileCreationTime = '003620' (CHARACTER)
(0x0300000B):Filler = ' ' (CHARACTER)
)
(0x01000013):BatchHeaderRecord = (
(0x0300000B):MerchantID = '000000020015411' (CHARACTER)
(0x0300000B):TerminalID = '00000002' (CHARACTER)
(0x0300000B):BatchNumber = '000011' (CHARACTER)
(0x0300000B):BatchDate = '200209' (CHARACTER)
(0x0300000B):BatchTime = '220339' (CHARACTER)
(0x0300000B):BatchSalesCount = 1 (INTEGER)
(0x0300000B):BatchSalesAmount = '0000000000060000' (CHARACTER)
(0x0300000B):BatchRefundCount = 0 (INTEGER)
(0x0300000B):BatchRefundAmount = '0000000000000000' (CHARACTER)
(0x0300000B):CommissionType = 'M' (CHARACTER)
(0x0300000B):TransactionCommissionRate = '0200' (CHARACTER)
(0x0300000B):Filler = ' ' (CHARACTER)
)
(0x01000013):FileTrailerRecord = (
(0x0300000B):TrailerIndicator = 'D' (CHARACTER)
(0x0300000B):TotalRecordCount = '00000002' (CHARACTER)
(0x0300000B):FileSalesCount = '00154110' (CHARACTER)
(0x0300000B):FileSalesAmount = '0000005992901659' (CHARACTER)
(0x0300000B):FileRefundCount = '76590511' (CHARACTER)
(0x0300000B):FileRefundAmount = '1052626200209160' (CHARACTER)
(0x0300000B):Filler = '526627197100312827570 D886674586000000060000000000000000000000000000000000058800M0200293556 0' (CHARACTER)
(0x0300000B):CR = X'30' (BLOB)
(0x0300000B):LF = X'30' (BLOB)
)
)



----------

ExceptionList:

( ['MQROOT' : 0x99faea8]
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S610_P\src\DataFlowEngine\ImbDataFlowNode.cpp' (CHARACTER)
(0x03000000):Line = 739 (INTEGER)
(0x03000000):Function = 'ImbDataFlowNode::createExceptionList' (CHARACTER)
(0x03000000):Type = 'ComIbmComputeNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.Mapping.ComIbmCompute' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 2230 (INTEGER)
(0x03000000):Text = 'Node throwing exception' (CHARACTER)
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp' (CHARACTER)
(0x03000000):Line = 602 (INTEGER)
(0x03000000):Function = 'SqlStatementGroup::execute' (CHARACTER)
(0x03000000):Type = 'ComIbmComputeNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.Mapping.ComIbmCompute' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 2488 (INTEGER)
(0x03000000):Text = 'Error detected, rethrowing' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '.IBM_WBIMB_POS_MessageFlow_Mapping.MAIN' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '3.1' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'POS_MessageFlow_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment);' (CHARACTER)
)
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlRoutine.cpp' (CHARACTER)
(0x03000000):Line = 548 (INTEGER)
(0x03000000):Function = 'SqlRoutine::invoke' (CHARACTER)
(0x03000000):Type = 'ComIbmComputeNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.Mapping.ComIbmCompute' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 2934 (INTEGER)
(0x03000000):Text = 'Error occured in procedure' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'POS_MessageFlow_Mapping' (CHARACTER)
)
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp' (CHARACTER)
(0x03000000):Line = 602 (INTEGER)
(0x03000000):Function = 'SqlStatementGroup::execute' (CHARACTER)
(0x03000000):Type = 'ComIbmComputeNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.Mapping.ComIbmCompute' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 2488 (INTEGER)
(0x03000000):Text = 'Error detected, rethrowing' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '.POS_MessageFlow_Mapping' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '103.1' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'DECLARE #sr0 REFERENCE TO source_body.TransactionRecord;' (CHARACTER)
)
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlFieldRef.cpp' (CHARACTER)
(0x03000000):Line = 1802 (INTEGER)
(0x03000000):Function = 'SqlFieldReference::navigateAbsoluteToFirst' (CHARACTER)
(0x03000000):Type = 'ComIbmComputeNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.Mapping.ComIbmCompute' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 2498 (INTEGER)
(0x03000000):Text = 'Navigation error' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '.POS_MessageFlow_Mapping' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '103.29' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 2 (INTEGER)
(0x03000000):Text = '2' (CHARACTER)
)
(0x01000000):ParserException = (
(0x03000000):File = 'F:\build\S610_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbParser.cpp' (CHARACTER)
(0x03000000):Line = 730 (INTEGER)
(0x03000000):Function = 'MtiImbParser::parseRightSibling' (CHARACTER)
(0x03000000):Type = 'ComIbmFileInputNode' (CHARACTER)
(0x03000000):Name = 'POS_MessageFlow#FCMComposite_1_1' (CHARACTER)
(0x03000000):Label = 'POS_MessageFlow.POS_Orix_Source_Input' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 5285 (INTEGER)
(0x03000000):Text = 'ImbRecoverableException caught from worker->parseNext.' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'POS_Orix_MessageSet' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 2 (INTEGER)
(0x03000000):Text = '1' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'Text1' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '/POS_Orix_SourceMessage/FileTrailerRecord/LF' (CHARACTER)
)
(0x01000000):ParserException = (
(0x03000000):File = 'F:\build\S610_P\src\cpi\pwf\nxd\nxdworker.cpp' (CHARACTER)
(0x03000000):Line = 462 (INTEGER)
(0x03000000):Function = 'NXDWorker::parseNext' (CHARACTER)
(0x03000000):Type = '' (CHARACTER)
(0x03000000):Name = '' (CHARACTER)
(0x03000000):Label = '' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 5421 (INTEGER)
(0x03000000):Text = 'TDS General Error' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'POS_Orix_SourceMessage' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = '/POS_Orix_SourceMessage' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 2 (INTEGER)
(0x03000000):Text = '477' (CHARACTER)
)
(0x01000000):ParserException = (
(0x03000000):File = 'F:\build\S610_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbFIHandler.cpp' (CHARACTER)
(0x03000000):Line = 1009 (INTEGER)
(0x03000000):Function = 'MtiImbFIHandler::endMessageContent' (CHARACTER)
(0x03000000):Type = '' (CHARACTER)
(0x03000000):Name = '' (CHARACTER)
(0x03000000):Label = '' (CHARACTER)
(0x03000000):Catalog = 'BIPv610' (CHARACTER)
(0x03000000):Severity = 3 (INTEGER)
(0x03000000):Number = 5288 (INTEGER)
(0x03000000):Text = 'MTI. Not all the buffer was used when reading message' (CHARACTER)
(0x01000000):Insert = (
(0x03000000):Type = 2 (INTEGER)
(0x03000000):Text = '477' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 2 (INTEGER)
(0x03000000):Text = '643' (CHARACTER)
)
)
)
)
)
)
)
)
)
)

============
Back to top
View user's profile Send private message
kimbert
PostPosted: Tue Mar 09, 2010 7:32 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Quote:
First record is set to BR as it should be
but next record isn't set to TR but to RR as last record of file.
Based on your understanding of how TDS works, how did you expect the TDS parser to recognise that it had encountered a TR record?

In my previous post, I said:
Quote:
If you want to help yourself a little, you could take a debug-level user trace.
I think you need to do that now.
I can't be expected to diagnose your problem without an example input message and a *clear* description of your message model.
Back to top
View user's profile Send private message
mansoorafzal
PostPosted: Wed Mar 10, 2010 12:18 am    Post subject: Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

I am new to message broker... Trying to figure out how to generate a server level user trace... It would be greatly appreciated if any one guide me, thanks.
Back to top
View user's profile Send private message
mansoorafzal
PostPosted: Wed Mar 10, 2010 12:40 am    Post subject: Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

this is the debug that you have been asking...
kindly let me know if anything else is required. and please help me in resolving the problem, thanks in advance.

<?xml version="1.0" encoding="UTF-8" ?>
- <UserTraceLog uuid="UserTraceLog" userTraceLevel="none" traceLevel="none" userTraceFilter="debugTrace" traceFilter="none" fileSize="4194304" bufferSize="0" fileMode="safe">
- <UserTrace timestamp="2010-01-05 08:13:13.660808" thread="6600" function="ImbConfigurationNode::evaluate" type="ComIbmConfigurationNode" name="ConfigurationNode" label="ConfigurationMessageFlow.ConfigurationNode" text="'Configuration changed successfully and committed to persistent store'" catalog="BIPv610" number="4040" file="F:\build\S610_P\src\DataFlowEngine\ImbConfigurationNode.cpp" line="345">
<Insert type="string">'POS'</Insert>
<Insert type="string">'e2c4ae12-2601-0000-0080-abe73b301cc5'</Insert>
<Insert type="string">ConfigurationMessageFlow.ConfigurationNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:13:13.661353" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'MQPUT issued to put message to the specified output queue'" catalog="BIPv610" number="2638" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2210">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:13:13.661370" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'Message received and queued successfully'" catalog="BIPv610" number="2622" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2323">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:42.355609" thread="6600" function="ImbCommonInputNode::run" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Dequeued message and propagating to output terminal'" catalog="BIPv610" number="2632" file="F:\build\S610_P\src\DataFlowEngine\ImbCommonInputNode.cpp" line="1503">
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:42.355724" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6060" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="425">
<Insert type="string">'Properties'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:42.355751" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6061" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="565">
<Insert type="string">'MQMD'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">364</Insert>
<Insert type="string">'MQHMD'</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:42.355819" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6061" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="565">
<Insert type="string">'XMLS'</Insert>
<Insert type="integer">364</Insert>
<Insert type="integer">362</Insert>
<Insert type="string">'XMLS'</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:47.554626" thread="6600" function="ImbDataFlowDirector::changeResource" type="ExecutionGroup" name="e2c4ae12-2601-0000-0080-abe73b301cc5" label="POS" text="'Message flow attribute(s) changed'" catalog="BIPv610" number="2265" file="F:\build\S610_P\src\DataFlowEngine\ImbDataFlowDirector.cpp" line="911">
<Insert type="string">'58557ffd-2501-0000-0080-8ceeef4cea8a'</Insert>
<Insert type="string">'Exception_MessageFlow'</Insert>
<Insert type="string">POS</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:47.604145" thread="6600" function="ImbConfigurationNode::evaluate" type="ComIbmConfigurationNode" name="ConfigurationNode" label="ConfigurationMessageFlow.ConfigurationNode" text="'Configuration changed successfully and committed to persistent store'" catalog="BIPv610" number="4040" file="F:\build\S610_P\src\DataFlowEngine\ImbConfigurationNode.cpp" line="345">
<Insert type="string">'POS'</Insert>
<Insert type="string">'e2c4ae12-2601-0000-0080-abe73b301cc5'</Insert>
<Insert type="string">ConfigurationMessageFlow.ConfigurationNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:47.604675" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'MQPUT issued to put message to the specified output queue'" catalog="BIPv610" number="2638" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2210">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:47.604690" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'Message received and queued successfully'" catalog="BIPv610" number="2622" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2323">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:48.677814" thread="6600" function="ImbCommonInputNode::run" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Dequeued message and propagating to output terminal'" catalog="BIPv610" number="2632" file="F:\build\S610_P\src\DataFlowEngine\ImbCommonInputNode.cpp" line="1503">
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:48.677947" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6060" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="425">
<Insert type="string">'Properties'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:48.677978" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6061" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="565">
<Insert type="string">'MQMD'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">364</Insert>
<Insert type="string">'MQHMD'</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:48.678043" thread="6600" function="ImbRootParser::parseNextItem" type="ComIbmMQInputNode" name="InputNode" label="ConfigurationMessageFlow.InputNode" text="'Created parser'" catalog="BIPv610" number="6061" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="565">
<Insert type="string">'XMLS'</Insert>
<Insert type="integer">364</Insert>
<Insert type="integer">362</Insert>
<Insert type="string">'XMLS'</Insert>
<Insert type="string">ConfigurationMessageFlow.InputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:51.834529" thread="6600" function="ImbDataFlowDirector::changeResource" type="ExecutionGroup" name="e2c4ae12-2601-0000-0080-abe73b301cc5" label="POS" text="'Message flow attribute(s) changed'" catalog="BIPv610" number="2265" file="F:\build\S610_P\src\DataFlowEngine\ImbDataFlowDirector.cpp" line="911">
<Insert type="string">'c0567ffd-2501-0000-0080-8ceeef4cea8a'</Insert>
<Insert type="string">'POS_MessageFlow'</Insert>
<Insert type="string">POS</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:51.925399" thread="6600" function="ImbConfigurationNode::evaluate" type="ComIbmConfigurationNode" name="ConfigurationNode" label="ConfigurationMessageFlow.ConfigurationNode" text="'Configuration changed successfully and committed to persistent store'" catalog="BIPv610" number="4040" file="F:\build\S610_P\src\DataFlowEngine\ImbConfigurationNode.cpp" line="345">
<Insert type="string">'POS'</Insert>
<Insert type="string">'e2c4ae12-2601-0000-0080-abe73b301cc5'</Insert>
<Insert type="string">ConfigurationMessageFlow.ConfigurationNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:51.925975" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'MQPUT issued to put message to the specified output queue'" catalog="BIPv610" number="2638" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2210">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:15:51.926094" thread="6600" function="ImbMqOutputNode::putMessage" type="ComIbmMQOutputNode" name="OutputNode" label="ConfigurationMessageFlow.outputNode" text="'Message received and queued successfully'" catalog="BIPv610" number="2622" file="F:\build\S610_P\src\DataFlowEngine\ImbMqOutputNode.cpp" line="2323">
<Insert type="string">'QM_POS_INTERFACE_121'</Insert>
<Insert type="string">'SYSTEM.BROKER.EXECUTIONGROUP.REPLY'</Insert>
<Insert type="string">ConfigurationMessageFlow.outputNode</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.891265" thread="3552" function="com.ibm.broker.nodes.filenodes.ComIbmFileInputNode@70ca70ca.readData" type="DynamicSubscriptionEngine" name="DynamicSubscriptionEngine" label="DynamicSubscriptionEngine" text="''" catalog="BIPv610" number="3351" file="F:\build\S610_P\src\DataFlowEngine\NativeTrace\ImbNativeTrace.cpp" line="143">
<Insert type="string">'POS_Orix_Source_Input'</Insert>
<Insert type="string">'POS_MessageFlow'</Insert>
<Insert type="string">'C:\interfaces\pos\input\POS.upl'</Insert>
<Insert type="string">DynamicSubscriptionEngine</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901494" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f38</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901514" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901535" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">16777216</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901550" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'File'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901567" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901578" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901590" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901603" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Directory'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901628" thread="3552" function="::cniSetElementCharacterValue" text="'Changing Elements CharacterValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3603">
<Insert type="string">'CharacterValue'</Insert>
<Insert type="string">'NULL character'</Insert>
<Insert type="string">''C:\interfaces\pos\input''</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901649" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901668" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901681" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901693" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Name'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901710" thread="3552" function="::cniSetElementCharacterValue" text="'Changing Elements CharacterValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3603">
<Insert type="string">'CharacterValue'</Insert>
<Insert type="string">'NULL character'</Insert>
<Insert type="string">''POS.upl''</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901725" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901737" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901748" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901762" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'LastModified'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901813" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901824" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901836" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901847" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'TimeStamp'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901958" thread="3552" function="::cniSetElementCharacterValue" text="'Changing Elements CharacterValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3603">
<Insert type="string">'CharacterValue'</Insert>
<Insert type="string">'NULL character'</Insert>
<Insert type="string">''20100105_081631_890024''</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901977" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.901987" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902000" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902011" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Offset'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902027" thread="3552" function="::cniSetElementIntegerValue" text="'Changing Elements IntegerValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3482">
<Insert type="string">'IntegerValue'</Insert>
<Insert type="string">'NULL integer'</Insert>
<Insert type="string">'0'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902044" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902055" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902067" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902078" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Record'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902093" thread="3552" function="::cniSetElementIntegerValue" text="'Changing Elements IntegerValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3482">
<Insert type="string">'IntegerValue'</Insert>
<Insert type="string">'NULL integer'</Insert>
<Insert type="string">'1'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902109" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902120" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902135" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902147" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Delimiter'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902164" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f98</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902175" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902187" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902198" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'IsEmpty'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902212" thread="3552" function="::cniSetElementBooleanValue" text="'Changing Elements BooleanValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3432">
<Insert type="string">'BooleanValue'</Insert>
<Insert type="string">'unknown'</Insert>
<Insert type="string">'false'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902231" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c1f38</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902242" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902254" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">16777216</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902265" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'Wildcard'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902280" thread="3552" function="::cniCreateElementAsLastChild" text="'Creating element as last child'" catalog="BIPv610" number="4144" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2379">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="pointer">a99f388</Insert>
<Insert type="pointer">98c22f8</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
<Insert type="string">'N/A'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902292" thread="3552" function="::cniCreateElementAsLastChild" text="'Finished creating element as last child'" catalog="BIPv610" number="4145" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="2397">
<Insert type="string">'cniCreateElementAsLastChild'</Insert>
<Insert type="string">'CCI_SUCCESS'</Insert>
<Insert type="integer">0</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902307" thread="3552" function="::cniSetElementType" text="'Changing Elements Type'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3195">
<Insert type="string">'Type'</Insert>
<Insert type="integer">0</Insert>
<Insert type="integer">50331648</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902318" thread="3552" function="::cniSetElementName" text="'Changing Elements Name'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3255">
<Insert type="string">'Name'</Insert>
<Insert type="string">''</Insert>
<Insert type="string">'WildcardMatch'</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902334" thread="3552" function="::cniSetElementCharacterValue" text="'Changing Elements CharacterValue'" catalog="BIPv610" number="4142" file="F:\build\S610_P\src\DataFlowEngine\PluginInterface\ImbCni.cpp" line="3603">
<Insert type="string">'CharacterValue'</Insert>
<Insert type="string">'NULL character'</Insert>
<Insert type="string">''''</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902702" thread="3552" function="com.ibm.broker.nodes.filenodes.ComIbmFileInputNode@70ca70ca.beforePropagate" type="DynamicSubscriptionEngine" name="DynamicSubscriptionEngine" label="DynamicSubscriptionEngine" text="''" catalog="BIPv610" number="3352" file="F:\build\S610_P\src\DataFlowEngine\NativeTrace\ImbNativeTrace.cpp" line="143">
<Insert type="string">'POS_Orix_Source_Input'</Insert>
<Insert type="string">'POS_MessageFlow'</Insert>
<Insert type="string">'C:\interfaces\pos\input\POS.upl'</Insert>
<Insert type="string">'1'</Insert>
<Insert type="string">'0'</Insert>
<Insert type="string">'out'</Insert>
<Insert type="string">DynamicSubscriptionEngine</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902730" thread="3552" function="ImbCallableTemplateNode::processMessage" type="ComIbmFileInputNode" name="POS_MessageFlow#FCMComposite_1_1" label="POS_MessageFlow.POS_Orix_Source_Input" text="'Dequeued message and propagating to output terminal'" catalog="BIPv610" number="3907" file="F:\build\S610_P\src\DataFlowEngine\TemplateNodes\ImbCallableTemplateNode.cpp" line="1322">
<Insert type="string">'POS_MessageFlow.POS_Orix_Source_Input'</Insert>
<Insert type="string">'out'</Insert>
<Insert type="string">POS_MessageFlow.POS_Orix_Source_Input</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.902915" thread="3552" function="ImbRootParser::parseNextItem" type="ComIbmFileInputNode" name="POS_MessageFlow#FCMComposite_1_1" label="POS_MessageFlow.POS_Orix_Source_Input" text="'Created parser'" catalog="BIPv610" number="6063" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="423">
<Insert type="string">'Properties'</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">POS_MessageFlow.POS_Orix_Source_Input</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.903047" thread="3552" function="ImbRootParser::parseNextItem" type="ComIbmFileInputNode" name="POS_MessageFlow#FCMComposite_1_1" label="POS_MessageFlow.POS_Orix_Source_Input" text="'Created parser'" catalog="BIPv610" number="6064" file="F:\build\S610_P\src\DataFlowEngine\ImbRootParser.cpp" line="563">
<Insert type="string">'MRM'</Insert>
<Insert type="integer">0</Insert>
<Insert type="string">'MRM'</Insert>
<Insert type="string">POS_MessageFlow.POS_Orix_Source_Input</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.903676" thread="3552" function="NXDTerminatingMarkupMatcher::identifyMarkup" type="" name="" label="" text="'Matched Delimiter'" catalog="BIPv610" number="5609" file="F:\build\S610_P\src\cpi\pwf\nxd\nxdterminatingmarkupmatcher.cpp" line="387">
<Insert type="string">'<CR><LF>'</Insert>
<Insert type="string">'/POS_Orix_SourceMessage'</Insert>
<Insert type="integer">158</Insert>
<Insert type="string" />
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.913898" thread="3552" function="NXDBranchResolver::doesBitstreamMatchGroupIndicator" type="" name="" label="" text="'Matched Group Indicator'" catalog="BIPv610" number="5613" file="F:\build\S610_P\src\cpi\pwf\nxd\nxdbranchresolver.cpp" line="970">
<Insert type="integer">160</Insert>
<Insert type="string">'B'</Insert>
<Insert type="string">'/POS_Orix_SourceMessage/SectionType(2 of unbounded)'</Insert>
<Insert type="string" />
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:16:31.914371" thread="3552" function="NXDTerminatingMarkupMatcher::identifyMarkup" type="" name="" label="" text="'Matched Delimiter'" catalog="BIPv610" number="5609" file="F:\build\S610_P\src\cpi\pwf\nxd\nxdterminatingmarkupmatcher.cpp" line="387">
<Insert type="string">'<CR><LF>'</Insert>
<Insert type="string">'/POS_Orix_SourceMessage'</Insert>
<Insert type="integer">317</Insert>
<Insert type="string" />
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.512922" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.DATABASE_SOURCE'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE DATABASE_SOURCE CONSTANT CHARACTER 'ORCL';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.512971" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.DATABASE_SCHEMA'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE DATABASE_SCHEMA CONSTANT CHARACTER 'INTFCJ';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.512998" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.INTERFACE_NAME_BASEII'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE INTERFACE_NAME_BASEII CONSTANT CHARACTER 'Phoenix - Base II Upload';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513023" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.INTERFACE_NAME_POS'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE INTERFACE_NAME_POS CONSTANT CHARACTER 'Phoenix - POS Upload';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513048" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.INTERFACE_NAME_KSE'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE INTERFACE_NAME_KSE CONSTANT CHARACTER 'KSE Website';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513071" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.INTERFACE_NAME_ASCtoFCJ'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE INTERFACE_NAME_ASCtoFCJ CONSTANT CHARACTER 'Access to FCJ';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513206" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.INTERFACE_NAME_FCJtoASC'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE INTERFACE_NAME_FCJtoASC CONSTANT CHARACTER 'FCJ to Access';'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513231" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.STATUS_UNKNOWN'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE STATUS_UNKNOWN CONSTANT INTEGER 0;'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513254" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.STATUS_UPDATED'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE STATUS_UPDATED CONSTANT INTEGER 1;'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace timestamp="2010-01-05 08:18:18.513278" thread="3552" function="DeclareStatement::execute" type="ComIbmComputeNode" name="POS_MessageFlow#FCMComposite_1_3.ComIbmMapping#FCMComposite_1_1" label="POS_MessageFlow.Mapping.ComIbmCompute" text="'Executing '%1''" catalog="BIPv610" number="2537" file="F:\build\S610_P\src\DataFlowEngine\ImbRdl\ImbRdlDeclareStmt.cpp" line="218">
<Insert type="string">'.STATUS_INSERTED'</Insert>
<Insert type="string">'1.1'</Insert>
<Insert type="string">'DECLARE STATUS_INSERTED CONSTANT INTEGER 2;'</Insert>
<Insert type="string">POS_MessageFlow.Mapping.ComIbmCompute</Insert>
</UserTrace>
- <UserTrace
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Mar 10, 2010 1:27 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Three points:
- That's the raw XML user trace. You need to run mqsiformatlog to convert it to a more readable format.
- When you post chunks of code or log output, *please* enclose it in [code] tags. It makes life a lot easier for the people on this forum who are trying to help you.
- As a new user, you're in the right place. This forum is full of useful information. Get into the habit of using the search button at the top of the page - it can save you ( and us ) a lot of time.
example : if you had searched for 'user trace' you would probably have found out about mqsireadlog.
Back to top
View user's profile Send private message
mansoorafzal
PostPosted: Wed Mar 10, 2010 1:46 am    Post subject: Reply with quote

Novice

Joined: 19 May 2009
Posts: 14

Code:

Timestamps are formatted in local time, 300 minutes past GMT.
Trace written by version ; formatter version 6102

2010-01-05 13:13:13.660808     6600   UserTrace   BIP4040I: The Execution Group ''POS'' 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.
2010-01-05 13:13:13.661353     6600   UserTrace   BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''QM_POS_INTERFACE_121''. The MQCC was '0' and the MQRC was '0'.
2010-01-05 13:13:13.661370     6600   UserTrace   BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''QM_POS_INTERFACE_121''.
2010-01-05 13:15:42.355609     6600   UserTrace   BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2010-01-05 13:15:42.355724     6600   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'.
2010-01-05 13:15:42.355751     6600   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.
2010-01-05 13:15:42.355819     6600   UserTrace   BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '362' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
2010-01-05 13:15:47.554626     6600   UserTrace   BIP2265I: Attribute in message flow ''Exception_MessageFlow'' (uuid=''58557ffd-2501-0000-0080-8ceeef4cea8a'') successfully changed.
                                       The message broker received a configuration message containing an instruction to change an attribute in the message flow ''Exception_MessageFlow'' (uuid=''58557ffd-2501-0000-0080-8ceeef4cea8a'') and successfully performed this action.
                                       No user action required.
2010-01-05 13:15:47.604145     6600   UserTrace   BIP4040I: The Execution Group ''POS'' 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.
2010-01-05 13:15:47.604675     6600   UserTrace   BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''QM_POS_INTERFACE_121''. The MQCC was '0' and the MQRC was '0'.
2010-01-05 13:15:47.604690     6600   UserTrace   BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''QM_POS_INTERFACE_121''.
2010-01-05 13:15:48.677814     6600   UserTrace   BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2010-01-05 13:15:48.677947     6600   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'.
2010-01-05 13:15:48.677978     6600   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.
2010-01-05 13:15:48.678043     6600   UserTrace   BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '362' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
2010-01-05 13:15:51.834529     6600   UserTrace   BIP2265I: Attribute in message flow ''POS_MessageFlow'' (uuid=''c0567ffd-2501-0000-0080-8ceeef4cea8a'') successfully changed.
                                       The message broker received a configuration message containing an instruction to change an attribute in the message flow ''POS_MessageFlow'' (uuid=''c0567ffd-2501-0000-0080-8ceeef4cea8a'') and successfully performed this action.
                                       No user action required.
2010-01-05 13:15:51.925399     6600   UserTrace   BIP4040I: The Execution Group ''POS'' 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.
2010-01-05 13:15:51.925975     6600   UserTrace   BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''QM_POS_INTERFACE_121''. The MQCC was '0' and the MQRC was '0'.
2010-01-05 13:15:51.926094     6600   UserTrace   BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''QM_POS_INTERFACE_121''.
2010-01-05 13:16:31.891265     3552   UserTrace   BIP3351I: File node ''POS_Orix_Source_Input'' in message flow ''POS_MessageFlow'' is opening file ''C:\interfaces\pos\input\POS.upl''.
                                       The FileInput node opens the file to read input records.
                                       No action is required.
2010-01-05 13:16:31.901494     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f38, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901514     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.901535     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '16777216'.
                                       Element ''Type'' has been changed to '16777216'.
                                       No user action required.
2010-01-05 13:16:31.901550     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''File''.
                                       Element ''Name'' has been changed to ''File''.
                                       No user action required.
2010-01-05 13:16:31.901567     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901578     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.901590     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.901603     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Directory''.
                                       Element ''Name'' has been changed to ''Directory''.
                                       No user action required.
2010-01-05 13:16:31.901628     3552   UserTrace   BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''C:\interfaces\pos\input'''.
                                       Element ''CharacterValue'' has been changed to '''C:\interfaces\pos\input'''.
                                       No user action required.
2010-01-05 13:16:31.901649     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901668     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.901681     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.901693     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Name''.
                                       Element ''Name'' has been changed to ''Name''.
                                       No user action required.
2010-01-05 13:16:31.901710     3552   UserTrace   BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''POS.upl'''.
                                       Element ''CharacterValue'' has been changed to '''POS.upl'''.
                                       No user action required.
2010-01-05 13:16:31.901725     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901737     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.901748     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.901762     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''LastModified''.
                                       Element ''Name'' has been changed to ''LastModified''.
                                       No user action required.
2010-01-05 13:16:31.901813     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901824     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.901836     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.901847     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''TimeStamp''.
                                       Element ''Name'' has been changed to ''TimeStamp''.
                                       No user action required.
2010-01-05 13:16:31.901958     3552   UserTrace   BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''20100105_081631_890024'''.
                                       Element ''CharacterValue'' has been changed to '''20100105_081631_890024'''.
                                       No user action required.
2010-01-05 13:16:31.901977     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.901987     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902000     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.902011     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Offset''.
                                       Element ''Name'' has been changed to ''Offset''.
                                       No user action required.
2010-01-05 13:16:31.902027     3552   UserTrace   BIP4142I: Evaluating cniElementSet'IntegerValue'. Changing value from ''NULL integer'' to ''0''.
                                       Element ''IntegerValue'' has been changed to ''0''.
                                       No user action required.
2010-01-05 13:16:31.902044     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.902055     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902067     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.902078     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Record''.
                                       Element ''Name'' has been changed to ''Record''.
                                       No user action required.
2010-01-05 13:16:31.902093     3552   UserTrace   BIP4142I: Evaluating cniElementSet'IntegerValue'. Changing value from ''NULL integer'' to ''1''.
                                       Element ''IntegerValue'' has been changed to ''1''.
                                       No user action required.
2010-01-05 13:16:31.902109     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.902120     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902135     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.902147     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Delimiter''.
                                       Element ''Name'' has been changed to ''Delimiter''.
                                       No user action required.
2010-01-05 13:16:31.902164     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f98, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.902175     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902187     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.902198     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''IsEmpty''.
                                       Element ''Name'' has been changed to ''IsEmpty''.
                                       No user action required.
2010-01-05 13:16:31.902212     3552   UserTrace   BIP4142I: Evaluating cniElementSet'BooleanValue'. Changing value from ''unknown'' to ''false''.
                                       Element ''BooleanValue'' has been changed to ''false''.
                                       No user action required.
2010-01-05 13:16:31.902231     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c1f38, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.902242     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902254     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '16777216'.
                                       Element ''Type'' has been changed to '16777216'.
                                       No user action required.
2010-01-05 13:16:31.902265     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Wildcard''.
                                       Element ''Name'' has been changed to ''Wildcard''.
                                       No user action required.
2010-01-05 13:16:31.902280     3552   UserTrace   BIP4144I: Entered function 'cniCreateElementAsLastChild'(a99f388, 98c22f8, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
                                       Entered the specified function with the specified parameters.
                                       No user action required.
2010-01-05 13:16:31.902292     3552   UserTrace   BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
                                       About to exit the specified the function with the specified result.
                                       No user action required.
2010-01-05 13:16:31.902307     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
                                       Element ''Type'' has been changed to '50331648'.
                                       No user action required.
2010-01-05 13:16:31.902318     3552   UserTrace   BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''WildcardMatch''.
                                       Element ''Name'' has been changed to ''WildcardMatch''.
                                       No user action required.
2010-01-05 13:16:31.902334     3552   UserTrace   BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to ''''''.
                                       Element ''CharacterValue'' has been changed to ''''''.
                                       No user action required.
2010-01-05 13:16:31.902702     3552   UserTrace   BIP3352I: File node ''POS_Orix_Source_Input'' in message flow ''POS_MessageFlow'' is propagating record ''1'' obtained from file ''C:\interfaces\pos\input\POS.upl'' at offset ''0'' to terminal ''out''.
                                       The FileInput node read a record from the file, and will propagate it to the named terminal.
                                       No action is required.
2010-01-05 13:16:31.902730     3552   UserTrace   BIP3907I: Message received and propagated to 'out' terminal of input node 'POS_MessageFlow.POS_Orix_Source_Input'.
2010-01-05 13:16:31.902915     3552   UserTrace   BIP6063I: A parser of type ''Properties'' was created on behalf of node 'POS_MessageFlow.POS_Orix_Source_Input' to handle the input stream, beginning at offset '0'.
2010-01-05 13:16:31.903047     3552   UserTrace   BIP6064I: A parser of type ''MRM'' was created on behalf of node 'POS_MessageFlow.POS_Orix_Source_Input' to handle the input stream, beginning at offset '0'. The parser type was selected based on value ''MRM'' from the previous parser.
2010-01-05 13:16:31.903676     3552   UserTrace   BIP5609I: ''<CR><LF>'' has been matched as a delimiter for ''/POS_Orix_SourceMessage'' at byte '158'.
2010-01-05 13:16:31.913898     3552   UserTrace   BIP5613I: ''B'' was matched as the group indicator for ''/POS_Orix_SourceMessage/SectionType(2 of unbounded)'' at byte '160'.
2010-01-05 13:16:31.914371     3552   UserTrace   BIP5609I: ''<CR><LF>'' has been matched as a delimiter for ''/POS_Orix_SourceMessage'' at byte '317'.
2010-01-05 13:18:18.512922     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE DATABASE_SOURCE CONSTANT CHARACTER 'ORCL';'' at ('.DATABASE_SOURCE', '1.1').
2010-01-05 13:18:18.512971     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE DATABASE_SCHEMA CONSTANT CHARACTER 'INTFCJ';'' at ('.DATABASE_SCHEMA', '1.1').
2010-01-05 13:18:18.512998     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE INTERFACE_NAME_BASEII CONSTANT CHARACTER 'Phoenix - Base II Upload';'' at ('.INTERFACE_NAME_BASEII', '1.1').
2010-01-05 13:18:18.513023     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE INTERFACE_NAME_POS CONSTANT CHARACTER 'Phoenix - POS Upload';'' at ('.INTERFACE_NAME_POS', '1.1').
2010-01-05 13:18:18.513048     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE INTERFACE_NAME_KSE CONSTANT CHARACTER 'KSE Website';'' at ('.INTERFACE_NAME_KSE', '1.1').
2010-01-05 13:18:18.513071     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE INTERFACE_NAME_ASCtoFCJ CONSTANT CHARACTER 'Access to FCJ';'' at ('.INTERFACE_NAME_ASCtoFCJ', '1.1').
2010-01-05 13:18:18.513206     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE INTERFACE_NAME_FCJtoASC CONSTANT CHARACTER 'FCJ to Access';'' at ('.INTERFACE_NAME_FCJtoASC', '1.1').
2010-01-05 13:18:18.513231     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_UNKNOWN CONSTANT INTEGER 0;'' at ('.STATUS_UNKNOWN', '1.1').
2010-01-05 13:18:18.513254     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_UPDATED CONSTANT INTEGER 1;'' at ('.STATUS_UPDATED', '1.1').
2010-01-05 13:18:18.513278     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_INSERTED CONSTANT INTEGER 2;'' at ('.STATUS_INSERTED', '1.1').
2010-01-05 13:18:18.513303     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_IGNORED CONSTANT INTEGER 3;'' at ('.STATUS_IGNORED', '1.1').
2010-01-05 13:18:18.513326     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_FAILED CONSTANT INTEGER 4;'' at ('.STATUS_FAILED', '1.1').
2010-01-05 13:18:18.513349     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_OLD CONSTANT INTEGER 5;'' at ('.STATUS_OLD', '1.1').
2010-01-05 13:18:18.513378     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_INVALID CONSTANT INTEGER 6;'' at ('.STATUS_INVALID', '1.1').
2010-01-05 13:18:18.513402     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE STATUS_DUPLICATE CONSTANT INTEGER 7;'' at ('.STATUS_DUPLICATE', '1.1').
2010-01-05 13:18:18.513444     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''BEGIN ... END;'' at ('.IBM_WBIMB_POS_MessageFlow_Mapping.MAIN', '2.1').
2010-01-05 13:18:18.522954     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''POS_MessageFlow_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment);'' at ('.IBM_WBIMB_POS_MessageFlow_Mapping.MAIN', '3.1').
2010-01-05 13:18:18.523004     3552   UserTrace   BIP2538I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''POS_MessageFlow_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment)'' at ('.IBM_WBIMB_POS_MessageFlow_Mapping.MAIN', '3.6').
2010-01-05 13:18:18.523044     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''BEGIN ... END;'' at ('.POS_MessageFlow_Mapping', '1.154').
2010-01-05 13:18:18.523073     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE stackPtr REFERENCE TO InputLocalEnvironment.SQL.MAP;'' at ('.POS_MessageFlow_Mapping', '2.1').
2010-01-05 13:18:18.523147     3552   UserTrace   BIP2543I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': ('.POS_MessageFlow_Mapping', '2.31') : Failed to navigate to path element number '2' because it does not exist.
2010-01-05 13:18:18.525531     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.LOCAL_STACK;'' at ('.POS_MessageFlow_Mapping', '3.1').
2010-01-05 13:18:18.525623     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE localStackPtr REFERENCE TO stackPtr.LOCAL_STACK;'' at ('.POS_MessageFlow_Mapping', '4.1').
2010-01-05 13:18:18.525699     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD localStackPtr.SOURCE_STACK;'' at ('.POS_MessageFlow_Mapping', '5.1').
2010-01-05 13:18:18.525770     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE sourceStackPtr REFERENCE TO localStackPtr.SOURCE_STACK;'' at ('.POS_MessageFlow_Mapping', '6.1').
2010-01-05 13:18:18.525842     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.nestingLevel;'' at ('.POS_MessageFlow_Mapping', '7.1').
2010-01-05 13:18:18.525917     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE nestingLevel REFERENCE TO sourceStackPtr.nestingLevel;'' at ('.POS_MessageFlow_Mapping', '8.1').
2010-01-05 13:18:18.525989     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.occurrence;'' at ('.POS_MessageFlow_Mapping', '9.1').
2010-01-05 13:18:18.526060     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD sourceStackPtr.sourceLiteral;'' at ('.POS_MessageFlow_Mapping', '10.1').
2010-01-05 13:18:18.526132     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_XMLNSC CONSTANT INTEGER 2;'' at ('.POS_MessageFlow_Mapping', '11.1').
2010-01-05 13:18:18.526203     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_XML CONSTANT INTEGER 1;'' at ('.POS_MessageFlow_Mapping', '12.1').
2010-01-05 13:18:18.526273     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE #WBIMB_PARSER_CATEGORY_MRM CONSTANT INTEGER 0;'' at ('.POS_MessageFlow_Mapping', '13.1').
2010-01-05 13:18:18.526348     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD localStackPtr.field;'' at ('.POS_MessageFlow_Mapping', '14.1').
2010-01-05 13:18:18.526420     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE localStackPtrRef REFERENCE TO localStackPtr.field;'' at ('.POS_MessageFlow_Mapping', '15.1').
2010-01-05 13:18:18.526491     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalStackRef REFERENCE TO stackPtr.GLOBAL_STACK;'' at ('.POS_MessageFlow_Mapping', '16.1').
2010-01-05 13:18:18.526556     3552   UserTrace   BIP2543I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': ('.POS_MessageFlow_Mapping', '16.37') : Failed to navigate to path element number '2' because it does not exist.
2010-01-05 13:18:18.526575     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''IF NOT LASTMOVE(globalStackRef) THEN... END IF;'' at ('.POS_MessageFlow_Mapping', '17.1').
2010-01-05 13:18:18.526641     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(globalStackRef)'' at ('.POS_MessageFlow_Mapping', '17.9'). The result was ''FALSE''.
2010-01-05 13:18:18.526664     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''NOT LASTMOVE(globalStackRef)'' at ('.POS_MessageFlow_Mapping', '17.5'). This resolved to ''NOT FALSE''. The result was ''TRUE''.
2010-01-05 13:18:18.526693     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.GLOBAL_STACK;'' at ('.POS_MessageFlow_Mapping', '18.2').
2010-01-05 13:18:18.526769     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE globalStackPtr REFERENCE TO stackPtr.GLOBAL_STACK;'' at ('.POS_MessageFlow_Mapping', '19.2').
2010-01-05 13:18:18.526844     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD globalStackPtr.frame;'' at ('.POS_MessageFlow_Mapping', '20.2').
2010-01-05 13:18:18.526918     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD globalStackPtr.frameDepth;'' at ('.POS_MessageFlow_Mapping', '21.2').
2010-01-05 13:18:18.526994     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET globalStackPtr.frameDepth = 0;'' at ('.POS_MessageFlow_Mapping', '22.2').
2010-01-05 13:18:18.527063     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       ''0'' to field / variable ''globalStackPtr.frameDepth''.
2010-01-05 13:18:18.527093     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE xsd NAMESPACE 'http://www.w3.org/2001/XMLSchema';'' at ('.POS_MessageFlow_Mapping', '24.1').
2010-01-05 13:18:18.527164     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.sourceParserCategory;'' at ('.POS_MessageFlow_Mapping', '25.1').
2010-01-05 13:18:18.527236     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE source_msg_root REFERENCE TO source;'' at ('.POS_MessageFlow_Mapping', '26.1').
2010-01-05 13:18:18.527313     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''MOVE localStackPtrRef TO source;'' at ('.POS_MessageFlow_Mapping', '27.1').
2010-01-05 13:18:18.527385     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''MOVE localStackPtrRef LASTCHILD;'' at ('.POS_MessageFlow_Mapping', '28.1').
2010-01-05 13:18:18.527456     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET localStackPtr.field = FIELDNAME(localStackPtrRef);'' at ('.POS_MessageFlow_Mapping', '29.1').
2010-01-05 13:18:18.527528     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(localStackPtrRef)'' at ('.POS_MessageFlow_Mapping', '29.27'). The result was '''MRM'''.
2010-01-05 13:18:18.527549     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       '''MRM''' to field / variable ''localStackPtr.field''.
2010-01-05 13:18:18.527566     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''IF localStackPtr.field IN ('XMLNSC', 'SOAP') THEN... ELSEIF localStackPtr.field IN ('XMLNS', 'XML', 'JMSMap', 'JMSStream') THEN... ELSEIF localStackPtr.field IN ('MRM', 'DataObject', 'BLOB') THEN... ELSE... END IF;'' at ('.POS_MessageFlow_Mapping', '30.1').
2010-01-05 13:18:18.527805     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field'' at ('.POS_MessageFlow_Mapping', '30.4'). This resolved to ''localStackPtr.field''. The result was '''MRM'''.
2010-01-05 13:18:18.527830     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field IN ('XMLNSC', 'SOAP')'' at ('.POS_MessageFlow_Mapping', '30.24'). This resolved to '''MRM' IN ('XMLNSC', 'SOAP')''. The result was ''FALSE''.
2010-01-05 13:18:18.527851     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field'' at ('.POS_MessageFlow_Mapping', '33.8'). This resolved to ''localStackPtr.field''. The result was '''MRM'''.
2010-01-05 13:18:18.527956     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field IN ('XMLNS', 'XML', 'JMSMap', 'JMSStream')'' at ('.POS_MessageFlow_Mapping', '33.28'). This resolved to '''MRM' IN ('XMLNS', 'XML', 'JMSMap', 'JMSStream')''. The result was ''FALSE''.
2010-01-05 13:18:18.527976     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field'' at ('.POS_MessageFlow_Mapping', '36.8'). This resolved to ''localStackPtr.field''. The result was '''MRM'''.
2010-01-05 13:18:18.527996     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field IN ('MRM', 'DataObject', 'BLOB')'' at ('.POS_MessageFlow_Mapping', '36.28'). This resolved to '''MRM' IN ('MRM')''. The result was ''TRUE''.
2010-01-05 13:18:18.528028     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''MOVE source_msg_root FIRSTCHILD NAMESPACE '' NAME FIELDNAME(localStackPtrRef);'' at ('.POS_MessageFlow_Mapping', '37.2').
2010-01-05 13:18:18.528097     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(localStackPtrRef)'' at ('.POS_MessageFlow_Mapping', '37.39'). The result was '''MRM'''.
2010-01-05 13:18:18.528127     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET stackPtr.sourceParserCategory = #WBIMB_PARSER_CATEGORY_MRM;'' at ('.POS_MessageFlow_Mapping', '38.2').
2010-01-05 13:18:18.528200     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''#WBIMB_PARSER_CATEGORY_MRM'' at ('.POS_MessageFlow_Mapping', '38.38'). This resolved to ''#WBIMB_PARSER_CATEGORY_MRM''. The result was ''0''.
2010-01-05 13:18:18.528219     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       ''0'' to field / variable ''stackPtr.sourceParserCategory''.
2010-01-05 13:18:18.528242     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE source_body REFERENCE TO source_msg_root;'' at ('.POS_MessageFlow_Mapping', '43.1').
2010-01-05 13:18:18.528310     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''IF localStackPtr.field IN ('XMLNSC', 'XMLNS', 'JMSMap', 'JMSStream', 'DataObject', 'BLOB', 'XML') THEN... END IF;'' at ('.POS_MessageFlow_Mapping', '44.1').
2010-01-05 13:18:18.528377     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field'' at ('.POS_MessageFlow_Mapping', '44.4'). This resolved to ''localStackPtr.field''. The result was '''MRM'''.
2010-01-05 13:18:18.528404     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''localStackPtr.field IN ('XMLNSC', 'XMLNS', 'JMSMap', 'JMSStream', 'DataObject', 'BLOB', 'XML')'' at ('.POS_MessageFlow_Mapping', '44.24'). This resolved to '''MRM' IN ('XMLNSC', 'XMLNS', 'JMSMap', 'JMSStream', 'DataObject', 'BLOB', 'XML')''. The result was ''FALSE''.
2010-01-05 13:18:18.528425     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''IF FIELDNAME(source.MQRFH2C) IS NOT NULL THEN... ELSEIF FIELDNAME(source.MQRFH2) IS NOT NULL THEN... ELSE... END IF;'' at ('.POS_MessageFlow_Mapping', '47.1').
2010-01-05 13:18:18.528490     3552   UserTrace   BIP2543I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': ('.POS_MessageFlow_Mapping', '47.14') : Failed to navigate to path element number '2' because it does not exist.
2010-01-05 13:18:18.528505     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(source.MQRFH2C)'' at ('.POS_MessageFlow_Mapping', '47.4'). The result was ''NULL''.
2010-01-05 13:18:18.528522     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(source.MQRFH2C) IS NOT NULL'' at ('.POS_MessageFlow_Mapping', '47.30'). The result was ''FALSE''.
2010-01-05 13:18:18.528539     3552   UserTrace   BIP2543I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': ('.POS_MessageFlow_Mapping', '50.18') : Failed to navigate to path element number '2' because it does not exist.
2010-01-05 13:18:18.528556     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(source.MQRFH2)'' at ('.POS_MessageFlow_Mapping', '50.8'). The result was ''NULL''.
2010-01-05 13:18:18.528575     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''FIELDNAME(source.MQRFH2) IS NOT NULL'' at ('.POS_MessageFlow_Mapping', '50.33'). The result was ''FALSE''.
2010-01-05 13:18:18.528600     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD localStackPtr.MQRFH2;'' at ('.POS_MessageFlow_Mapping', '54.2').
2010-01-05 13:18:18.528675     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DECLARE source_MQRFH2_or_MQRFH2C REFERENCE TO localStackPtr.MQRFH2;'' at ('.POS_MessageFlow_Mapping', '56.1').
2010-01-05 13:18:18.528747     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE FIELD stackPtr.targetParserCategory;'' at ('.POS_MessageFlow_Mapping', '57.1').
2010-01-05 13:18:18.528825     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''DETACH target.Properties;'' at ('.POS_MessageFlow_Mapping', '58.1').
2010-01-05 13:18:18.528898     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET stackPtr.targetParserCategory = #WBIMB_PARSER_CATEGORY_MRM;'' at ('.POS_MessageFlow_Mapping', '59.1').
2010-01-05 13:18:18.528966     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''#WBIMB_PARSER_CATEGORY_MRM'' at ('.POS_MessageFlow_Mapping', '59.37'). This resolved to ''#WBIMB_PARSER_CATEGORY_MRM''. The result was ''0''.
2010-01-05 13:18:18.528989     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       ''0'' to field / variable ''stackPtr.targetParserCategory''.
2010-01-05 13:18:18.529012     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''MOVE target LASTCHILD NAMESPACE '' NAME 'Properties';'' at ('.POS_MessageFlow_Mapping', '60.1').
2010-01-05 13:18:18.529079     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''IF LASTMOVE(target) THEN... ELSE... END IF;'' at ('.POS_MessageFlow_Mapping', '61.1').
2010-01-05 13:18:18.529142     3552   UserTrace   BIP2540I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Finished evaluating expression ''LASTMOVE(target)'' at ('.POS_MessageFlow_Mapping', '61.4'). The result was ''FALSE''.
2010-01-05 13:18:18.529170     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''CREATE LASTCHILD OF target DOMAIN 'Properties';'' at ('.POS_MessageFlow_Mapping', '64.2').
2010-01-05 13:18:18.529260     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.MessageSet = 'I18545O002001';'' at ('.POS_MessageFlow_Mapping', '66.1').
2010-01-05 13:18:18.529336     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       '''I18545O002001''' to field / variable ''target.Properties.MessageSet''.
2010-01-05 13:18:18.529359     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.MessageType = '{}:POS_Flexcube_TargetMessage';'' at ('.POS_MessageFlow_Mapping', '67.1').
2010-01-05 13:18:18.529428     3552   UserTrace   BIP2566I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Assigning value       '''{}:POS_Flexcube_TargetMessage''' to field / variable ''target.Properties.MessageType''.
2010-01-05 13:18:18.529451     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.MessageFormat = source.Properties.MessageFormat;'' at ('.POS_MessageFlow_Mapping', '68.1').
2010-01-05 13:18:18.529527     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.MessageFormat'' at ('.POS_MessageFlow_Mapping', '68.43'). This resolved to ''source.Properties.MessageFormat''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='MessageFormat' Value='Text1'''.
2010-01-05 13:18:18.529546     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.MessageFormat'' to ''target.Properties.MessageFormat''.
2010-01-05 13:18:18.529577     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.Encoding = source.Properties.Encoding;'' at ('.POS_MessageFlow_Mapping', '69.1').
2010-01-05 13:18:18.529651     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.Encoding'' at ('.POS_MessageFlow_Mapping', '69.38'). This resolved to ''source.Properties.Encoding''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='Encoding' Value=546''.
2010-01-05 13:18:18.529670     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.Encoding'' to ''target.Properties.Encoding''.
2010-01-05 13:18:18.529695     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.CodedCharSetId = source.Properties.CodedCharSetId;'' at ('.POS_MessageFlow_Mapping', '70.1').
2010-01-05 13:18:18.529766     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.CodedCharSetId'' at ('.POS_MessageFlow_Mapping', '70.44'). This resolved to ''source.Properties.CodedCharSetId''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='CodedCharSetId' Value=437''.
2010-01-05 13:18:18.529785     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.CodedCharSetId'' to ''target.Properties.CodedCharSetId''.
2010-01-05 13:18:18.529813     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.Transactional = source.Properties.Transactional;'' at ('.POS_MessageFlow_Mapping', '71.1').
2010-01-05 13:18:18.529886     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.Transactional'' at ('.POS_MessageFlow_Mapping', '71.43'). This resolved to ''source.Properties.Transactional''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='Transactional' Value=FALSE''.
2010-01-05 13:18:18.529907     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.Transactional'' to ''target.Properties.Transactional''.
2010-01-05 13:18:18.529930     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.Persistence = source.Properties.Persistence;'' at ('.POS_MessageFlow_Mapping', '72.1').
2010-01-05 13:18:18.530002     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.Persistence'' at ('.POS_MessageFlow_Mapping', '72.41'). This resolved to ''source.Properties.Persistence''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='Persistence' Value=FALSE''.
2010-01-05 13:18:18.530025     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.Persistence'' to ''target.Properties.Persistence''.
2010-01-05 13:18:18.530048     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.CreationTime = source.Properties.CreationTime;'' at ('.POS_MessageFlow_Mapping', '73.1').
2010-01-05 13:18:18.530130     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.CreationTime'' at ('.POS_MessageFlow_Mapping', '73.42'). This resolved to ''source.Properties.CreationTime''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='CreationTime' Value=GMTTIMESTAMP '2010-01-05 08:00:03.623'''.
2010-01-05 13:18:18.530149     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.CreationTime'' to ''target.Properties.CreationTime''.
2010-01-05 13:18:18.530172     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.ExpirationTime = source.Properties.ExpirationTime;'' at ('.POS_MessageFlow_Mapping', '74.1').
2010-01-05 13:18:18.530246     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.ExpirationTime'' at ('.POS_MessageFlow_Mapping', '74.44'). This resolved to ''source.Properties.ExpirationTime''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='ExpirationTime' Value=-1''.
2010-01-05 13:18:18.530269     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.ExpirationTime'' to ''target.Properties.ExpirationTime''.
2010-01-05 13:18:18.530292     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.Priority = source.Properties.Priority;'' at ('.POS_MessageFlow_Mapping', '75.1').
2010-01-05 13:18:18.530366     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.Priority'' at ('.POS_MessageFlow_Mapping', '75.38'). This resolved to ''source.Properties.Priority''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='Priority' Value=0''.
2010-01-05 13:18:18.530384     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.Priority'' to ''target.Properties.Priority''.
2010-01-05 13:18:18.530408     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.ReplyIdentifier = source.Properties.ReplyIdentifier;'' at ('.POS_MessageFlow_Mapping', '76.1').
2010-01-05 13:18:18.530481     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.ReplyIdentifier'' at ('.POS_MessageFlow_Mapping', '76.45'). This resolved to ''source.Properties.ReplyIdentifier''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='ReplyIdentifier' Value=X''''.
2010-01-05 13:18:18.530504     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.ReplyIdentifier'' to ''target.Properties.ReplyIdentifier''.
2010-01-05 13:18:18.530529     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.ReplyProtocol = source.Properties.ReplyProtocol;'' at ('.POS_MessageFlow_Mapping', '77.1').
2010-01-05 13:18:18.530601     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.ReplyProtocol'' at ('.POS_MessageFlow_Mapping', '77.43'). This resolved to ''source.Properties.ReplyProtocol''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='ReplyProtocol' Value=''''.
2010-01-05 13:18:18.530620     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.ReplyProtocol'' to ''target.Properties.ReplyProtocol''.
2010-01-05 13:18:18.530645     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.Topic = source.Properties.Topic;'' at ('.POS_MessageFlow_Mapping', '78.1').
2010-01-05 13:18:18.530721     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.Topic'' at ('.POS_MessageFlow_Mapping', '78.35'). This resolved to ''source.Properties.Topic''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='Topic' Value=NULL''.
2010-01-05 13:18:18.530740     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.Topic'' to ''target.Properties.Topic''.
2010-01-05 13:18:18.530765     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.ContentType = source.Properties.ContentType;'' at ('.POS_MessageFlow_Mapping', '79.1').
2010-01-05 13:18:18.530838     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.ContentType'' at ('.POS_MessageFlow_Mapping', '79.41'). This resolved to ''source.Properties.ContentType''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='ContentType' Value=''''.
2010-01-05 13:18:18.530857     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.ContentType'' to ''target.Properties.ContentType''.
2010-01-05 13:18:18.530879     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentitySourceType = source.Properties.IdentitySourceType;'' at ('.POS_MessageFlow_Mapping', '80.1').
2010-01-05 13:18:18.530956     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentitySourceType'' at ('.POS_MessageFlow_Mapping', '80.48'). This resolved to ''source.Properties.IdentitySourceType''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentitySourceType' Value=''''.
2010-01-05 13:18:18.530975     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentitySourceType'' to ''target.Properties.IdentitySourceType''.
2010-01-05 13:18:18.531000     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentitySourceToken = source.Properties.IdentitySourceToken;'' at ('.POS_MessageFlow_Mapping', '81.1').
2010-01-05 13:18:18.531072     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentitySourceToken'' at ('.POS_MessageFlow_Mapping', '81.49'). This resolved to ''source.Properties.IdentitySourceToken''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentitySourceToken' Value=''''.
2010-01-05 13:18:18.531091     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentitySourceToken'' to ''target.Properties.IdentitySourceToken''.
2010-01-05 13:18:18.531116     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentitySourcePassword = source.Properties.IdentitySourcePassword;'' at ('.POS_MessageFlow_Mapping', '82.1').
2010-01-05 13:18:18.531194     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentitySourcePassword'' at ('.POS_MessageFlow_Mapping', '82.52'). This resolved to ''source.Properties.IdentitySourcePassword''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentitySourcePassword' Value=''''.
2010-01-05 13:18:18.531213     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentitySourcePassword'' to ''target.Properties.IdentitySourcePassword''.
2010-01-05 13:18:18.531238     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentitySourceIssuedBy = source.Properties.IdentitySourceIssuedBy;'' at ('.POS_MessageFlow_Mapping', '83.1').
2010-01-05 13:18:18.531312     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentitySourceIssuedBy'' at ('.POS_MessageFlow_Mapping', '83.52'). This resolved to ''source.Properties.IdentitySourceIssuedBy''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentitySourceIssuedBy' Value=''''.
2010-01-05 13:18:18.531332     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentitySourceIssuedBy'' to ''target.Properties.IdentitySourceIssuedBy''.
2010-01-05 13:18:18.531358     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentityMappedType = source.Properties.IdentityMappedType;'' at ('.POS_MessageFlow_Mapping', '84.1').
2010-01-05 13:18:18.531433     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentityMappedType'' at ('.POS_MessageFlow_Mapping', '84.48'). This resolved to ''source.Properties.IdentityMappedType''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentityMappedType' Value=''''.
2010-01-05 13:18:18.531452     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentityMappedType'' to ''target.Properties.IdentityMappedType''.
2010-01-05 13:18:18.531475     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentityMappedToken = source.Properties.IdentityMappedToken;'' at ('.POS_MessageFlow_Mapping', '85.1').
2010-01-05 13:18:18.531549     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentityMappedToken'' at ('.POS_MessageFlow_Mapping', '85.49'). This resolved to ''source.Properties.IdentityMappedToken''. The result was ''ROW... Root Element Type=50331648 NameSpace='' Name='IdentityMappedToken' Value=''''.
2010-01-05 13:18:18.531572     3552   UserTrace   BIP2568I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Copying sub-tree from ''source.Properties.IdentityMappedToken'' to ''target.Properties.IdentityMappedToken''.
2010-01-05 13:18:18.531595     3552   UserTrace   BIP2537I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Executing statement   ''SET target.Properties.IdentityMappedPassword = source.Properties.IdentityMappedPassword;'' at ('.POS_MessageFlow_Mapping', '86.1').
2010-01-05 13:18:18.531671     3552   UserTrace   BIP2539I: Node 'POS_MessageFlow.Mapping.ComIbmCompute': Evaluating expression ''source.Properties.IdentityMappedPassword'' at ('.POS_MessageFlow_Mapping', '86.52'). This resolved to ''source.Properties.IdentityMappedPassword''.


Last edited by mansoorafzal on Wed Mar 10, 2010 3:14 am; edited 5 times in total
Back to top
View user's profile Send private message
kimbert
PostPosted: Wed Mar 10, 2010 2:40 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Did you try to put that in [code] tags and it didn't work?
Did you use the preview button before hitting 'Submit'?
Quote:
When you post chunks of code or log output, *please* enclose it in [code] tags


Either way, please edit your post and add the tags.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Parsing dynamic text file
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.