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 » General IBM MQ Support » AMQ6174 MQ errors in logs

Post new topic  Reply to topic Goto page 1, 2, 3  Next
 AMQ6174 MQ errors in logs « View previous topic :: View next topic » 
Author Message
kumarbai
PostPosted: Fri May 24, 2013 4:24 am    Post subject: AMQ6174 MQ errors in logs Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

we are getting this error in websphere MQ logs.what are these and how to resolve them?Please help




AMQ6174: The dynamically loadable shared library '/var/mqm/exits64/MQIMS_r'
was
not found. The system returned error number '2' and error message 'No such file or directory'.

EXPLANATION:
This message applies to UNIX systems. The shared library '/var/mqm/exits64/MQIMS_r' was not found.
ACTION:
Check that the file exists, and is either fully qualified or is in the appropriate director, also check the file access permissions.
-------------------------------------------------------------------------------
AMQ6174: The dynamically loadable shared library 'MODUCE01_r' was not found.
The system returned error number '2' and error message 'No such file or directory'.

EXPLANATION:
This message applies to UNIX systems. The shared library 'MODUCE01_r' was not found.
ACTION:
Check that the file exists, and is either fully qualified or is in the appropriate director, also check the file access permissions.
Back to top
View user's profile Send private message
hughson
PostPosted: Fri May 24, 2013 4:42 am    Post subject: Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1959
Location: Bay of Plenty, New Zealand

The queue manager is reporting that it cannot load an exit.

At a guess, I would say these are data conversion exits it is trying to load - just going by the names.

Have you attempted to MQGET with MQGMO_CONVERT messages that have an MQMD.Format set to "MQIMS" or "MODUCE01" ?

Cheers
Morag
_________________
Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software
Back to top
View user's profile Send private message Visit poster's website
kumarbai
PostPosted: Fri May 24, 2013 5:02 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

yes MQMD.Format was set to "MQIMS.
Can you help how to resolve?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri May 24, 2013 5:21 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

kumarbai wrote:
yes MQMD.Format was set to "MQIMS.
Can you help how to resolve?


Don't set the format to MQIMS.
Back to top
View user's profile Send private message
kumarbai
PostPosted: Fri May 24, 2013 5:30 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

My requirement is MQMD.Format will be set to "MQIMS.
Back to top
View user's profile Send private message
kumarbai
PostPosted: Fri May 24, 2013 5:33 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

And to add one more point,my application code in websphere application server does conversion of the MQ message to ascii format from ebcdic format programatically after it recieves the message.

Last edited by kumarbai on Fri May 24, 2013 5:38 am; edited 2 times in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri May 24, 2013 5:36 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

kumarbai wrote:
And to add one more point,my application code in websphere application server does conversion of the MQ message to ascii format from ebcdic format programatically after it recieves the message.


Then you shouldn't be asking the queue manager to do it. Then it won't try to find an exit to handle it.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
kumarbai
PostPosted: Fri May 24, 2013 5:37 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

In this case how should I stop the MQ from doing the conversion.?
can you help?
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri May 24, 2013 5:49 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

kumarbai wrote:
In this case how should I stop the MQ from doing the conversion.?


Stop asking MQ to do the conversion. Then it will stop doing the conversion. See the comment from @hughson above.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
kumarbai
PostPosted: Fri May 24, 2013 5:58 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

Can you please help with how to set the MQ to stop doing the conversion?
My code in application server will do the conversion.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri May 24, 2013 6:02 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

kumarbai wrote:
Can you please help with how to set the MQ to stop doing the conversion?


Vitor wrote:
See the comment from @hughson above


hughson wrote:
Have you attempted to MQGET with MQGMO_CONVERT messages that have an MQMD.Format set to "MQIMS" or "MODUCE01" ?


How much more help do you want?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
kumarbai
PostPosted: Fri May 24, 2013 6:06 am    Post subject: Reply with quote

Apprentice

Joined: 24 May 2013
Posts: 45

actually my application server will retrieve the messages
Back to top
View user's profile Send private message
hughson
PostPosted: Fri May 24, 2013 6:06 am    Post subject: Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1959
Location: Bay of Plenty, New Zealand

What version of the product are you using? I have a recollection that data conversion of the IMS header was added to the MQ distributed product at some point, but I'm sure it was a while back.

However, that won't solve the MODUCE01 one.

Cheers
Morag
_________________
Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Fri May 24, 2013 6:18 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

kumarbai wrote:
actually my application server will retrieve the messages


And the advice remains the same.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Fri May 24, 2013 6:23 am    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

Your sending messages formated for IMS to a UNIX server?
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2, 3  Next Page 1 of 3

MQSeries.net Forum Index » General IBM MQ Support » AMQ6174 MQ errors in logs
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.