|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQADMIN_r was not found |
« View previous topic :: View next topic » |
Author |
Message
|
techno |
Posted: Wed Jul 06, 2005 9:53 am Post subject: MQADMIN_r was not found |
|
|
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 |
|
 |
fjb_saper |
Posted: Wed Jul 06, 2005 12:40 pm Post subject: |
|
|
 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 |
|
 |
Nigelg |
Posted: Thu Jul 07, 2005 12:35 am Post subject: |
|
|
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 |
|
 |
|
|
 |
|
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
|
|
|
|