| Author | 
		  Message | 
  		
  		
		     Topic: CCSID Problems while connecting to QManagers | 
  		
  		
		  pavan-mq
  
	  	  Replies: 0 Views: 1810
  | 
		   Forum: General IBM MQ Support   Posted: Thu Apr 28, 2011 11:35 pm   Subject: CCSID Problems while connecting to QManagers | 
  		
  		
		  Hi,
 
     I am trying to connect to a QManager with japanese CCSID using PCFMessageAgent, I got ReasonCode 2195 which is a conversion error. If I am correct CCSID by defaults to 819 for MQClient (in  ... | 
  		
  		
		     Topic: MQSimpleConnectionManager's setTimeOut feature is not workin | 
  		
  		
		  pavan-mq
  
	  	  Replies: 2 Views: 5511
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Apr 06, 2011 3:25 am   Subject: MQSimpleConnectionManager's setTimeOut feature is not workin | 
  		
  		
		  Hi,
 
      Is it possible to have a sample code to implement the connection pooling across all the instances of a class( when we use the MQSimpleConnectionManager, i think the connection pool will be ... | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jan 28, 2011 5:34 am   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  Hi Jeff,
 
        You are right.., The problem is the MQCCSID is not setting properly in my code.
 
       After some google., i found this
 To request that the Queue Manager which converts the messa ... | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jan 28, 2011 3:36 am   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  Hi,
 
      I have added the MQClient Jars in classpath instead of copying them, but still no luck.
 
 I am getting the following error
 PCF error:
 MQCFH [type: 2, strucLength: 36, ve ... | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Mon Jan 24, 2011 6:59 am   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  Hi Jeff,
           
        Currently I have copied the below mentioned jars from <Websphere Home>\java\lib and placed it in my jre\lib\ext to make my code work. 
 com.ibm.mq.headers.jar
 com.i ... | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Sun Jan 23, 2011 11:16 pm   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  Hi Jeff,
 
     Thanks for your response. Sorry for my English "the reply". 
     
      As of now there is no problem in communication with the QMgr using MQExplorer. I will try PCFMessage. ... | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Sun Jan 23, 2011 10:20 am   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  I was expecting the reply from you guys..    | 
  		
  		
		     Topic: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 10683
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jan 21, 2011 1:31 pm   Subject: Getting Channel details from QM running with CCSID 1381 | 
  		
  		
		  Hi,
     
     I have a MQ running(with CCSID 1381) on Win2003 server in Simple Chinese. I want to send PCF messages to collect basic data about the QM. 
 
 If I do not mention the CCSID in the client ... | 
  		
  		
		     Topic: Max channels when MQ Command server is down | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 8672
  | 
		   Forum: General IBM MQ Support   Posted: Fri Apr 09, 2010 4:22 am   Subject: Max channels when MQ Command server is down | 
  		
  		
		  I enabled the trace, but its hard to find any information from those traces for newbie's like me    . i looked into the queue's error logs which says that
 Channel program 'channel_1' ended abnormal ... | 
  		
  		
		     Topic: Max channels when MQ Command server is down | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 8672
  | 
		   Forum: General IBM MQ Support   Posted: Wed Apr 07, 2010 12:15 am   Subject: Max channels when MQ Command server is down | 
  		
  		
		  Thanks for replies guys,
 
        I have placed the disconnect() in finally block only. For reference i am posting my code here.
 
     
 
 import java.io.*;
 import java.util.*;
 import com.ibm.mq.* ... | 
  		
  		
		     Topic: Max channels when MQ Command server is down | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 8672
  | 
		   Forum: General IBM MQ Support   Posted: Tue Apr 06, 2010 6:55 am   Subject: Max channels when MQ Command server is down | 
  		
  		
		  i thought i had posted the first one in different forum "websphere mq api support" that's why i posted again in correct one "general websphere mq support"     Sorry for that. | 
  		
  		
		     Topic: Max channels when MQ Command server is down | 
  		
  		
		  pavan-mq
  
	  	  Replies: 9 Views: 8672
  | 
		   Forum: General IBM MQ Support   Posted: Tue Apr 06, 2010 4:32 am   Subject: Max channels when MQ Command server is down | 
  		
  		
		  Hi Everyone, 
 
 i am new to Mq and i am using PCFMessage Agent to connect to the MQ and every thing is working fine for me untill this has happened. 
 
 if i try to connect to the MQ using pcfmessage ... | 
  		
  		
		     Topic: Max channels when MQ Command server is down | 
  		
  		
		  pavan-mq
  
	  	  Replies: 1 Views: 3455
  | 
		   Forum: IBM MQ API Support   Posted: Tue Apr 06, 2010 4:05 am   Subject: Max channels when MQ Command server is down | 
  		
  		
		  Hi Everyone,
 
           i am new to Mq and i am using PCFMessage Agent to connect to the MQ and every thing is working fine for me untill this has happened.
 
           if i try to connect to the M ... |