Author |
Message
|
alex74 |
Posted: Tue Aug 06, 2002 8:20 am Post subject: CCSID Conversion Error |
|
|
Newbie
Joined: 13 Jun 2002 Posts: 2
|
I am currently getting CCSID error messages while trying to connect a sender channel from a QM running on a Win2K laptop (MQSeries v5.2.1) to a receiver channel on a QM running on v5.2 for Solaris.
The W2K laptop is of Hungarian origin and from examination of the error logs on both machines, as well as a reading of the readme.ccs file in the conv/table directory on the W2K machine, there seems to be no CCSID conversion from 852 PC-ASCII Eastern European to 819 ISO8859-1 Western European. Has anyone experienced similar CCSID problems or know of a work around that would be easy to implement?
Many thanks in advance. |
|
Back to top |
|
 |
kolban |
Posted: Tue Aug 06, 2002 9:17 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
Looking at the latest Application Programming Reference manual (table on page 696) I seem to find a mapping from 852 to 819 and visa versa. You might want to post the details of the error message. |
|
Back to top |
|
 |
Tibor |
Posted: Tue Aug 06, 2002 1:05 pm Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
kolban wrote: |
Looking at the latest Application Programming Reference manual (table on page 696) I seem to find a mapping from 852 to 819 and visa versa. You might want to post the details of the error message. |
Neil,
This won't work because Latin-I and Latin-II contents different characters. Simplest way is the using of environment variable MQCCSID.
alex74,
Just put a new variable into System Variables ("Rendszerváltozók" ) named MQCCSID with value 850. |
|
Back to top |
|
 |
senthilskumar |
Posted: Wed Nov 20, 2002 4:04 am Post subject: |
|
|
 Apprentice
Joined: 24 Jul 2002 Posts: 27 Location: Bangalore
|
Hi All
I do face the same problem. CCSID error messages while trying to connect a sender channel from a QM running on a Win2K m/c(MQSeries v5.2.1) to a receiver channel on a QM running on v5.2.1 for Solaris and vice versa.
After implementing the system variable MQCCSID=850 as suggested by Tibor, the problem is not solved. Wot would be the problem?.
Anyone Please help me on this?
Thanx in Advance
Senthilkumar S. |
|
Back to top |
|
 |
leongor |
Posted: Wed Nov 20, 2002 8:25 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
MQCCSID environment variable is usefull only for MQ Client.
If you want to override CCSID over QManager you need to change
<MQSeries>\conv\table\ccsid.tbl ( do it on both machines and restart QManagers )
At the end of this file just delete '#' for these 2 lines :
Quote: |
#default 0 500 1 1 0
#default 0 850 1 2 0
|
_________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
senthilskumar |
Posted: Wed Nov 20, 2002 10:44 pm Post subject: |
|
|
 Apprentice
Joined: 24 Jul 2002 Posts: 27 Location: Bangalore
|
Hi All
I changed the CCSID of Sender Queue Manager from 852 to 819 by using the command 'ALTER QMGR'. Now the communication(message flows) is happens without any problem.
The issue is.....i couldn't get the remote connection of the Queue Manager(Show QM on MQ Explorer) using Terminal Services. It doesn't allow me to monitor MQ on both MQ Explorer and using RUNMQSC(Command Server).
Plz give a solution for this.
Regards
Senthilkumar S. |
|
Back to top |
|
 |
|