| Author | 
		  Message | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Sat Jul 09, 2011 2:15 pm   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  No, no, and no again. This is an MSCS controlled queue manager, so nothing you do do to this queue manager should be done through the command line - only through the MSCS cluster manager snap-in.
 
 T ... | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Sat Jul 09, 2011 10:02 am   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  I am getting the following message after issuing strmqm -si <qmgr> at command line.
 
 AMQ7257: The MQ service must be running to perform the requested operation.
 
 C:\Users\mymq>net start M ... | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Sat Jul 09, 2011 8:59 am   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  1. Since the MQ setup is using MSCS, the ID is a member of Domain mqm and Administrator group.
 2. Most of the time through MQ Explorer but sometime type strmqm <qmgr?> at command line.
 3. User ... | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Sat Jul 09, 2011 8:35 am   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  1. Trying to start sender channel from Server "A".
 2. Error message appeared that I am not authorize to perform "runmqsc" command.
 3. While troubleshooting failover takes place f ... | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Sat Jul 09, 2011 7:10 am   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  | Yes you are right. It has failed over successfully in the past but once this probe id occurred I cannot fail over back to server "A". | 
  		
  		
		     Topic: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  aahmad8
  
	  	  Replies: 11 Views: 14647
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jul 08, 2011 4:47 pm   Subject: Probe Id MC005021 MQMOnlineProcessing MQ v7.0.1.5 | 
  		
  		
		  | MQ queue manager runs under Microsoft Cluster Server (MSCS) control. Queue manager failed over to server "B" from server "A" which cannot start the queue manager and gives FDC with ... | 
  		
  		
		     Topic: Single thread application triggered by 3 separate queues | 
  		
  		
		  aahmad8
  
	  	  Replies: 10 Views: 10159
  | 
		   Forum: General IBM MQ Support   Posted: Mon Jan 28, 2008 9:37 pm   Subject: Single thread application triggered by 3 separate queues | 
  		
  		
		  Check the environment data in the process: The triggered app is not running as a background process (& missing).
 This might be by design. 
 
 You need to be running the trigger monitor in the for ... | 
  		
  		
		     Topic: Single thread application triggered by 3 separate queues | 
  		
  		
		  aahmad8
  
	  	  Replies: 10 Views: 10159
  | 
		   Forum: General IBM MQ Support   Posted: Mon Jan 28, 2008 9:24 pm   Subject: Single thread application triggered by 3 separate queues | 
  		
  		
		  Yes, but what kind of triggering? How does the triggered application determine which queue has a message to be processed?
 
 I've both trigtype first and every. Refer my earlier reply.
 
 If you look  ... | 
  		
  		
		     Topic: Single thread application triggered by 3 separate queues | 
  		
  		
		  aahmad8
  
	  	  Replies: 10 Views: 10159
  | 
		   Forum: General IBM MQ Support   Posted: Mon Jan 28, 2008 9:08 pm   Subject: Single thread application triggered by 3 separate queues | 
  		
  		
		  What type of triggering?
 
 Is the trigger monitor running?
 
 
 AMQ8409: Display Queue details.
    QUEUE(xxx.xxxP11.DOWNLOAD.01)        TYPE(QLOCAL)
    ACCTQ(QMGR)       ... | 
  		
  		
		     Topic: Single thread application triggered by 3 separate queues | 
  		
  		
		  aahmad8
  
	  	  Replies: 10 Views: 10159
  | 
		   Forum: General IBM MQ Support   Posted: Mon Jan 28, 2008 2:35 am   Subject: Single thread application triggered by 3 separate queues | 
  		
  		
		  It's using trigger monitor and in running state.
 
 ps -ef | grep runmqtrm
 
 root 7680082       1   0 04:04:27      -  0:07 runmqtrm -m xxxP11 -q xxxx.xxxP11.INITQ
 
 Thank you. | 
  		
  		
		     Topic: Single thread application triggered by 3 separate queues | 
  		
  		
		  aahmad8
  
	  	  Replies: 10 Views: 10159
  | 
		   Forum: General IBM MQ Support   Posted: Sun Jan 27, 2008 9:46 pm   Subject: Single thread application triggered by 3 separate queues | 
  		
  		
		  I received a complain from a customer saying that their message is not being process using mq trigger. Further checking I found the following in queue local definition:
 
 
 AMQ8409: Display Queue ... | 
  		
  		
		     Topic: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  aahmad8
  
	  	  Replies: 6 Views: 16570
  | 
		   Forum: Mainframe, CICS, TXSeries   Posted: Sun Jan 13, 2008 8:45 pm   Subject: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  As for z/OS I only have force mode.
 
 Channel name  . . . . . . . : xxS2.YYY.xxSE.INQ01                
 Channel type  . . . . . . . : SENDER                             
 Description . . . . . . . . ... | 
  		
  		
		     Topic: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  aahmad8
  
	  	  Replies: 6 Views: 16570
  | 
		   Forum: Mainframe, CICS, TXSeries   Posted: Sun Jan 13, 2008 8:32 pm   Subject: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  | Since this is UAT environment, I am thinking it's much easier to troubleshoot the problem which gives me "CSQO015E Command issued but no reply received." error instead of "CSQX514E xxS2 ... | 
  		
  		
		     Topic: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  aahmad8
  
	  	  Replies: 6 Views: 16570
  | 
		   Forum: Mainframe, CICS, TXSeries   Posted: Sun Jan 13, 2008 8:25 pm   Subject: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  Yes, it's defaulted @ 4MB max msglen. I use default setting for all my setup.
 
 
 Channel name  . . . . . . . : xxS2.YYY.xxSE.INQ01                    
 Disposition . . . . . . . . : QMGR    xxS2     ... | 
  		
  		
		     Topic: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  aahmad8
  
	  	  Replies: 6 Views: 16570
  | 
		   Forum: Mainframe, CICS, TXSeries   Posted: Sun Jan 13, 2008 2:41 pm   Subject: CSQX514E xxS2 CSQXPING Channel xxS2.YYY.xxSE.INQ01 is active | 
  		
  		
		  Below are brief information about my channel connectivity between alpha (cross domain).
 
 Name                  Type          Disposition   Status
 xxS2.YYY.xxSE*        CHANNEL       QMGR    xxS2    ... |