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 » Message Flow problems in V6

Post new topic  Reply to topic
 Message Flow problems in V6 « View previous topic :: View next topic » 
Author Message
selfown
PostPosted: Wed Jan 11, 2006 2:36 am    Post subject: Message Flow problems in V6 Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Hi,

I recently installed Broker V6 on my windows 2000 machine.

I created a simple message flow Input->Compute->Output.

The message is disappearing after it reaches the compute node. On debugging, I could see the control coming till the RETURN TRUE statement, but after that the message is not coming out of OUT Terminal.

I tried deploying the same flow on a V5 broker (using V6 toolkit) and it works fine with V5 broker.

The pager sample works fine.

I also ran a debug trace and in the trace, I could see the statement

" 2006-01-10 16:22:45.780200 5072 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'. ".

I've connected the failure terminals as well, but I cannot see messages in any of the queues.

Any thoughts.

Thanks in Advance
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 2:40 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Does it work if you wire the MQInput directly to the MQOutput node? Whats in the ESQL besides the RETURN TRUE?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
selfown
PostPosted: Wed Jan 11, 2006 2:48 am    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Wayne,

It is not working even when there is only Input->Output.

The esql had standard CopyMessageHeaders and CopyEntireMessage functions.
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 2:55 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Well, it works fine on my win2k machine. It must be something simple...are you sure you correctly specified the output queue name? the output queue is defined? and not put(disabled)? and there are no messages in the event log?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
selfown
PostPosted: Wed Jan 11, 2006 3:07 am    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Wayne,

I created an identical flow. I stopped the old flow and ran the newer one.

This newer one works fine.

I dont really know why this is happening. I'm using the same queues.

Thanks for looking into this.
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 3:10 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Turn debug tracing on again (with the two node configuration) and post the relevant parts here .... maybe we'll see something
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
selfown
PostPosted: Wed Jan 11, 2006 3:13 am    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Here is the debug trace. I generated this yesterday when i had the problem.

---------------------------------------------

Trace

---------------------------------------------


Timestamps are formatted in local time, local time is GMT.
Trace written by version ; formatter version 6000

