Author |
Message
|
jstefano |
Posted: Wed Dec 20, 2006 3:45 pm Post subject: Getting "Inhibited" on Transmission Q while sendin |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
Dear MQ gurus!
I am Getting "Inhibited" on Transmission queue while sending messages via MQ gateway. My sender channel would die, and Transmission queue will change from "Put Message = Allowed" to "Put Message = Inhibited".
I think I have correctly setup Triggering and Initiation Queue name
(SYSTEM.CHANNEL.INITQ), but after I sent few hundred messages using my test script, channel will die and Transmission queue becomes "Inhibited" and Triggering will be switched OFF.
Any help will be highly appreciated!!!
Many thanks in advance!
Jan |
|
Back to top |
|
 |
killer |
Posted: Wed Dec 20, 2006 3:49 pm Post subject: |
|
|
 Apprentice
Joined: 06 Jul 2006 Posts: 35
|
What's the triggering type u are using?(first,depth,every). |
|
Back to top |
|
 |
jstefano |
Posted: Wed Dec 20, 2006 4:14 pm Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
killer wrote: |
What's the triggering type u are using?(first,depth,every). |
Hi Killer, thanks for your answer;
Triggering Control = On
Triggering Type = first
One more thing, when I try to Browse messages from MQ Explorer, I'll receive and error code AMQ4033
Jan |
|
Back to top |
|
 |
wschutz |
Posted: Wed Dec 20, 2006 5:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
You need to understand why the channel is dying.
What do the error logs say? (on both ends of the channel)
Is the channel in "retrying" mode?
Ignore the put(disabled) ..... _________________ -wayne |
|
Back to top |
|
 |
kevinf2349 |
Posted: Wed Dec 20, 2006 7:12 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
Could it be the destination Q is full?
I know this is in the clustering forum but you never know  |
|
Back to top |
|
 |
jstefano |
Posted: Wed Dec 20, 2006 8:55 pm Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
wschutz wrote: |
You need to understand why the channel is dying.
What do the error logs say? (on both ends of the channel)
Is the channel in "retrying" mode?
Ignore the put(disabled) ..... |
RE:
Is the channel in "retrying" mode?
Yes, it is.... channels to both receiving MQs are in retrying mode, and from MQ explorer they have a blue explanation mark symbol.
What the log says? Not sure how to read MQ logs, I can see logs at:
"server"#:/var/mqm/log/TQMCA1/active/S0000000.LOG S0000001.LOG S0000002.LOG
but these are binary files, not easy to read... which utility should I use to read these logs, please?
Many thanks!
Jan |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 20, 2006 11:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jstefano wrote: |
What the log says? Not sure how to read MQ logs, I can see logs at:
"server"#:/var/mqm/log/TQMCA1/active/S0000000.LOG S0000001.LOG S0000002.LOG
but these are binary files, not easy to read... which utility should I use to read these logs, please?
|
Wrong logs - those are message logs & should be left alone.
You want the logs in /var/mqm/qmgrs/TQMCA1/errors (or some path like that!). Typically called AMQERRnn.LOG _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jstefano |
Posted: Thu Dec 21, 2006 8:21 am Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
RE: Wrong logs - those are message logs & should be left alone.
Thank you very much, guys, you all are amazing!!!
Million thanks to all of you!!!
I found the correct log, reset the channel, and was able to run the tests both ways from UNIX prompt....
Now the problem is that after developers sent a message from the application, just one message passes and then they'll get MQ Time out
No idea why my MQ is on partial strike still!!!
Jan |
|
Back to top |
|
 |
Vitor |
Posted: Thu Dec 21, 2006 8:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jstefano wrote: |
Thank you very much, guys, you all are amazing!!!
Million thanks to all of you!!!
|
You're quite welcome. Glad you got it sorted.
jstefano wrote: |
Now the problem is that after developers sent a message from the application, just one message passes and then they'll get MQ Time out |
Application Error. No Question. (!)  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jstefano |
Posted: Thu Dec 21, 2006 9:29 am Post subject: |
|
|
Apprentice
Joined: 13 Apr 2006 Posts: 48
|
Application Error. No Question. (!) [/quote]
I wish! Having meeting with them in few minutes... Million thanks again!!!
Jan |
|
Back to top |
|
 |
|