Posted: Thu Jan 15, 2009 11:02 am Post subject: WTX Map Node Failure Terminal Message Removal
Knight
Joined: 20 Sep 2001 Posts: 545 Location: Tampa
I have a WTX node that we are throwing an exception. Out of the exception I am getting the ExceptionList and the original input message to the WTX node. We are pushing this exception to another WTX node. I put a Compute Node in between the two WTX Nodes and I have tried to remove the original message from the tree. Which happens to be a 'self' built collection tree. I see it removed in the debugger in the Compute Node. but coming out of the node it always reappears. Like Broker is putting it back in. I have tested my different methods for removing the message in a seperate flow. All methods from the detailed to the simplest (ie don't code and don't remove the comments from the COPY procedures, work. I have the compute Node configured to pass just the LocalEnvironment. Have any idea???
Posted: Fri Jan 16, 2009 7:41 am Post subject: Re: WTX Map Node Failure Terminal Message Removal
Master
Joined: 27 Feb 2008 Posts: 218
bobbee wrote:
I have the compute Node configured to pass just the LocalEnvironment.
If you change the message and want it to be copied out of the ComputeNode you have to check at least ComputeMode to "Message". If you change the LocalEnvironment, too you must chose "LocalEnvironment and Message". _________________ IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.0
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Yes, I found the error in my 'ways'. I should have came back in an updated the thread.
Here is the cute one. (For the WTX people)
We were throwing the exception from WTX into another WTX node. It copied the Collection from the first input to the WTX out through the Failure terminal to the second WTX Node. The second WTX node, whichle it did note show this in tha AuditLog was reacting VERY BADLY to the fact that the Collection was there. That was my desire to remove it. Once done. IT worked.
Thanks for the reply. WTX LEvel II opened up a item with development on this. I know the Collection should not have been there, but it did not match the inputs on the second map and the AuditLog output had no mention of the fact it was pulling data from the 'stream'.
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