Author |
Message |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 5:46 am Subject: Accessing the ExceptionList values in Handler scope |
In order for a handler to process exceptions that occur downstream of the compute node that they are coded in, you need to explicitly propagate from within the scope the handler covers.
You can't j ... |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 5:13 am Subject: Actual Problem |
Hi
I'm looping for each node I have in the message, processing it and propagating it to 'out1' to an EmailOutput Node.
The Handler scope catches any problem in the loop, including problems when send ... |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 1:14 am Subject: Accessing the ExceptionList values in Handler scope |
My problem is I need to handle the exception inside a LOOP in esql code
Which error(s) does the loop need to handle, and how does it need to handle them? The SQLSTATE function supports several diffe ... |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2013 12:44 am Subject: Accessing the ExceptionList values in Handler scope |
Within the scope of a declared handler, the only information available about any errors is what's provided by the
Thank you,
My problem is I need to handle the exception inside a LOOP in esql cod ... |
Topic: Dealing with file system |
rel
Replies: 3 Views: 2313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 15, 2013 11:50 pm Subject: Re: Dealing with file system |
Hi all,
I'm trying to change my file system inside a flow. The flow needs to receive a triggering file, that after processing it renames other corellated files in the local file system.
I prefere do ... |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 15, 2013 11:44 pm Subject: Accessing the ExceptionList values in Handler scope |
[quote="kash3338"]Hope these links helps,
[url=http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac17140_.htm]DECLARE HANDLER statement
... |
Topic: Dealing with file system |
rel
Replies: 3 Views: 2313
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 15, 2013 11:39 pm Subject: Dealing with file system |
Hi all,
I'm trying to change my file system inside a flow. The flow needs to receive a triggering file, that after processing it renames other corellated files in the local file system.
I prefere do ... |
Topic: Parsing issue |
rel
Replies: 0 Views: 1064
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2013 4:20 am Subject: Nice |
Thank you, now it make some sence
I tried to parse the followin tagged text file:
1XXXXXXXXX\r\n - start
2XXXXXXXXX\r\n - data
3XXXXXXXXX\r\n - record
3XXXXXXXXX\r\n - record
... |
Topic: Message Variable |
rel
Replies: 5 Views: 2000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2013 4:02 am Subject: Message Variable |
OK.
Didn't realy understand that:"There are two entirely different trees you can use." can you explain.
I think that ROW can't be structured for predefined MsgSet structure, does it? |
Topic: Message Variable |
rel
Replies: 5 Views: 2000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2013 3:51 am Subject: Message Variable |
Hi All,
I need to generate a temporary message in an ESQL procudure.
This message will contain a summery details of a loop actions.
I don't want to use the OutputRoot message (as I use it inside ... |
Topic: Accessing the ExceptionList values in Handler scope |
rel
Replies: 17 Views: 9290
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 10, 2013 3:10 am Subject: Accessing the ExceptionList values in Handler scope |
Hi
Does anyone know if ther is a way to access an exception details cought by DECLATE HANDLER (non DB exception), for as deviding by zero?  |