| Author | 
		  Message | 
  		
  		
		     Topic: Display the log of started services | 
  		
  		
		  Peter329
  
	  	  Replies: 7 Views: 3690
  | 
		   Forum: General IBM MQ Support   Posted: Thu Oct 03, 2013 6:53 am   Subject: Display the log of started services | 
  		
  		
		  ok, you found the error. The plus signs have to be removed! 
 
 Stop-Argument: -m host1.QM1 -p +MQ_SERVER_PID+ 
 
 This is why the stop command did not work! 
 
 Its now working perfectly fine! Thank  ... | 
  		
  		
		     Topic: Display the log of started services | 
  		
  		
		  Peter329
  
	  	  Replies: 7 Views: 3690
  | 
		   Forum: General IBM MQ Support   Posted: Thu Oct 03, 2013 6:26 am   Subject: Display the log of started services | 
  		
  		
		  Stopping the triggermonitor from the command line works perfectly fine: 
 
 C:\d-disk\bat>amqsstop -m host1.QM1 -p 2592
 Stopped connection 0x414D5143686F7374312E514D31202020756E4D5220004E01
 
 But ... | 
  		
  		
		     Topic: Display the log of started services | 
  		
  		
		  Peter329
  
	  	  Replies: 7 Views: 3690
  | 
		   Forum: General IBM MQ Support   Posted: Thu Oct 03, 2013 5:54 am   Subject: Display the log of started services | 
  		
  		
		  Suuuper ... thanks a lot! 
 
 My triggermonitor now starts up fine!    
 
 But when I try to stop the triggermonitor from MQ-Explorer, then the status changes to STOPPING .... but it does not change  ... | 
  		
  		
		     Topic: Display the log of started services | 
  		
  		
		  Peter329
  
	  	  Replies: 7 Views: 3690
  | 
		   Forum: General IBM MQ Support   Posted: Thu Oct 03, 2013 1:39 am   Subject: Display the log of started services | 
  		
  		
		  Hi, 
 
 I have created a service to start the triggermonitor: 
 
 define service ('TriggerMonitor') +
 control(QMGR) servtype(SERVER) +
 startcmd ('+MQ_INSTALL_PATH+/bin/runmqtrm') +
 startarg ('-m QM ... | 
  		
  		
		     Topic: Display PID of Sample Trigger Monitor runmqtrm.exe | 
  		
  		
		  Peter329
  
	  	  Replies: 2 Views: 4210
  | 
		   Forum: General IBM MQ Support   Posted: Mon Sep 30, 2013 2:28 am   Subject: Display PID of Sample Trigger Monitor runmqtrm.exe | 
  		
  		
		  Hi, 
 
 I am running the sample trigger monitor "runmqtrm.exe". 
 
 I want to stop it using "amqsstop -m qmgrname -p (pid)" 
 
 But how do I get the ProcessId? 
 
 Using the comman ... | 
  		
  		
		     Topic: Remote Queuing - First time try! | 
  		
  		
		  Peter329
  
	  	  Replies: 8 Views: 5335
  | 
		   Forum: General IBM MQ Support   Posted: Fri Sep 27, 2013 9:55 am   Subject: Remote Queuing - First time try! | 
  		
  		
		  thx a lot for your help,  Paul! 
 
 It may well be, that this is a security problem. I run under USER1 ... which is a normal user. So I have to start MQ-Explorer and the CMD command prompt window with ... | 
  		
  		
		     Topic: Remote Queuing - First time try! | 
  		
  		
		  Peter329
  
	  	  Replies: 8 Views: 5335
  | 
		   Forum: General IBM MQ Support   Posted: Fri Sep 27, 2013 8:59 am   Subject: Remote Queuing - First time try! | 
  		
  		
		  Thank you so much for your advices. Looking at the log I found the error: I had misspelled one of the connection names. 
 
 Now the channels start. But the messages go to the DEAD.LETTER Queue at the  ... | 
  		
  		
		     Topic: Remote Queuing - First time try! | 
  		
  		
		  Peter329
  
	  	  Replies: 8 Views: 5335
  | 
		   Forum: General IBM MQ Support   Posted: Fri Sep 27, 2013 6:01 am   Subject: Remote Queuing - First time try! | 
  		
  		
		  Thanks for the friendly welcome!    
 
 Yes, there is a listener on QM2. It is named LISTENER.TCP and it is listening on port 1422. MQ Explorer shows it as "active TCP" 
 
 The two Queue ma ... | 
  		
  		
		     Topic: Remote Queuing - First time try! | 
  		
  		
		  Peter329
  
	  	  Replies: 8 Views: 5335
  | 
		   Forum: General IBM MQ Support   Posted: Fri Sep 27, 2013 4:18 am   Subject: Remote Queuing - First time try! | 
  		
  		
		  Hi, 
 
 I try to setup remote queuing for the first time. So, please be patient with me! 
 
 I have defined two Queue Managers: QM1 and QM2 
 
 in QM1 I have defined 
 - a local Queue QM1.TO.QM2.XMITQ ... |