View previous topic :: View next topic |
Author |
Message |
JOHNCWL Beginner
Joined: 25 Feb 2004 Posts: 31 Topics: 16
|
Posted: Thu Mar 04, 2004 9:01 am Post subject: Supression of triggers(MQ) |
|
|
Hi,
I am getting error msgs as 2033 in MQ (means that the EMWS API was triggered to get a message from the queue but could not find this message). The application is trigger type first operation of MQ which will trigger the EWMS API.
Any suggestions to change in MQ parameters so these transactions are not started anymore (or at least minimalized)?
Initially trigger type was 'Every'. But due to this problem changed the trigger type from 'Every' to 'First'. Now we need to suppress the number of transactions which are being started by the triggers.
The problem is more triggers than the messages on the queues........
Please advice us how this problem can be solved. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Mar 04, 2004 9:30 am Post subject: |
|
|
Johncwl,
Are you getting this error on a MQGET call? If so then check the selection criteria specified in MQMD (the MsgId and CorrelId fields), and in MQGMO (the ptions and Match ptions fields).
What did you specify for the MQGMO_ WAIT option? what is the time interval specified by the WaitInter al field in MQGMO?
Increase the time interval on waitinterval field
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|