| Author | 
		  Message | 
  		
  		
		     Topic: QFLEX Put and Get for each second | 
  		
  		
		  Capcop
  
	  	  Replies: 0 Views: 2886
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Thu Sep 13, 2007 12:15 pm   Subject: QFLEX Put and Get for each second | 
  		
  		
		  hi everybody,
 i need to know if QFLEX can monitoring a queue for seconds,i need the statics of the put and get for each second
 
 Thanks for your help. | 
  		
  		
		     Topic: Install ICS 4.3 unsupported Platform | 
  		
  		
		  Capcop
  
	  	  Replies: 2 Views: 6432
  | 
		   Forum: WebSphere Interchange Server + Adapters   Posted: Mon Apr 23, 2007 2:05 pm   Subject: Install ICS 4.3 unsupported Platform | 
  		
  		
		  That works for WAF 2.6, not to WICS 4.3
 
 The solution was to accomplish a silent installation
 
 ./setupAIX.bin -silent -options <WICS_options.txt> | 
  		
  		
		     Topic: Install ICS 4.3 unsupported Platform | 
  		
  		
		  Capcop
  
	  	  Replies: 2 Views: 6432
  | 
		   Forum: WebSphere Interchange Server + Adapters   Posted: Fri Apr 20, 2007 8:10 am   Subject: Install ICS 4.3 unsupported Platform | 
  		
  		
		  hi,
 
 i have installed ICS 4.3 on AIX 5.3 in graphic mode .
 
 You yield the following error:
 unsupported Platform
 
 I try with the following command
 setupAix.bin -W unsupportedPlatform.active=fal ... | 
  		
  		
		     Topic: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  Capcop
  
	  	  Replies: 16 Views: 20799
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Dec 11, 2006 6:30 am   Subject: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  Upgrade your MQ to CSD12.
 
 You might be able to contact the author of the Support Pack to get a v5.3 version.  Or you might be able to convince the author to rebuild the v6 version using the depreca ... | 
  		
  		
		     Topic: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  Capcop
  
	  	  Replies: 16 Views: 20799
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Dec 11, 2006 5:07 am   Subject: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  Looks like you have versioning problems.
 
 I'm using the version WMQ 5.3 CSD07 Server, compiling with com.ibm.mq.jar  class
 The CLASSPATH is good.
 looking the class com.ibm.mq.jar i found  not the  ... | 
  		
  		
		     Topic: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  Capcop
  
	  	  Replies: 16 Views: 20799
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Dec 07, 2006 12:14 pm   Subject: PCF JAVA ms0b support pack and error 3013 | 
  		
  		
		  i have problem with support pack ms0b, when run the sample PCFMessageListQueueDepth.java, produce the following error
 
 Connecting to queue manager at 211.11.221.1 1418 over channel SRVCHANNEL.CH...  ... | 
  		
  		
		     Topic: QFLEX 2.0 - Unable to connect to Broker | 
  		
  		
		  Capcop
  
	  	  Replies: 1 Views: 4143
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Wed Sep 06, 2006 2:33 pm   Subject: QFLEX 2.0 - Unable to connect to Broker | 
  		
  		
		  I hit the nail on the head :
 
 You needed to create this QUEUE's set in my QM
 
 SYSTEM.JMS.ADMIN.QUEUE
 SYSTEM.JMS.REPORT.QUEUE
 SYSTEM.JMS.MODEL.QUEUE
 SYSTEM.JMS.PS.STATUS.QUEUE
 SYSTEM.JMS.ND.SUB ... | 
  		
  		
		     Topic: QFLEX 2.0 - Unable to connect to Broker | 
  		
  		
		  Capcop
  
	  	  Replies: 1 Views: 4143
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Wed Sep 06, 2006 8:35 am   Subject: QFLEX 2.0 - Unable to connect to Broker | 
  		
  		
		  i have this problem in QFLEX 2.0
 Error Message(s)
 Unable to connect to Broker 'BROKER_QA'.
 in the log wmbi_log090620061205.html
 	http-8080-Processor22 ERROR org.netflexity.api.mb.ibm MQJMS2008: fa ... | 
  		
  		
		     Topic: Function System.currentTimeMillis() | 
  		
  		
		  Capcop
  
	  	  Replies: 7 Views: 8979
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 31, 2005 12:34 pm   Subject: Function System.currentTimeMillis() | 
  		
  		
		  but i need compute the date in millisecond, namely, the subtraction between 01/01/1970 and today
 
 Java:
 System.currentTimeMillis()
 
 return 
 1120000031239
 
 that same i need, but in ESQL
 
 the  ... | 
  		
  		
		     Topic: Function System.currentTimeMillis() | 
  		
  		
		  Capcop
  
	  	  Replies: 7 Views: 8979
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 31, 2005 11:56 am   Subject: Function System.currentTimeMillis() | 
  		
  		
		  yes, 
 
 but i need only millisecond, as such System.currentTimeMillis()  
 
 i need return long.   
 
    help me please    | 
  		
  		
		     Topic: Function System.currentTimeMillis() | 
  		
  		
		  Capcop
  
	  	  Replies: 7 Views: 8979
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 31, 2005 11:45 am   Subject: Function System.currentTimeMillis() | 
  		
  		
		  hi
 
 what's the function equal in ESQL?
 
 java= System.currentTimeMillis()
 ESQL= ?
 
 please..
 
 thanks | 
  		
  		
		     Topic: Contención en MQServer AIX 5.3.4 | 
  		
  		
		  Capcop
  
	  	  Replies: 6 Views: 6348
  | 
		   Forum: General IBM MQ Support   Posted: Wed Apr 13, 2005 12:50 pm   Subject: Re: Contención en MQServer AIX 5.3.4 | 
  		
  		
		  Hello,
 
 Los mensajes son con persistencia?
 
 
 Hola,
 
 tengo problemas con una instalación MQServer 5.3.4 AIX, que presenta el siguiente sÃntoma (la última vez que se dió fue hace 6 meses):
 - ... | 
  		
  		
		     Topic: Source Qmanager???? | 
  		
  		
		  Capcop
  
	  	  Replies: 7 Views: 5091
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 11, 2005 12:41 pm   Subject: Source Qmanager???? | 
  		
  		
		  mmm    
 
 the MQMD I occupy it for which you say to me your, and it works perfect
 
 The problem he is that now the client connects itself with *, instead of the name Qmanager, so that it must be co ... | 
  		
  		
		     Topic: Source Qmanager???? | 
  		
  		
		  Capcop
  
	  	  Replies: 7 Views: 5091
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jan 11, 2005 9:57 am   Subject: Source Qmanager???? | 
  		
  		
		  I' have problem,
 
 --->[QM1] --->
 --->[QM2] --->     [BROKER]  
 --->[QM3] --->  [QMBROKER]
 --->[QM4] --->
 
 
 as I can to know the origin of where the message came?
 
 I n ... | 
  		
  		
		     Topic: Route to  Dynamic Queue | 
  		
  		
		  Capcop
  
	  	  Replies: 6 Views: 4111
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Jul 28, 2004 5:29 am   Subject: Route to  Dynamic Queue | 
  		
  		
		  thanks solved the problem    |