| Author | Message | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 4:24 am    Post subject: AMQ6174 MQ errors in logs |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 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 |  | 
		
		  |  | 
		
		  | hughson | 
			  
				|  Posted: Fri May 24, 2013 4:42 am    Post subject: |   |  | 
		
		  |  Padawan
 
 
 Joined: 09 May 2013Posts: 1967
 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 |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 5:02 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 45
 
 
 | 
			  
				| yes  MQMD.Format was set to "MQIMS. Can you help how to resolve?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | mqjeff | 
			  
				|  Posted: Fri May 24, 2013 5:21 am    Post subject: |   |  | 
		
		  | Grand Master
 
 
 Joined: 25 Jun 2008Posts: 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 |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 5:30 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 45
 
 
 | 
			  
				| My requirement is  MQMD.Format will be set to "MQIMS. |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 5:33 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 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 |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Fri May 24, 2013 5:36 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 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 |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 5:37 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 45
 
 
 | 
			  
				| In this case how should I stop the MQ from doing the conversion.? can you help?
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Fri May 24, 2013 5:49 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 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 |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 5:58 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 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 |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Fri May 24, 2013 6:02 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 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 |  | 
		
		  |  | 
		
		  | kumarbai | 
			  
				|  Posted: Fri May 24, 2013 6:06 am    Post subject: |   |  | 
		
		  | Apprentice
 
 
 Joined: 24 May 2013Posts: 45
 
 
 | 
			  
				| actually my application server will retrieve the messages |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | hughson | 
			  
				|  Posted: Fri May 24, 2013 6:06 am    Post subject: |   |  | 
		
		  |  Padawan
 
 
 Joined: 09 May 2013Posts: 1967
 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 |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Fri May 24, 2013 6:18 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 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 |  | 
		
		  |  | 
		
		  | PeterPotkay | 
			  
				|  Posted: Fri May 24, 2013 6:23 am    Post subject: |   |  | 
		
		  |  Poobah
 
 
 Joined: 15 May 2001Posts: 7723
 
 
 | 
			  
				| Your sending messages formated for IMS to a UNIX server? _________________
 Peter Potkay
 Keep Calm and MQ On
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |