ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » How to avoid eventlog messages

Post new topic  Reply to topic
 How to avoid eventlog messages « View previous topic :: View next topic » 
Author Message
MarkusGlagla
PostPosted: Sun Feb 05, 2006 5:28 am    Post subject: How to avoid eventlog messages Reply with quote

Newbie

Joined: 26 Jul 2005
Posts: 5

Hi,

is there a way (configuration or programatically) to prevent MQ Series client from writing error messages into the event log? I am finetuning my homebrew BizTalk Adapter for MQSeries and want to do my own exception handling.
Back to top
View user's profile Send private message
clindsey
PostPosted: Sun Feb 05, 2006 6:33 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

I do not think you can turn off the interface, but you can filter out the messages that are frequently written.

From the System Admin Guide:
Code:

If you want WebSphere MQ for Windows to ignore error codes, edit the Windows Registry.

The Registry key is:

HKEY_LOCAL_MACHINE\Software\IBM\MQSeries\CurrentVersion\IgnoredErrorCodes

The value that you set it to is an array of strings delimited by the NULL character, with each string value relating to the error code that you want ignored. The complete list is terminated with a NULL character.

For example, if you want WebSphere MQ to ignore error codes AMQ3045, AMQ6055, and AMQ8079, set the value to: AMQ3045\0AMQ6055\0AMQ8079\0\0

Any changes you make to a configuration file do not take effect until the next time the queue manager is started.


Charlie
Back to top
View user's profile Send private message
wschutz
PostPosted: Sun Feb 05, 2006 8:29 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Charlie, I'm not sure it applies to MQ clients (versus qmgrs).
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » How to avoid eventlog messages
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.