| Author | 
		  Message | 
  		
  		
		     Topic: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 5 Views: 9096
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Mar 22, 2007 10:36 am   Subject: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  Hail!
 
 Someone here knows something about read Queue Statistics messages with java ms0b supportpac??
 
 Someone can help me??? 
 
 Michael Dag, 
 
 Starts what with 0 rather than 1? o.O
 
 May it be ... | 
  		
  		
		     Topic: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 5 Views: 9096
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Mar 13, 2007 5:59 am   Subject: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  jefflowrey,
 
 The constructor 
 
 MQCFGR sgroup = new MQCFGR(message.getParameter(8011)); 
 
 is undefined... The getParameter(8011) returns a PCFParameter...
 
 My problem is that th ... | 
  		
  		
		     Topic: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 5 Views: 9096
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 12, 2007 7:55 pm   Subject: Reading PCF Group Parameter (MQCFGR) using MS0B | 
  		
  		
		  Hail!
 
 I was trying to parse some Queue statistics messages. But i have a problem when I get a Group Parameter.
 
 First I instance a PCFMessage with the message browsed from queue. (see code)
 
 Th ... | 
  		
  		
		     Topic: Event Monitoring Using Java | 
  		
  		
		  mandos_
  
	  	  Replies: 14 Views: 24307
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Thu Jan 18, 2007 10:28 am   Subject: Event Monitoring Using Java | 
  		
  		
		  Hail!
 
 I have found the problem...
 
 Strangely it was the Java Version... I was running my code with the JRE 1.5 Update 9 and the problem always occurred.
 
 When I ran the code in another PC (JRE  ... | 
  		
  		
		     Topic: Event Monitoring Using Java | 
  		
  		
		  mandos_
  
	  	  Replies: 14 Views: 24307
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Wed Jan 17, 2007 8:55 am   Subject: Event Monitoring Using Java | 
  		
  		
		  Just for knowledge:
 
 The SupportPack mo01 (java.io.UnsupportedEncodingException: Cp437)...
 
 May it be a wrong MQ Configuration? | 
  		
  		
		     Topic: Event Monitoring Using Java | 
  		
  		
		  mandos_
  
	  	  Replies: 14 Views: 24307
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Wed Jan 17, 2007 8:23 am   Subject: Event Monitoring Using Java | 
  		
  		
		  Thanks, jefflowrey!
 
 But, when I try 
 PCFMessage pcf = new PCFMessage(message);
 the same exception is trhow....
 
 java.io.UnsupportedEncodingException: Cp437
 	at sun.io.Converters.ge ... | 
  		
  		
		     Topic: Event Monitoring Using Java | 
  		
  		
		  mandos_
  
	  	  Replies: 14 Views: 24307
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Tue Jan 16, 2007 6:19 pm   Subject: Event Monitoring Using Java | 
  		
  		
		  I'm using the classes in the MS0B (Like PCFParameter and MQCFH)...
 
 I'm just trying to ANALYZE an event message, and, as these messages came with parameters, i try using the same way as analyzing re ... | 
  		
  		
		     Topic: Event Monitoring Using Java | 
  		
  		
		  mandos_
  
	  	  Replies: 14 Views: 24307
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Tue Jan 16, 2007 1:10 pm   Subject: Event Monitoring Using Java | 
  		
  		
		  Hail!
 
 I was trying to learn about the analysis of event messages, but when I try to access the parameters from the message got from Event Queue, a java.io.UnsupportedEncodingException is trhow in r ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Nov 21, 2006 12:23 pm   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  I'm using the same MQ version that you....
 
 Name:        WebSphere MQ
 Version:     6.0.2.0
 CMVC level:  p600-200-060921
 BuildType:   IKAP - (Production)
 
 I have reinstal ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Nov 20, 2006 10:59 am   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  The queues AMQ.* are dynamic temporally, then it's so difficult to monitor something... 
 
 When I run the sample with the parameters that specifies only the QManager name, the queue AMQ.* "exist ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Sat Nov 18, 2006 1:52 pm   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  Hail!
 
 Here is: The message when I run the program using the first constructor (That connects to the QManager passing only its name)
 
 AMQSBCG0 - starts here
 **********************
 
  MQOPEN - 'S ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Nov 17, 2006 12:52 pm   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  Sorry, I do a mistake in my communication.
 
 The
 PCFAgent myAgent = new PCFAgent("QM1");
 gives me the same result as the unworking
 MQQueueManager myQueueMgr = new MQQueueManager& ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Nov 17, 2006 12:37 pm   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  Yes, yes.... I've tried this two way... But with the PCFAgent and not with the PCFMessageAgent... According the doc that came with ms0b this,
 PCFAgent myAgent = new PCFAgent("QM1"); ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Nov 17, 2006 12:09 pm   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  Yes, I'm using the latest ms0b...
 
 The sample works correctly with the constructor that specifies only the name of the QManager when I run in another computer.
 
 Maybe something in my WMQ is corrup ... | 
  		
  		
		     Topic: PCFAgent in SupportPac MS0B | 
  		
  		
		  mandos_
  
	  	  Replies: 17 Views: 13150
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Nov 17, 2006 11:52 am   Subject: PCFAgent in SupportPac MS0B | 
  		
  		
		  Nops, Nothing...
 
 It's so strange, 'cause when i use the constructor that specifies the hostname, port and channel, it works correctly, as I said. But it's running for a LOCAL QManger.
 
 I ll do a  ... |