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 » Clustering » MQADMIN_r was not found

Post new topic  Reply to topic
 MQADMIN_r was not found « View previous topic :: View next topic » 
Author Message
techno
PostPosted: Wed Jul 06, 2005 9:53 am    Post subject: MQADMIN_r was not found Reply with quote

Chevalier

Joined: 22 Jan 2003
Posts: 429

I see below error message sometimes in AMQERR01. Could somebody advise me what to do and why is it showing up?

Thanks.


AMQ6174: The library /var/mqm/exits//MQADMIN_r was not found. The queue manager
will continue without this module.

EXPLANATION:
The dynamically loadable file /var/mqm/exits//MQADMIN_r was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 06, 2005 12:40 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

This is related to an exit that is defined to the qmgr but which it did not find (at startup ?) and so the qmgr is dropping it.
Back to top
View user's profile Send private message Send e-mail
Nigelg
PostPosted: Thu Jul 07, 2005 12:35 am    Post subject: Reply with quote

Grand Master

Joined: 02 Aug 2004
Posts: 1046

It is only related to an exit if the msg format is user-defined. In this case, MQADMIN is an internal WMQ format, so no data conversion exit is required.

The msg means that something has gone wrong with the conversion. After this happens, WMQ looks for an exit with the same name as the msg format.

Things that can go wrong with the conversion include:

Error loading converter.
This can happen if the conversion is not supported between the source CCSID and the destination CCSID, e.g. Japanese (932) to English (819).
Another reason may be if the conversion fileset is not loaded on the machine, e.g. 819 to 273 (German) on AIX requires the fileset bos.iconv.de_DE, which is not supplied with WMQ - the user has to install it separately.
One of these is the most likely reason for the msg.

Error in converter:
The source msg may be corrupted, and throw an error inside the conversion function iconv (on AIX). e.g. EILSEQ (invalid character), E2BIG (output buffer overflow).
The source msg may be too big to be converted, i.e. WMQ may not be able to get enough memory to store the converted msg.
Neither of these are very likely in your case.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » MQADMIN_r was not found
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.