Author |
Message
|
lcl3977 |
Posted: Wed Jul 12, 2006 6:29 pm Post subject: how can I change the CCSID of the broker? |
|
|
Apprentice
Joined: 04 Jul 2006 Posts: 27
|
how can I change the CCSID of the broker?..
when I do
it display:
Code: |
BIPv600 en US
ucnv Console CCSID 819 dft ucnv CCSID 819
OS ISO8859-1 ICUW ISO-8859-1 ICUA ISO-8859-1
BIP8996I: Version: 6000
BIP8997I: Product: WebSphere Message Brokers
BIP8998I: CMVC Level: S000-L50920.2 DH000-L50920
BIP8999I: Build Type: Production
BIP8071I: Successful command completion. |
does the broker hava CCSID?
if does,how can I change it? |
|
Back to top |
|
 |
shalabh1976 |
Posted: Wed Jul 12, 2006 10:32 pm Post subject: |
|
|
 Partisan
Joined: 18 Jul 2002 Posts: 381 Location: Gurgaon, India
|
I am not much of a V6 guy having started work on it recently.
I did not find any reference to CCSID in either the create broker or alter broker command.
Each broker is linked to a QM and each QM has a CCSID associated with it.
It is very much possible that mqsiservice shows this value. _________________ Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate |
|
Back to top |
|
 |
lcl3977 |
Posted: Thu Jul 13, 2006 1:09 am Post subject: |
|
|
Apprentice
Joined: 04 Jul 2006 Posts: 27
|
hehe,I've find the method.
when I set:
export LANG=ZH_CN
then :
Code: |
$ mqsiservice -v
BIPv600 zh CN
ucnv Console CCSID 1208 dft ucnv CCSID 1208
OS UTF-8 ICUW UTF-8 ICUA UTF-8
BIP8996I: Version: 6000
BIP8997I: Product: WebSphere Message Brokers
BIP8998I: CMVC Level: S000-L50920.2 DH000-L50920
BIP8999I: Build Type: Production
BIP8071I: Successful command completion. |
thank you.. |
|
Back to top |
|
 |
jfluitsm |
Posted: Wed Jul 26, 2006 11:51 pm Post subject: |
|
|
Disciple
Joined: 24 Feb 2002 Posts: 160 Location: The Netherlands
|
The broker uses always UCS-2 internally.
What you changed is the ccsid for log messages etc.
You could also hava used
Code: |
export LANG=en_US.UTF8 |
_________________ Jan Fluitsma
IBM Certified Solution Designer WebSphere MQ V6
IBM Certified Solution Developer WebSphere Message Broker V6 |
|
Back to top |
|
 |
|