|   | 
	 
  
    | 
RSS Feed - WebSphere MQ Support
 | 
RSS Feed - Message Broker Support
 |   
 
  
	     | 
	 | 
   
 
  
	|  AMQ6119 (Win2k) | 
	« View previous topic :: View next topic »  | 
   
  
  	
	  
		
		
		  | Author | 
		  Message
		 |  
		
		  | jem | 
		  
		    
			  
				 Posted: Wed Jul 10, 2002 5:55 pm    Post subject: AMQ6119 (Win2k) | 
				     | 
			   
			 
		   | 
		 
		
		   Newbie
 
 Joined: 10 Jul 2002 Posts: 3
  
  | 
		  
		    
			  
				Hi,
 
 
I am very new to MQ Series and I have encountered a problem.  I am not sure if this is a configuration issue or an API issue.
 
 
I have set up a service that basically polls a queue and then deals with any incoming messages.  I'm not sure if it is when I create the MQ object, or when I try and pull a message off the queue that I receive an error in the event logs.  Here is an extract of the FDC that is created.  The AMQ6118 error just repeats itself anytime i make another call that uses MQ.
 
 
**********
 
 
 MQSeries First Failure Symptom Report
 
=====================================                                                                                                     |
 
Date/Time         :- Thu July 11 11:31:55 AUS Eastern Standard Time 2002
 
Host Name         :- ACT00170457W2KD (NT Version 5.0 Build 2195: Service Pack 2)
 
PIDS              :- 5639B43
 
LVLS              :- 5200
 
Product Long Name :- MQSeries for Windows NT and Windows 2000
 
Vendor            :- IBM
 
Probe Id          :- XC274144
 
Application Name  :- MQM
 
Component         :- xcsGetNTUserName
 
Build Date        :- Nov 13 2000
 
CMVC level        :- p000-L001109
 
Build Type        :- IKAP - (Production)
 
UserID            :-
 
Process Name      :- D:\Jem\Delphi\MQStuff\SocsApi.exe
 
Process           :- 00001812
 
Thread            :- 00000288
 
Major Errorcode   :- xecF_E_UNEXPECTED_SYSTEM_RC
 
Minor Errorcode   :- OK
 
Probe Type        :- MSGAMQ6119
 
Probe Severity    :- 2
 
Probe Description :- AMQ6119: An internal MQSeries error has occurred
 
  (WinNT error 122 from GetUserName.)
 
Comment1          :- WinNT error 122 from GetUserName.
 
 
 
***********************
 
 
 
MQSeries First Failure Symptom Report
 
 
Date/Time         :- Thu July 11 11:31:56 AUS Eastern Standard Time 2002
 
Host Name         :- ACT00170457W2KD (NT Version 5.0 Build 2195: Service Pack 2)
 
PIDS              :- 5639B43
 
LVLS              :- 5200
 
Product Long Name :- MQSeries for Windows NT and Windows 2000
 
Vendor            :- IBM
 
Probe Id          :- XC001009
 
Application Name  :- MQM
 
Component         :- xcsInitialize
 
Build Date        :- Nov 13 2000
 
CMVC level        :- p000-L001109
 
Build Type        :- IKAP - (Production)
 
UserID            :-
 
Process Name      :- D:\Jem\Delphi\MQStuff\SocsApi.exe
 
Process           :- 00001812
 
Thread            :- 00000288
 
Major Errorcode   :- xecF_E_UNEXPECTED_RC
 
Minor Errorcode   :- OK
 
Probe Type        :- MSGAMQ6118
 
Probe Severity    :- 2
 
Probe Description :- AMQ6118: An internal MQSeries error has occurred (0)
 
 
 
****************
 
 
I'm pretty sure it has something to do with not having a login id.  The service I have created is running under a specified user (not LocalSystem).  What, if any, permissions do I need to grant this account?
 
 
Thanks,
 
 
Jem | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | nimconsult | 
		  
		    
			  
				 Posted: Wed Jul 10, 2002 9:43 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Master
 
 Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium 
  | 
		  
		    
			  
				In term of required authority, try to put your user in the local "mqm" group.
 
 
I am not sure that it is the real problem since the RC comes from a routine "GetNTUserName"...
 
 
If you use a network user try with a local user, maybe it could also be source of problem. _________________ Nicolas Maréchal  
 
Senior Architect - Partner
 
 
NIMCONSULT Software Architecture Services (Belgium)
 
http://www.nimconsult.be | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | jem | 
		  
		    
			  
				 Posted: Wed Jul 10, 2002 10:09 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		   Newbie
 
 Joined: 10 Jul 2002 Posts: 3
  
  | 
		  
		    
			  
				| Found the error...  My username was too long.  It seems a 23 character user name isn't liked by MQ. | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | mrlinux | 
		  
		    
			  
				 Posted: Thu Jul 11, 2002 3:32 am    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		    Grand Master
 
 Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA 
  | 
		  
		    
			  
				Max username is 12 chars _________________ Jeff 
 
 
IBM Certified Developer MQSeries
 
IBM Certified Specialist MQSeries
 
IBM Certified Solutions Expert MQSeries | 
			   
			 
		   | 
		 
		
		  | Back to top | 
		  
		  	
		   | 
		 
		
		    | 
		 
		
		  | jem | 
		  
		    
			  
				 Posted: Thu Jul 11, 2002 3:30 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		 
		
		   Newbie
 
 Joined: 10 Jul 2002 Posts: 3
  
  | 
		  
		    
			  
				| Thanks mrlinux...  I figured as much with the error I was getting (only 12 characters of the username was returned).  Good to have it confirmed though. | 
			   
			 
		   | 
		 
		
		  | 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
  | 
  		 
	   
	 | 
   
 
  	 | 
	  |