|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
TRIGGER ON AIX 5.3 :: why trigger message not seen ? |
« View previous topic :: View next topic » |
Author |
Message
|
In_love_with_MQ |
Posted: Thu Feb 16, 2006 9:21 am Post subject: |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
jefflowrey wrote: |
what happens if, with the trigger monitor running, you disable triggering on the input queue and then re-enable it? |
1)I DISABLED
alter ql(UNDAQ) notrigger
3 : alter ql(UNDAQ) notrigger
AMQ8008: WebSphere MQ queue changed.
status of TM
__________________________________________________
Waiting for a trigger message
2)
Now i put mesages
q -oUNDAQ -mWAS001
XX
XXX
XXXX
XXXXX
status of TM
__________________________________________________
Waiting for a trigger message
3)Now i again enable Trigger
ALTER QL(UNDAQ) TRIGGER
1 : ALTER QL(UNDAQ) TRIGGER
AMQ8008: WebSphere MQ queue changed.
status of TM
__________________________________________________
Waiting for a trigger message
TM is as it is , no change , There is no trigger messages at all in initq
4)To once again clarify my definitions are as follows
DEFINE QLOCAL ('UNDAQ') +
TRIGGER +
TRIGTYPE(EVERY) +
PROCESS('X') +
INITQ('UNDAINI')
DEFINE PROCESS (X) REPLACE +
DESCR('Dead-letter queue handler adapter') +
APPLTYPE(UNIX) +
APPLICID('/usr/mqm/bin/pp.sh')
I checked my logs ,
No errors is logged in all logs ...
Please throw some light with this strange behavior .. |
|
Back to top |
|
 |
In_love_with_MQ |
Posted: Thu Feb 16, 2006 9:42 am Post subject: TRACE OUTPUT for the issue |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
Hi ,
I took a AIX mq TRACE and could find a error report repeated mentioning something on trigger
30E 162.623811335 0.003767 MQS ErrorCode :- 00007308 Numeric Insert1 :- 00000005 (5) Numeric Insert2 :- 00000000 (0)
30D 162.623812402 0.001067 MQS FNC Exit!........ 901342.49 kqiTriggerOnPut rc=00007308
errorcode :00007308
Somebody working on code level of the product could understand it .
Please throw some light ... |
|
Back to top |
|
 |
In_love_with_MQ |
Posted: Thu Feb 16, 2006 9:48 am Post subject: Re: TRACE OUTPUT for the issue |
|
|
Acolyte
Joined: 10 Jul 2005 Posts: 70
|
In_love_with_MQ wrote: |
Hi ,
I took a AIX mq TRACE and could find a error report repeated mentioning something on trigger
30E 162.623811335 0.003767 MQS ErrorCode :- 00007308 Numeric Insert1 :- 00000005 (5) Numeric Insert2 :- 00000000 (0)
30D 162.623812402 0.001067 MQS FNC Exit!........ 901342.49 kqiTriggerOnPut rc=00007308
errorcode :00007308
Somebody working on code level of the product could understand it .
Please throw some light ... |
AMQ7308 Trigger condition &1 was not satisfied.
Explanation: At least one of the conditions required for generating a trigger message was not satisfied, so a trigger message was not generated. If you were expecting a trigger message, consult the MQSeries Application Programming Guide for a list of the conditions required. (Note that arranging for condition &1 to be satisfied might not be sufficient because the conditions are checked in an arbitrary order, and checking stops when the first unsatisfied condition is discovered.)
User action: If a trigger message is required, ensure that all the conditions for generating one are satisfied.
Has anybody got any clue what is wrong with the definition ? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 16, 2006 10:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Okay, it looks like some of the links in the TT on Triggering were not correct... I've fixed them.
Go through each condition listed here, and confirm that either it doesn't apply to your platform, or that it has been satisfied. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Thu Feb 16, 2006 10:52 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
What's the CURDEPTH of UNDAQ, after you put a message ? |
|
Back to top |
|
 |
mvic |
Posted: Thu Feb 16, 2006 1:57 pm Post subject: Re: TRACE OUTPUT for the issue |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
In_love_with_MQ wrote: |
30E 162.623811335 0.003767 MQS ErrorCode :- 00007308 Numeric Insert1 :- 00000005 (5) Numeric Insert2 :- 00000000 (0)
30D 162.623812402 0.001067 MQS FNC Exit!........ 901342.49 kqiTriggerOnPut rc=00007308
errorcode :00007308
Somebody working on code level of the product could understand it . |
Rule 5 is to do with process names. If the process name is non-empty, there must be a process of that name defined in the queue manager. If the process name is empty, the queue must be a transmission queue.
Also, in case it helps, I just found this in the "MustGather" section of the MQ support site: http://www.ibm.com/support/docview.wss?uid=swg21176933 |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|