2006-01-10 11:16:14.148983 4244 Error BIP2623E: Unable to open queue ''IN'' on WebSphere MQ queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER'': completion code 2; reason code 2085.
A message flow node failed to open the indicated WebSphere MQ message queue. The error codes relate to the MQOPEN call.
Check the WebSphere MQ completion and reason codes in the WebSphere MQ Application Programming Reference manual to establish the cause of the error, taking any appropriate action. It may be necessary to restart the message broker after you have performed this recovery action. If the open failed because the queue manager or queue did not exist, define these objects to WebSphere MQ. If the failure of the open was because incorrect object names were specified, correct the message flow configuration and attempt to redeploy the message broker.
2006-01-10 11:17:22.969205 4244 Error BIP2623E: Unable to open queue ''IN'' on WebSphere MQ queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER'': completion code 2; reason code 2085.
A message flow node failed to open the indicated WebSphere MQ message queue. The error codes relate to the MQOPEN call.
Check the WebSphere MQ completion and reason codes in the WebSphere MQ Application Programming Reference manual to establish the cause of the error, taking any appropriate action. It may be necessary to restart the message broker after you have performed this recovery action. If the open failed because the queue manager or queue did not exist, define these objects to WebSphere MQ. If the failure of the open was because incorrect object names were specified, correct the message flow configuration and attempt to redeploy the message broker.
2006-01-10 14:34:51.195484 4096 UserTrace BIP4040I: The Execution Group ''default'' 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.
2006-01-10 14:34:51.196159 4096 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''. The MQCC was '0' and the MQRC was '0'.
2006-01-10 14:34:51.196186 4096 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''.
2006-01-10 14:36:12.598480 4076 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'first.MQInput'.
2006-01-10 14:36:12.599033 4076 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2006-01-10 14:36:12.599170 4076 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2006-01-10 14:36:12.599245 4076 UserTrace BIP6061I: Parser type ''BLOB'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '121576' bytes beginning at offset '364'. Parser type selected based on value ''NONE'' from previous parser.
2006-01-10 14:36:18.427116 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.Main', '2.2').
2006-01-10 14:36:18.427211 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyMessageHeaders();'' at ('.first_Compute.Main', '3.4').
2006-01-10 14:36:18.427400 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyMessageHeaders()'' at ('.first_Compute.Main', '3.9').
2006-01-10 14:36:18.427780 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyMessageHeaders', '1.40').
2006-01-10 14:36:18.427835 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE I INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '2.3').
2006-01-10 14:36:18.427963 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE J INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '3.3').
2006-01-10 14:36:18.428077 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = 1;'' at ('.first_Compute.CopyMessageHeaders', '4.3').
2006-01-10 14:36:18.428192 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET J = CARDINALITY(InputRoot.*:*[ ]);'' at ('.first_Compute.CopyMessageHeaders', '5.3').
2006-01-10 14:36:18.428369 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[ ]'' at ('.first_Compute.CopyMessageHeaders', '5.23'). This resolved to ''InputRoot.*:*[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:36:18.428421 4076 UserTrace BIP2540I: Node 'first.Compute': Finished evaluating expression ''CARDINALITY(InputRoot.*:*[ ])'' at ('.first_Compute.CopyMessageHeaders', '5.11'). The result was ''3''.
2006-01-10 14:36:18.428457 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''WHILE I < J DO ... END WHILE;'' at ('.first_Compute.CopyMessageHeaders', '6.3').
2006-01-10 14:36:18.428575 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:36:18.428615 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:36:18.428686 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''1 < 3''. The result was ''TRUE''.
2006-01-10 14:36:18.428760 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:36:18.428871 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:36:18.428924 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:36:18.428960 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[1]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:36:18.429002 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:36:18.429048 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:36:18.429128 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:36:18.429250 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:36:18.429300 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''1 + 1''. The result was ''2''.
2006-01-10 14:36:18.429403 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:36:18.429441 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:36:18.429500 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''2 < 3''. The result was ''TRUE''.
2006-01-10 14:36:18.429553 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:36:18.429660 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:36:18.429721 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:36:18.429756 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[2]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='MQMD' Value=NULL''.
2006-01-10 14:36:18.429796 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:36:18.429851 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:36:18.429914 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:36:18.430021 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:36:18.430063 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''2 + 1''. The result was ''3''.
2006-01-10 14:36:18.430164 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''3''.
2006-01-10 14:36:18.430208 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:36:18.430271 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''3 < 3''. The result was ''FALSE''.
2006-01-10 14:36:18.430360 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyEntireMessage();'' at ('.first_Compute.Main', '4.4').
2006-01-10 14:36:18.430448 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyEntireMessage()'' at ('.first_Compute.Main', '4.9').
2006-01-10 14:36:18.430511 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyEntireMessage', '1.39').
2006-01-10 14:36:18.430557 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.first_Compute.CopyEntireMessage', '2.3').
2006-01-10 14:36:18.430667 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot'' at ('.first_Compute.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2006-01-10 14:36:18.430702 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2006-01-10 14:36:18.430833 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''RETURN TRUE;'' at ('.first_Compute.Main', '5.3').
2006-01-10 14:36:18.431026 4076 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'.
2006-01-10 14:48:37.419975 4096 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2006-01-10 14:48:37.420108 4096 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'.
2006-01-10 14:48:37.420192 4096 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.
2006-01-10 14:48:37.420288 4096 UserTrace BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '218' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
2006-01-10 14:58:48.081302 4096 UserTrace BIP4040I: The Execution Group ''default'' 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.
2006-01-10 14:58:48.082393 4096 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''. The MQCC was '0' and the MQRC was '0'.
2006-01-10 14:58:48.082420 4096 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''.
2006-01-10 14:59:01.065510 4076 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'first.MQInput'.
2006-01-10 14:59:01.065798 4076 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2006-01-10 14:59:01.065878 4076 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2006-01-10 14:59:01.065919 4076 UserTrace BIP6061I: Parser type ''BLOB'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '121576' bytes beginning at offset '364'. Parser type selected based on value ''NONE'' from previous parser.
2006-01-10 14:59:08.705957 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.Main', '2.2').
2006-01-10 14:59:08.706044 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyMessageHeaders();'' at ('.first_Compute.Main', '3.4').
2006-01-10 14:59:08.706153 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyMessageHeaders()'' at ('.first_Compute.Main', '3.9').
2006-01-10 14:59:08.706226 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyMessageHeaders', '1.40').
2006-01-10 14:59:08.706276 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE I INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '2.3').
2006-01-10 14:59:08.706434 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE J INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '3.3').
2006-01-10 14:59:08.706563 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = 1;'' at ('.first_Compute.CopyMessageHeaders', '4.3').
2006-01-10 14:59:08.706678 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET J = CARDINALITY(InputRoot.*:*[ ]);'' at ('.first_Compute.CopyMessageHeaders', '5.3').
2006-01-10 14:59:08.706817 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[ ]'' at ('.first_Compute.CopyMessageHeaders', '5.23'). This resolved to ''InputRoot.*:*[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:59:08.706865 4076 UserTrace BIP2540I: Node 'first.Compute': Finished evaluating expression ''CARDINALITY(InputRoot.*:*[ ])'' at ('.first_Compute.CopyMessageHeaders', '5.11'). The result was ''3''.
2006-01-10 14:59:08.706901 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''WHILE I < J DO ... END WHILE;'' at ('.first_Compute.CopyMessageHeaders', '6.3').
2006-01-10 14:59:08.707006 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:08.707043 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:08.707086 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''1 < 3''. The result was ''TRUE''.
2006-01-10 14:59:08.707143 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:59:08.707253 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:08.707337 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:08.707377 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[1]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:59:08.707422 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:08.707453 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:59:08.707522 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:59:08.707631 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:08.707674 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''1 + 1''. The result was ''2''.
2006-01-10 14:59:08.707784 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:08.707821 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:08.707859 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''2 < 3''. The result was ''TRUE''.
2006-01-10 14:59:08.707904 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:59:08.708009 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:08.708062 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:08.708095 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[2]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='MQMD' Value=NULL''.
2006-01-10 14:59:08.708138 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:08.708198 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:59:08.708259 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:59:08.708390 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:08.708435 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''2 + 1''. The result was ''3''.
2006-01-10 14:59:08.708538 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''3''.
2006-01-10 14:59:08.708575 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:08.708613 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''3 < 3''. The result was ''FALSE''.
2006-01-10 14:59:08.708690 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyEntireMessage();'' at ('.first_Compute.Main', '4.4').
2006-01-10 14:59:08.708777 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyEntireMessage()'' at ('.first_Compute.Main', '4.9').
2006-01-10 14:59:08.708846 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyEntireMessage', '1.39').
2006-01-10 14:59:08.708892 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.first_Compute.CopyEntireMessage', '2.3').
2006-01-10 14:59:08.709004 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot'' at ('.first_Compute.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2006-01-10 14:59:08.709039 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2006-01-10 14:59:08.709166 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''RETURN TRUE;'' at ('.first_Compute.Main', '5.3').
2006-01-10 14:59:08.709374 4076 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'.
2006-01-10 14:59:14.284646 4076 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'first.MQInput'.
2006-01-10 14:59:14.285001 4076 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2006-01-10 14:59:14.285121 4076 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2006-01-10 14:59:14.285205 4076 UserTrace BIP6061I: Parser type ''BLOB'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '121576' bytes beginning at offset '364'. Parser type selected based on value ''NONE'' from previous parser.
2006-01-10 14:59:18.264062 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.Main', '2.2').
2006-01-10 14:59:18.264148 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyMessageHeaders();'' at ('.first_Compute.Main', '3.4').
2006-01-10 14:59:18.264312 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyMessageHeaders()'' at ('.first_Compute.Main', '3.9').
2006-01-10 14:59:18.264392 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyMessageHeaders', '1.40').
2006-01-10 14:59:18.264444 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE I INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '2.3').
2006-01-10 14:59:18.264564 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE J INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '3.3').
2006-01-10 14:59:18.264680 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = 1;'' at ('.first_Compute.CopyMessageHeaders', '4.3').
2006-01-10 14:59:18.264806 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET J = CARDINALITY(InputRoot.*:*[ ]);'' at ('.first_Compute.CopyMessageHeaders', '5.3').
2006-01-10 14:59:18.264965 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[ ]'' at ('.first_Compute.CopyMessageHeaders', '5.23'). This resolved to ''InputRoot.*:*[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:59:18.265016 4076 UserTrace BIP2540I: Node 'first.Compute': Finished evaluating expression ''CARDINALITY(InputRoot.*:*[ ])'' at ('.first_Compute.CopyMessageHeaders', '5.11'). The result was ''3''.
2006-01-10 14:59:18.265052 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''WHILE I < J DO ... END WHILE;'' at ('.first_Compute.CopyMessageHeaders', '6.3').
2006-01-10 14:59:18.265157 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:18.265195 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:18.265237 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''1 < 3''. The result was ''TRUE''.
2006-01-10 14:59:18.265285 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:59:18.265394 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:18.265453 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:18.265489 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[1]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 14:59:18.265533 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:18.265563 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:59:18.265632 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:59:18.265739 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''1''.
2006-01-10 14:59:18.265783 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''1 + 1''. The result was ''2''.
2006-01-10 14:59:18.265911 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:18.265956 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:18.265995 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''2 < 3''. The result was ''TRUE''.
2006-01-10 14:59:18.266061 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 14:59:18.266172 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:18.266223 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:18.266258 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[2]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='MQMD' Value=NULL''.
2006-01-10 14:59:18.266298 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:18.266353 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 14:59:18.266416 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 14:59:18.266813 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''2''.
2006-01-10 14:59:18.266857 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''2 + 1''. The result was ''3''.
2006-01-10 14:59:18.266958 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''3''.
2006-01-10 14:59:18.266996 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 14:59:18.267032 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''3 < 3''. The result was ''FALSE''.
2006-01-10 14:59:18.267124 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyEntireMessage();'' at ('.first_Compute.Main', '4.4').
2006-01-10 14:59:18.267217 4076 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyEntireMessage()'' at ('.first_Compute.Main', '4.9').
2006-01-10 14:59:18.267280 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyEntireMessage', '1.39').
2006-01-10 14:59:18.267328 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.first_Compute.CopyEntireMessage', '2.3').
2006-01-10 14:59:18.267448 4076 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot'' at ('.first_Compute.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2006-01-10 14:59:18.267482 4076 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2006-01-10 14:59:18.267610 4076 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''RETURN TRUE;'' at ('.first_Compute.Main', '5.3').
2006-01-10 14:59:18.267784 4076 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'.
2006-01-10 14:59:26.282514 4096 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2006-01-10 14:59:26.283735 4096 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'.
2006-01-10 14:59:26.283796 4096 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.
2006-01-10 14:59:26.283945 4096 UserTrace BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '218' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
2006-01-10 15:13:27.604909 4096 UserTrace BIP2254I: Message flow node ''MQInput'' (uuid=''first#FCMComposite_1_1'') type ''ComIbmMQInputNode'' in message flow 'first' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2006-01-10 15:13:27.605054 4096 UserTrace BIP2254I: Message flow node ''Compute'' (uuid=''first#FCMComposite_1_3'') type ''ComIbmComputeNode'' in message flow 'first' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2006-01-10 15:13:27.605104 4096 UserTrace BIP2254I: Message flow node ''MQOutput'' (uuid=''first#FCMComposite_1_4'') type ''ComIbmMQOutputNode'' in message flow 'first' successfully created.
The message broker received a configuration message containing an instruction to create a message flow node in the message flow and successfully performed this action.
No user action required.
2006-01-10 15:13:27.605159 4096 UserTrace BIP2255I: Message flow connection successfully created between node ''MQInput'' (uuid=''first#FCMComposite_1_1'') terminal ''out'' and node ''Compute'' (uuid=''first#FCMComposite_1_3'') terminal ''in''.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2006-01-10 15:13:27.605195 4096 UserTrace BIP2255I: Message flow connection successfully created between node ''Compute'' (uuid=''first#FCMComposite_1_3'') terminal ''failure'' and node ''MQOutput'' (uuid=''first#FCMComposite_1_4'') terminal ''in''.
The message broker received a configuration message containing an instruction to create a connection between two nodes, and successfully performed this action.
No user action required.
2006-01-10 15:30:34.585655 4096 UserTrace BIP4040I: The Execution Group ''default'' 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.
2006-01-10 15:30:34.586383 4096 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''. The MQCC was '0' and the MQRC was '0'.
2006-01-10 15:30:34.586406 4096 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''.
2006-01-10 15:30:53.881622 4096 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2006-01-10 15:30:53.881702 4096 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'.
2006-01-10 15:30:53.881729 4096 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.
2006-01-10 15:30:53.882038 4096 UserTrace BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '1545' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
2006-01-10 15:30:53.916797 4096 UserTrace BIP2264I: Message flow ''first'' (uuid=''aee9f0b4-0801-0000-0080-d80688504e62'') successfully created.
The message broker received a configuration message containing an instruction to create the message flow ''first'' (uuid=''aee9f0b4-0801-0000-0080-d80688504e62''), and successfully performed this action.
No user action required.
2006-01-10 15:30:53.939094 4096 UserTrace BIP7080I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node with Subscription Point '''' has received a message of type 'Publish'.
The Publication Node with Subscription Point '''' has started processing a message.
No user action required.
2006-01-10 15:30:53.939308 4096 UserTrace BIP7085I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node has propagated a message to its output terminal for subscription point ''''.
The Publication Node has propagated the current message to its output terminal.
No user action required.
2006-01-10 15:30:53.940280 4096 UserTrace BIP7080I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node with Subscription Point '''' has received a message of type 'Publish'.
The Publication Node with Subscription Point '''' has started processing a message.
No user action required.
2006-01-10 15:30:53.971000 4096 UserTrace BIP7081I: The Publication Node has matched '1' subscriptions to topic ''$SYS/Broker/WBRK6_DEFAULT_BROKER/Status/ExecutionGroup/default'' for subscription point ''''.
The Publication Node has matched subscriptions for the current publication and topic.
No user action required.
2006-01-10 15:30:53.971134 4096 UserTrace BIP7082I: Node 'PubSubControlMsgFlow.MatchingNode': Publishing to destination 'WBRK6_DEFAULT_QUEUE_MANAGER:SYSTEM.BROKER.ADMIN.REPLY:4366674d677253756233' for user 'sampay'.
A publication destination is being added to the list of destinations to 'WBRK6_DEFAULT_QUEUE_MANAGER:SYSTEM.BROKER.ADMIN.REPLY:4366674d677253756233' for user 'sampay'.
No user action required.
2006-01-10 15:30:53.971172 4096 UserTrace BIP7085I: Node 'PubSubControlMsgFlow.MatchingNode': The Publication Node has propagated a message to its output terminal for subscription point ''''.
The Publication Node has propagated the current message to its output terminal.
No user action required.
2006-01-10 15:30:53.972061 4096 UserTrace BIP2638I: The MQ output node 'PubSubControlMsgFlow.ListOutputNode' attempted to write a message to queue ''SYSTEM.BROKER.ADMIN.REPLY'' connected to queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''. The MQCC was '0' and the MQRC was '0'.
2006-01-10 15:30:53.972087 4096 UserTrace BIP2622I: Message successfully output by output node 'PubSubControlMsgFlow.ListOutputNode' to queue ''SYSTEM.BROKER.ADMIN.REPLY'' on queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''.
2006-01-10 15:30:53.977912 4096 UserTrace BIP4040I: The Execution Group ''default'' 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.
2006-01-10 15:30:53.988754 4096 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''. The MQCC was '0' and the MQRC was '0'.
2006-01-10 15:30:53.988792 4096 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''WBRK6_DEFAULT_QUEUE_MANAGER''.
2006-01-10 15:31:04.730722 4060 Error BIP4353E: An error occurred in the JNI layer during flow debugging
Observe any following errors and try to correct them. If you are unable to do so, please contact your IBM support center.
2006-01-10 15:31:04.730759 4060 Exception BIP4353E: An error occurred in the JNI layer during flow debugging
Observe any following errors and try to correct them. If you are unable to do so, please contact your IBM support center.
2006-01-10 15:31:09.763942 5072 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'first.MQInput'.
2006-01-10 15:31:09.764205 5072 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2006-01-10 15:31:09.764277 5072 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2006-01-10 15:31:09.764308 5072 UserTrace BIP6061I: Parser type ''BLOB'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '121576' bytes beginning at offset '364'. Parser type selected based on value ''NONE'' from previous parser.
2006-01-10 15:31:09.764522 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.Main', '2.2').
2006-01-10 15:31:09.764554 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyMessageHeaders();'' at ('.first_Compute.Main', '3.4').
2006-01-10 15:31:09.765192 5072 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyMessageHeaders()'' at ('.first_Compute.Main', '3.9').
2006-01-10 15:31:09.765237 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyMessageHeaders', '1.40').
2006-01-10 15:31:09.765258 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE I INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '2.3').
2006-01-10 15:31:09.765316 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE J INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '3.3').
2006-01-10 15:31:09.765411 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = 1;'' at ('.first_Compute.CopyMessageHeaders', '4.3').
2006-01-10 15:31:09.765459 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET J = CARDINALITY(InputRoot.*:*[ ]);'' at ('.first_Compute.CopyMessageHeaders', '5.3').
2006-01-10 15:31:09.765940 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[ ]'' at ('.first_Compute.CopyMessageHeaders', '5.23'). This resolved to ''InputRoot.*:*[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 15:31:09.765966 5072 UserTrace BIP2540I: Node 'first.Compute': Finished evaluating expression ''CARDINALITY(InputRoot.*:*[ ])'' at ('.first_Compute.CopyMessageHeaders', '5.11'). The result was ''3''.
2006-01-10 15:31:09.765980 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''WHILE I < J DO ... END WHILE;'' at ('.first_Compute.CopyMessageHeaders', '6.3').
2006-01-10 15:31:09.766023 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:09.766037 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:09.766054 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''1 < 3''. The result was ''TRUE''.
2006-01-10 15:31:09.766089 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 15:31:09.766135 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:09.766156 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:09.766168 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[1]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 15:31:09.766186 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:09.766200 5072 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 15:31:09.766627 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 15:31:09.766674 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:09.766693 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''1 + 1''. The result was ''2''.
2006-01-10 15:31:09.766734 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:09.766748 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:09.766761 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''2 < 3''. The result was ''TRUE''.
2006-01-10 15:31:09.767184 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 15:31:09.767230 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:09.767252 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:09.767267 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[2]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='MQMD' Value=NULL''.
2006-01-10 15:31:09.767283 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:09.767327 5072 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 15:31:09.767379 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 15:31:09.767420 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:09.767436 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''2 + 1''. The result was ''3''.
2006-01-10 15:31:09.767473 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''3''.
2006-01-10 15:31:09.767486 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:09.767501 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''3 < 3''. The result was ''FALSE''.
2006-01-10 15:31:09.767931 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyEntireMessage();'' at ('.first_Compute.Main', '4.4').
2006-01-10 15:31:09.767971 5072 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyEntireMessage()'' at ('.first_Compute.Main', '4.9').
2006-01-10 15:31:09.768000 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyEntireMessage', '1.39').
2006-01-10 15:31:09.768019 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.first_Compute.CopyEntireMessage', '2.3').
2006-01-10 15:31:09.768060 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot'' at ('.first_Compute.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2006-01-10 15:31:09.768074 5072 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2006-01-10 15:31:09.768850 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''RETURN TRUE;'' at ('.first_Compute.Main', '5.3').
2006-01-10 15:31:09.768934 5072 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'.
2006-01-10 15:31:19.442886 5072 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'first.MQInput'.
2006-01-10 15:31:19.443294 5072 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2006-01-10 15:31:19.443355 5072 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2006-01-10 15:31:19.443386 5072 UserTrace BIP6061I: Parser type ''BLOB'' created on behalf of node 'first.MQInput' to handle portion of incoming message of length '121576' bytes beginning at offset '364'. Parser type selected based on value ''NONE'' from previous parser.
2006-01-10 15:31:23.613273 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.Main', '2.2').
2006-01-10 15:31:23.613323 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyMessageHeaders();'' at ('.first_Compute.Main', '3.4').
2006-01-10 15:31:23.613370 5072 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyMessageHeaders()'' at ('.first_Compute.Main', '3.9').
2006-01-10 15:31:23.613834 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyMessageHeaders', '1.40').
2006-01-10 15:31:23.613864 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE I INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '2.3').
2006-01-10 15:31:23.613914 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''DECLARE J INTEGER;'' at ('.first_Compute.CopyMessageHeaders', '3.3').
2006-01-10 15:31:23.613954 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = 1;'' at ('.first_Compute.CopyMessageHeaders', '4.3').
2006-01-10 15:31:23.613996 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET J = CARDINALITY(InputRoot.*:*[ ]);'' at ('.first_Compute.CopyMessageHeaders', '5.3').
2006-01-10 15:31:23.614053 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[ ]'' at ('.first_Compute.CopyMessageHeaders', '5.23'). This resolved to ''InputRoot.*:*[]''. The result was ''LIST... First Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 15:31:23.614091 5072 UserTrace BIP2540I: Node 'first.Compute': Finished evaluating expression ''CARDINALITY(InputRoot.*:*[ ])'' at ('.first_Compute.CopyMessageHeaders', '5.11'). The result was ''3''.
2006-01-10 15:31:23.614109 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''WHILE I < J DO ... END WHILE;'' at ('.first_Compute.CopyMessageHeaders', '6.3').
2006-01-10 15:31:23.614147 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:23.614162 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:23.614179 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''1 < 3''. The result was ''TRUE''.
2006-01-10 15:31:23.614196 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 15:31:23.614633 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:23.614660 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:23.614677 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[1]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2006-01-10 15:31:23.614696 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:23.614709 5072 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 15:31:23.614738 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 15:31:23.615173 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''1''.
2006-01-10 15:31:23.615196 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''1 + 1''. The result was ''2''.
2006-01-10 15:31:23.615238 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:23.615251 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:23.615270 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''2 < 3''. The result was ''TRUE''.
2006-01-10 15:31:23.615289 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot.*:*[I] = InputRoot.*:*[I];'' at ('.first_Compute.CopyMessageHeaders', '7.4').
2006-01-10 15:31:23.615337 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:23.615358 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.38'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:23.615371 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot.*:*[I]'' at ('.first_Compute.CopyMessageHeaders', '7.26'). This resolved to ''InputRoot.*:*[2]''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='MQMD' Value=NULL''.
2006-01-10 15:31:23.615386 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '7.21'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:23.615411 5072 UserTrace BIP2568I: Node 'first.Compute': Copying sub-tree from ''InputRoot.*:*[I]'' to ''OutputRoot.*:*[I]''.
2006-01-10 15:31:23.615440 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET I = I + 1;'' at ('.first_Compute.CopyMessageHeaders', '8.4').
2006-01-10 15:31:23.615873 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '8.12'). This resolved to ''I''. The result was ''2''.
2006-01-10 15:31:23.615898 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I + 1'' at ('.first_Compute.CopyMessageHeaders', '8.14'). This resolved to ''2 + 1''. The result was ''3''.
2006-01-10 15:31:23.615940 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''I''. The result was ''3''.
2006-01-10 15:31:23.615953 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''J'' at ('.first_Compute.CopyMessageHeaders', '6.13'). This resolved to ''J''. The result was ''3''.
2006-01-10 15:31:23.615968 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''I < J'' at ('.first_Compute.CopyMessageHeaders', '6.9'). This resolved to ''3 < 3''. The result was ''FALSE''.
2006-01-10 15:31:23.616001 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''CopyEntireMessage();'' at ('.first_Compute.Main', '4.4').
2006-01-10 15:31:23.616428 5072 UserTrace BIP2538I: Node 'first.Compute': Evaluating expression ''CopyEntireMessage()'' at ('.first_Compute.Main', '4.9').
2006-01-10 15:31:23.616462 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''BEGIN ... END;'' at ('.first_Compute.CopyEntireMessage', '1.39').
2006-01-10 15:31:23.616481 5072 UserTrace BIP2537I: Node 'first.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.first_Compute.CopyEntireMessage', '2.3').
2006-01-10 15:31:23.616701 5072 UserTrace BIP2539I: Node 'first.Compute': Evaluating expression ''InputRoot'' at ('.first_Compute.CopyEntireMessage', '2.20'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2006-01-1
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 3:43 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

So in your ESQL you're calling BOTH CopyMessageHeaders and CopyEntireMessage? That shouldn't hurt, but why are you doing that? Can you post the simple trace of MQInput->MQOuput?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
elvis_gn
PostPosted: Wed Jan 11, 2006 3:45 am    Post subject: Reply with quote

Padawan

Joined: 08 Oct 2004
Posts: 1905
Location: Dubai

Hi selfown,

reason code 2085 means that the queue "IN" on the queue manager does not exist.

Are u using a MQ client or server ?

Do u have a queue named "IN" on the queue manager named ''WBRK6_DEFAULT_QUEUE_MANAGER''

Regards.
Back to top
View user's profile Send private message Send e-mail
mgk
PostPosted: Wed Jan 11, 2006 3:51 am    Post subject: Reply with quote

Padawan

Joined: 31 Jul 2003
Posts: 1642

From your trace:

2006-01-10 14:36:18.431026 4076 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'first.Compute'.
2006-01-10 14:48:37.419975 4096 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.

These two consecutive entries show that the message was sent to the out the compute node, but the trace shows that the message was not picked up by a downstream node, instead the next extry in the trace shows a new message leaving the MQInput Node. This means that the OUT terminal was not wired to another downstream node (the MQOutput Node in your case). As this is V6, it looks like you wired one of the other output terminals out1 - out4 by mistake instead of OUT. This would explain why the new flow you deployed worked, as you got it right here.

Your trace also shows that you are executing BOTH CopyMessageHeaders() AND CopyEntireMessage functions(). You should only ever execute ONE of them. The first (CopyMessageHeaders) copies all message headers (everything except the body - which is the last child of the root of the message). The second (CopyEntireMessage) copies the WHOLE message from InputRoot to OutputRoot, which includes both headers AND body. Therefore, if you execute BOTH of these functions, you are wasting time, as the headers are copied during CopyMessageHeaders(), then the CopyEntireMessage() is called which deletes the headers that were just copied and then copies them again, along with the body!!!


Regards,
_________________
MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 4:14 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

I was hoping if he posted the MQInput->MQOutput flow trace, it would eliminate the issue with wiring the output from the compute node ....
Although, he claims ,,,,
Quote:
It is not working even when there is only Input->Output.

_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
selfown
PostPosted: Wed Jan 11, 2006 4:57 am    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Wayne,

I could not get the trace of the 2 node configuration as I deleted that flow before I could realise that I had to generate the trace.

Only after I posted the trace, I realised that I had posted the trace for the flow with the compute node.

Please accept my apologies for not mentioning this.

Thanks
Back to top
View user's profile Send private message
wschutz
PostPosted: Wed Jan 11, 2006 6:37 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

If its only a MQInput->MQOuput node, I would think that would be easy to recreate ...

also...can you delete that LONG trace above ... most people "give up" when they see long traces in the discussion like that (and it'll save me from having to press the DOWN keep about a dozen times ...) Thanks -w
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
selfown
PostPosted: Wed Jan 11, 2006 9:13 am    Post subject: Reply with quote

Apprentice

Joined: 07 Jan 2005
Posts: 39

Wayne,

I tried recreating the same again. But it is working fine now, so I did not want to generate a trace.

If it occurs again, I'll surely get a trace and post it.

Thanks
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 » Message Flow problems in V6
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.