| Author | Message | 
		
		  | nmaddisetti | 
			  
				|  Posted: Fri Feb 18, 2005 1:09 pm    Post subject: Remote Administration of MQ Objects |   |  | 
		
		  | Centurion
 
 
 Joined: 06 Oct 2004Posts: 145
 
 
 | 
			  
				| Hi all i made communication b/w 2 Qmanagers and they are Default Qmanagers
 (Windows 2000 ,MQ5.3 csd 5)
 iam running following commands
 
 runmqsc -e -v -w 30 RemoteQmanagerName
 def ql(QueueName)
 i was unable to create queue
 and iam not getting any errors
 
 can anybody tell me what am i missing
 
 Thanks in advance
 Pullarao
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | fjb_saper | 
			  
				|  Posted: Fri Feb 18, 2005 1:59 pm    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 18 Nov 2003Posts: 20767
 Location: LI,NY
 
 | 
			  
				| Check out your manuals the "-v" switch is to verify the syntax. the commands do not get executed !
 
 Working as designed.
 To execute the commands drop "-e -v" and just use "-w 30"
 
 Enjoy
  |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | nmaddisetti | 
			  
				|  Posted: Mon Feb 21, 2005 1:52 pm    Post subject: |   |  | 
		
		  | Centurion
 
 
 Joined: 06 Oct 2004Posts: 145
 
 
 | 
			  
				| Hi i executed command as below
 
 C:\Documents and Settings\nmaddisetti>runmqsc -w 60 WBRK_QM1
 5724-B41 (C) Copyright IBM Corp. 1994, 2002.  ALL RIGHTS RESERVED.
 Starting MQSC for queue manager WBRK_QM1.
 
 
 define ql(q2)
 1 : define ql(q2)
 AMQ8416: MQSC timed out waiting for a response from the command server.
 
 
 Iam getting above error
 
 regards
 Pullarao
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | fjb_saper | 
			  
				|  Posted: Mon Feb 21, 2005 3:23 pm    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 18 Nov 2003Posts: 20767
 Location: LI,NY
 
 | 
			  
				| check out the documentation about intercommunication manual. You have missed something and your messages landed in the DLQ either on qm1 or on qm2.
 
 Remember the comm channel must allow for default comm between the qmgrs. If the naming convention does not fit you will have to setup a qmgr alias.
 
 Enjoy
  |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bower5932 | 
			  
				|  Posted: Mon Feb 21, 2005 5:42 pm    Post subject: |   |  | 
		
		  |  Jedi Knight
 
 
 Joined: 27 Aug 2001Posts: 3023
 Location: Dallas, TX, USA
 
 | 
			  
				| There is a section (chapter 6) in the Systems Administration manual that gives pretty good details on the channel definitions and programs to run (ie, listeners) that you'll need going to get things to work. |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |