Posted: Mon Sep 29, 2008 1:16 am Post subject: Unable to get updated exception list
Newbie
Joined: 24 Sep 2008 Posts: 3
Hi,
I have simple flow like MQInput -> Compute1 -> MQOutput
In the MQInput node catch terminal I have connected Compute2 node and all of its 'out' terminals are connected to some other nodes to do a error handling mechenism. Also I have DECLARE CONTINUE HANDLER statement with SQLSTATE '%' (To capture all kind of exception) in esql code for compute2 node.
When I get any exception in the main flow, then the control trasfered to catch terminal of MQInput node and it goes to compute2 node. Terminal 'out1' connected to MQOutput to put the message into AlertQueue. Then 'out2' connected to Trace node to write trace into file and other terminals are connected to our general subflows to send emails and etc...
If I get any exception in any of the 'out' terminal the control comes to the DECLARE HANDLER block. My question would be, how do we get the updated exception list or error string?
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