after i do all setting to connect java to put message in mqseries then i try to test connect with java MQIVP the the result
Please enter the type of connection (MQSeries or VisiBroker) : (MQSeries)
Please enter the IP address of the MQSeries server :ahmed
Please enter the port to connect to : (1414)
Please enter the server connection channel name :S_ahmed
Please enter the queue manager name :MQ_ahmed
MQJE020: CCSID not supported by queue manager
MQJE001: Completion Code 2, Reason 2195
Failure: Attempt to connect to queue manager failed.
Reason: MQ Reason code 2195
Action: Consult MQSeries Application Programming Reference for explanati
on.
i need help to this problem
The problem is that QMGR's CSSID and Java sample program CCSID are incompatible. Java tries to connect with CCSID=819 by default and you can change it just by setting proper line in your code:
MQEnvironment.CCSID = xxx;
where xxx should be the same or compatible with the QMGR's CCSID
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum