| Author | 
		  Message
		 | 
		
		  | jimgrantjr | 
		  
		    
			  
				 Posted: Mon Sep 23, 2002 2:02 pm    Post subject: MQ Series Out Queue Problem on AS400 | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 23 Sep 2002 Posts: 7
  
  | 
		  
		    
			  
				  
 
 
Ok here's the situation. We have JD Edwards running on an IBM as400 830 box and we are using MQ Series to communicate to a box running win2000 which also has MQ Series.
 
 
We have the senders and recievers connected on both sides. We have sent a message to the as400 and teh as400 says it is in the inqueue.  However the out queue says the following
 
 
MQ serires que is the wrong type..
 
 
 
Any help here.... | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mgrabinski | 
		  
		    
			  
				 Posted: Mon Sep 23, 2002 11:29 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Master
 
 Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland 
  | 
		  
		    
			  
				please post the definitions of your queues _________________ Marcin Grabinski   <>< | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jimgrantjr | 
		  
		    
			  
				 Posted: Tue Sep 24, 2002 3:57 am    Post subject: Can I email you the screen shots | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 23 Sep 2002 Posts: 7
  
  | 
		  
		    
			  
				| Can I email you the screen shots | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mgrabinski | 
		  
		    
			  
				 Posted: Tue Sep 24, 2002 4:44 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Master
 
 Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland 
  | 
		  
		    
			  
				I don't like pictures (actually I do, but my mail server doesn't  , I'd rather see DISPLAY outputs (from runmqscs) _________________ Marcin Grabinski   <>< | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jimgrantjr | 
		  
		    
			  
				 Posted: Tue Sep 24, 2002 5:09 am    Post subject: Configuration | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 23 Sep 2002 Posts: 7
  
  | 
		  
		    
			  
				1.2 MQSERIES OBJECTS
 
1.2.1 General MQSeries Configuration Details
 
• Queue Managers on Windows 2000 servers use Circular Logging. Queue
 
Manager on the AS/400 uses Linear Logging.
 
• All sender channels have the Disconnect Interval set to 0.
 
• All channels and queues have maximum message length set to 4MB.
 
• All queues have the Default Persistence setting set to Persistent.
 
• All queue managers have the dead letter queue set to the MQSeries default,
 
SYSTEM.DEAD.LETTER.QUEUE.
 
1.2.2 Cold Fusion Development Server (CFDEV1.QMGR)
 
DTIN.Q: local queue; used for inbound messages
 
DTOUT.Q: remote queue pointing to DTIN.Q on CFDEV1.QMGR; used for
 
sending messages out
 
DTERR.Q: local queue; used for messages that were unable to be processed
 
DTOUT.Q.XMIT: transmission queue for OUT.Q
 
DTCFDEV12JDE.CHL: sender channel connected to DTENT
 
DTJDE2CFDEV1.CHL: receiver channel
 
 
 
MQSeries Integration Reference MQSeries Configuration
 
1.2.3 OneWorld Enterprise Server (JDE.QMGR)
 
Control the OneWorld MQSeries adapter using the jde.ini file
 
DTIN.Q: local queue; used for messages inbound to OneWorld
 
DTOUT2CFDEV1.Q: remote queue pointing to IN.Q on CFDEV1.QMGR; used for
 
successful response to inbound messages
 
DTOUT2CFDEV1.Q.XMIT: transmission queue for OUT.Q
 
DTERR.Q: local queue; used for messages that were unable to be processed by
 
OneWorld
 
DTCFDEV12JDE.CHL: receiver channel from RYSTALL
 
DTJDE2CFDEV1.CHL: sender channel connected to RYSTALL | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |