|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Catching all MQSeries Errors |
« View previous topic :: View next topic » |
Author |
Message
|
jschoppet |
Posted: Mon Jul 15, 2002 6:34 am Post subject: Catching all MQSeries Errors |
|
|
Novice
Joined: 15 May 2002 Posts: 17
|
Hi all,
I use MQSeries 5.2 on Solaris 8 to connect to a foreign QueueManager on an OS/390.
Is there any possibility to catch all errors on my QueueManager (e.g. triggering, events, ...).
At the moment, all errors are written in the AMQERR1.log-file of the QueueManager (e.g. if the foreign QueueManager is not available). Could I make something, that if an error occours I get a mail with the Error-Description?
I don't want to scan all the time the log-File.
Thanks in advance
Joerg Schoppet |
|
Back to top |
|
 |
bduncan |
Posted: Mon Jul 15, 2002 6:39 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
You can either write a daemon to parse the log files, or write your applications to send out the emails when they encounter a nonzero CompCode, in which case the Reason can be passed in an email... _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
jschoppet |
Posted: Mon Jul 15, 2002 7:00 am Post subject: |
|
|
Novice
Joined: 15 May 2002 Posts: 17
|
My application is on WinNT. Using MQSeries Client.
When I have the error-code 9202 (The foreign QueueManager is not available) my application get compCode = OK because it can put the message to my QueueManager. But then, when my QueueManager wants to connect to the foreign QueueManager this error occurs.
I don't want to use a daemon, because it gets to much cpu-time. Is theres no possibility to define a special trigger or exit to get all errors?
Joerg Schoppet |
|
Back to top |
|
 |
nimconsult |
Posted: Mon Jul 15, 2002 10:21 pm Post subject: |
|
|
 Master
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
|
You can enable all the possible events on queue manager (local events, remote events, start/stop....) and queues (high depth, max depth, service interval...).
These messages are posted on event queues (SYSTEM.ADMIN.*.EVENT) and can be processed by an application.
Typically you would use a vendor tool to monitor these kind of events (Candle, BMC, Landmark...), but you can also write your own. _________________ Nicolas Maréchal
Senior Architect - Partner
NIMCONSULT Software Architecture Services (Belgium)
http://www.nimconsult.be |
|
Back to top |
|
 |
vjsony |
Posted: Sun Jul 21, 2002 10:01 pm Post subject: |
|
|
 Apprentice
Joined: 01 Aug 2001 Posts: 45
|
What is error code 9202?
I've not seen this code in the Information Center ..
Regards,
VJ |
|
Back to top |
|
 |
clindsey |
Posted: Mon Jul 22, 2002 6:47 pm Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
I believe he is referring to message amq9202 in the log which is
"Remote host <?> not available". You can get the message text
from the command line with "mqrc -m amq9202" |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|