| Author | 
		  Message
		 | 
		
		  | sbbdev | 
		  
		    
			  
				 Posted: Thu Sep 04, 2008 4:34 am Post subject: A Problem - related to : FDC/RM/MRM/Message Set | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 03 Sep 2008 Posts: 18
  
  | 
		  
		    
			  
				Dear All
 
 
I have an MQ environment up and running. I recently encountered a problem while debugging. It says:
 
AMQ6119: An internal WebSphere MQ error has occurred
 
And the flow recoverable exception says: 
 
RM Dictionary Not Found
 
 
The message arrives to the first input queue and directly an MQ error is thrown. Here is the content of the trace file:
 
******************************************************************************
 
ROOT:
 
====
 
(
 
  (0x01000000):Properties = (
 
    (0x03000000):MessageSet      = 'LG8FN44002001'
 
    (0x03000000):MessageType     = 'msg_MSG_RECORD'
 
    (0x03000000):MessageFormat   = 'SBB_FDS'
 
    (0x03000000):Encoding        = 273
 
    (0x03000000):CodedCharSetId  = 1208
 
    (0x03000000):Transactional   = TRUE
 
    (0x03000000):Persistence     = FALSE
 
    (0x03000000):CreationTime    = GMTTIMESTAMP '2008-09-04 11:25:04.430'
 
    (0x03000000):ExpirationTime  = GMTTIMESTAMP '2008-09-04 11:33:24.439007'
 
    (0x03000000):Priority        = 0
 
    (0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
 
    (0x03000000):ReplyProtocol   = 'MQ'
 
    (0x03000000):Topic           = NULL
 
  )
 
  (0x01000000):MQMD       = (
 
    (0x03000000):SourceQueue      = 'INT.TRA.REQ.IN'
 
    (0x03000000):Transactional    = TRUE
 
    (0x03000000):Encoding         = 273
 
    (0x03000000):CodedCharSetId   = 1208
 
    (0x03000000):Format           = 'MQSTR   '
 
    (0x03000000):Version          = 2
 
    (0x03000000):Report           = 0
 
    (0x03000000):MsgType          = 8
 
    (0x03000000):Expiry           = GMTTIMESTAMP '2008-09-04 11:33:24.439007'
 
    (0x03000000):Feedback         = 0
 
    (0x03000000):Priority         = 0
 
    (0x03000000):Persistence      = 0
 
    (0x03000000):MsgId            = X'414d5120534242424b31514d202020207082be4820001e01'
 
    (0x03000000):CorrelId         = X'000000000000000000000000000000000000000000000000'
 
    (0x03000000):BackoutCount     = 0
 
    (0x03000000):ReplyToQ         = '                                                '
 
    (0x03000000):ReplyToQMgr      = 'SBBBK1QM                                        '
 
    (0x03000000):UserIdentifier   = 'SYSTEM      '
 
    (0x03000000):AccountingToken  = X'060101120000000000000000000000000000000000000000000000000000000b'
 
    (0x03000000):ApplIdentityData = '                                '
 
    (0x03000000):PutApplType      = 11
 
    (0x03000000):PutApplName      = 'C:\WINDOWS\system32\java.exe'
 
    (0x03000000):PutDate          = DATE '2008-09-04'
 
    (0x03000000):PutTime          = GMTTIME '11:25:04.430'
 
    (0x03000000):ApplOriginData   = '    '
 
    (0x03000000):GroupId          = X'000000000000000000000000000000000000000000000000'
 
    (0x03000000):MsgSeqNumber     = 1
 
    (0x03000000):Offset           = 0
 
    (0x03000000):MsgFlags         = 0
 
    (0x03000000):OriginalLength   = -1
 
  )
 
  (0x01000021):MRM        =  
 
******************************************************************************
 
 
At first, I thought there might be something wrong with my message set or message set ID, however, I have successfully uploaded the message set and made sure the ID is correct.
 
Investigation:
 
I have opened my MQ server and browsed to the following path:
 
C:\Program Files\IBM\WebSphere MQ\Errors
 
It contained a lot of files with “FDC” file extention. I opened the error log file (named: AMQERR01.LOG). it contains the following error:
 
******************************************************************************
 
9/3/2008  10:58:31
 
AMQ6119: An internal WebSphere MQ error has occurred (WinNT error 1115 from
 
GetUserName.)
 
 
EXPLANATION:
 
MQ detected an unexpected error when calling the operating system. The MQ error
 
recording routine has been called.
 
ACTION:
 
Use the standard facilities supplied with your system to record the problem
 
identifier, and to save the generated output files. Contact your IBM support
 
center.  Do not discard these files until the problem has been resolved.
 
 
Please assist me with your valuable expertise | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Thu Sep 04, 2008 8:56 pm Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				for FDC:
 
   Search for the probe id and go through the error text, post those here in the forum too (that is much more meaningful to us)
 
 
For RM dictionary Not found:
 
   it happens if your message set is not located by the flow/ESQL
 
   you have ensure that you have deployed it correctly, and coded correctly _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sbbdev | 
		  
		    
			  
				 Posted: Fri Sep 05, 2008 11:52 pm Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 03 Sep 2008 Posts: 18
  
  | 
		  
		    
			  
				Many thanks for your reply. You're helping a lot.
 
 
Find below  the FDC  "WebSphere MQ" error report. The  "Probe Id"  is   
 
 - XC274144 
 
 
+-----------------------------------------------------------------------------+
 
|                                                                             |
 
| WebSphere MQ First Failure Symptom Report                                   |
 
| =========================================                    
 
Date/Time         :- Sun August 03 10:26:18 Arab Standard Time 2008        
 
Host Name         :- IBM-MQDEV (Windows XP Build 2600: Service Pack 2)     
 
PIDS              :- 5724B4100                                             
 
LVLS              :- 530.8  CSD08                                          
 
Product Long Name :- WebSphere MQ for Windows                              
 
Vendor            :- IBM                                                   
 
Probe Id          :- XC274144                                              
 
Application Name  :- MQM                                                   
 
Component         :- xcsGetNTUserName                                      
 
Build Date        :- Sep 22 2004                                           
 
CMVC level        :- p530-08-L040921                                       
 
Build Type        :- IKAP - (Production)                                   
 
UserID            :- wbimbadm                                              
 
Process Name      :- C:\Program Files\IBM\WebSphere Business Integratio    
 
                     n Message Brokers\bin\bipbroker.exe                   
 
Process           :- 00003268                                              
 
Thread            :- 00000002                                              
 
Major Errorcode   :- xecF_E_UNEXPECTED_SYSTEM_RC                           
 
Minor Errorcode   :- OK                                                    
 
Probe Type        :- MSGAMQ6119                                            
 
Probe Severity    :- 2                                                     
 
Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred  
 
  (WinNT error 1115 from GetUserName.)                                     
 
FDCSequenceNumber :- 0                                                     
 
Comment1          :- WinNT error 1115 from GetUserName.                    
 
                                                                           
 
Comment2          :- A system shutdown is in progress. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Sat Sep 06, 2008 8:01 am Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| sbbdev wrote: | 
   
  
	| Comment2 :- A system shutdown is in progress. | 
   
 
 
 
So what were you trying to do?   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | sbbdev | 
		  
		    
			  
				 Posted: Sun Sep 07, 2008 10:51 pm Post subject: Thanks | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 03 Sep 2008 Posts: 18
  
  | 
		  
		    
			  
				Hi Guys, 
 
 
Thanks for the help, I deleted the broker, then created it again and it worked  
 
 
Thanks alot | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Sun Sep 07, 2008 11:00 pm Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				but what made it to prompt FDC, it has to be investigated. _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |