| Author | 
		  Message
		 | 
		
		  | kedar | 
		  
		    
			  
				 Posted: Tue May 31, 2011 4:25 am    Post subject: Error in creating default configuration manager | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 31 May 2011 Posts: 2
  
  | 
		  
		    
			  
				Hi, 
 
 
I have installed on my computer (Windows XP) IBM MQ v7 and IBM Message Broker 7. I have my user ID under MQM user group
 
 
I am trying to create default configuration manager and I am getting the error below when the ConfigManager is being created. 
 
--
 
BIP8134E: Unable to alter WebSphere MQ Queue Manager 'MB7QMGR'. 
 
This command attempts to alter a WebSphere MQ Queue Manager, the Queue Manager could not be altered. 
 
Locate and resolve the problem and retry the command.]Stderr: []
 
--
 
 
Where do I locate the problem ? And any possible resolution? And also not sure which alter command it is referring to or if its general authority problem for any alter command.
 
 
 
I am new to this software so detailed instructions would be great. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Vitor | 
		  
		    
			  
				 Posted: Tue May 31, 2011 5:12 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA 
  | 
		  
		    
			  
				What id is the config manager using? _________________ Honesty is the best policy.
 
Insanity is the best defence. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | PeterPotkay | 
		  
		    
			  
				 Posted: Tue May 31, 2011 6:11 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Poobah
 
 Joined: 15 May 2001 Posts: 7723
  
  | 
		  
		    
			  
				Configuration Managers don't exist in Websphere Message Broker 7. _________________ Peter Potkay
 
Keep Calm and MQ On | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Vitor | 
		  
		    
			  
				 Posted: Tue May 31, 2011 6:15 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA 
  | 
		  
		    
			  
				
   
	| PeterPotkay wrote: | 
   
  
	| Configuration Managers don't exist in Websphere Message Broker 7. | 
   
 
 
 
Doh!          _________________ Honesty is the best policy.
 
Insanity is the best defence. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Tue May 31, 2011 7:17 am    Post subject: Re: Error in creating default configuration manager | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| kedar wrote: | 
   
  
	Hi, 
 
 
I have installed on my computer (Windows XP) IBM MQ v7 and IBM Message Broker 7. I have my user ID under MQM user group
 
 
I am trying to create default configuration manager and I am getting the error below when the ConfigManager is being created. 
 
--
 
BIP8134E: Unable to alter WebSphere MQ Queue Manager 'MB7QMGR'. 
 
This command attempts to alter a WebSphere MQ Queue Manager, the Queue Manager could not be altered. 
 
Locate and resolve the problem and retry the command.]Stderr: []
 
--
 
 
Where do I locate the problem ? And any possible resolution? And also not sure which alter command it is referring to or if its general authority problem for any alter command.
 
 
 
I am new to this software so detailed instructions would be great. | 
   
 
 
 
You may have to use another window to shut it down and start it with
 
strmqm -si MB7QMGR
 
You can then retry the failing operation. _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kedar | 
		  
		    
			  
				 Posted: Tue May 31, 2011 8:42 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Newbie
 
 Joined: 31 May 2011 Posts: 2
  
  | 
		  
		    
			  
				Thank You 
 
 
Post 
 
-----------
 
You may have to use another window to shut it down and start it with 
 
strmqm -si MB7QMGR 
 
You can then retry the failing operation.
 
-----------
 
Worked
 
 
Would you please let me know, why do we have to do this(shut it down and start it ) seperatly? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Wed Jun 01, 2011 1:36 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| kedar wrote: | 
   
  
	Thank You 
 
 
Post 
 
-----------
 
You may have to use another window to shut it down and start it with 
 
strmqm -si MB7QMGR 
 
You can then retry the failing operation.
 
-----------
 
Worked
 
 
Would you please let me know, why do we have to do this(shut it down and start it ) separately? | 
   
 
 
 
It has to do with the need for super priviledges and elevated priviledges even for admins. I just know that I could not get MQ to work interactively using amqmdain but using strmqm -si it worked...
 
 
Have fun. You'll run into the same problem with WMB.   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |