Author |
Message
|
bhatnprasanna |
Posted: Fri Sep 11, 2009 6:22 am Post subject: MQ library error |
|
|
Newbie
Joined: 11 Sep 2009 Posts: 3
|
Hi,
I am getting the below error
----- amqvxcca.c : 518 --------------------------------------------------------
08/23/09 11:00:05
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.
-------------------------------------------------------------------------------
Not sure what is this error. Can anybody please help me to solve this? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 11, 2009 6:40 am Post subject: Re: MQ library error |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bhatnprasanna wrote: |
Not sure what is this error. |
Error says it all - the exit isn't in the path or isn't loadable.
bhatnprasanna wrote: |
Can anybody please help me to solve this? |
Fix the path, the exit or the queue manager configuration; I'd say one of the first 2. I'd also look at the documentation for any WMQ monitoring software you're using as I suspect that's where the exit has come from. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
aditya.aggarwal |
Posted: Fri Sep 11, 2009 10:10 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
Quote: |
bhatnprasanna wrote:
Not sure what is this error.
Error says it all - the exit isn't in the path or isn't loadable.
bhatnprasanna wrote:
Can anybody please help me to solve this?
Fix the path, the exit or the queue manager configuration; I'd say one of the first 2. I'd also look at the documentation for any WMQ monitoring software you're using as I suspect that's where the exit has come from. |
I agree.
But if exits in not in place and related to channels then it should be retrying. if channels are not retrying so this exit must be related to some monitoring tool. Also you need to check the syslogs.
Regards,
Aditya |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 11, 2009 10:23 am Post subject: Re: MQ library error |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
bhatnprasanna wrote: |
Not sure what is this error. |
Error says it all - the exit isn't in the path or isn't loadable. |
The queue manager is looking for a conversion exit for a message with a format of MQADMIN_r, or MQADMIN.
This is a bad message or a message in the wrong place somewhere. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 11, 2009 10:25 am Post subject: Re: MQ library error |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
The queue manager is looking for a conversion exit for a message with a format of MQADMIN_r, or MQADMIN.
|
Doh! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|