|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: Access MQ Reason Code and Completion Code in exception tree |
scorpio9
Replies: 6 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 17, 2012 6:17 am Subject: Access MQ Reason Code and Completion Code in exception tree |
I have written my select statement something like this to find the reason cd and completion cd...
IF FIELDNAME(PATH) = 'Insert' THEN
MOVE PATH PARENT;
SET ENV.MQE.REASONCD[] = SELECT P.Tex ... |
Topic: Access MQ Reason Code and Completion Code in exception tree |
scorpio9
Replies: 6 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 1:54 pm Subject: Access MQ Reason Code and Completion Code in exception tree |
Okay, got what you were talking about. let me try that. thanks! |
Topic: Access MQ Reason Code and Completion Code in exception tree |
scorpio9
Replies: 6 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 12:38 pm Subject: Access MQ Reason Code and Completion Code in exception tree |
how do I find the Insert that contains a Reason code? the Insert tree doesnt have anything to identify it, all it has is the four digit number(RC). The only way to write a WHERE condition is to look f ... |
Topic: Access MQ Reason Code and Completion Code in exception tree |
scorpio9
Replies: 6 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 11:48 am Subject: Access MQ Reason Code and Completion Code in exception tree |
thank you, but how do I write the Select query when I dont know in which Insert element tree the reason code is returned for each MQ exception?
problem is the reason code can come in Insert[1], Ins ... |
Topic: Access MQ Reason Code and Completion Code in exception tree |
scorpio9
Replies: 6 Views: 2844
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 15, 2012 11:19 am Subject: Access MQ Reason Code and Completion Code in exception tree |
Hi,
I have to build a MQ Exception Tree something like below for error handling in ESQL:
WHEN FIELDNAME(RefException) = 'MessageException' THEN
SET ENV.MQE.NUMBER = RefException.Number;
SET ... |
|
|
|