Rational Clearquest中的 code page问题

王朝other·作者佚名  2006-01-09
宽屏版  字体: |||超大  

1、问题现象

在cq安装后,启动cq designer,会弹出一个对话框提示:

"The data code page value for the 2003.06.00 schema repository is not set.

Until you set the data code page value, only ASCII data can be entered into the

databases. For instruction on how to set the data code page value, see the

ClearQuest documentation…"

其意思是2003.06.00 schema 没有设置数据代码页,默认情况下只能使用ASCII。因此在设计中没有办法使用中文。

2、解决的办法

进入命令行模式;

进入rational cq的安装目录,我的是c:\program files\rational\clearquest;

运行命令

installutil lscodepage -dbset 2003.06.00 admin ""

运行结果为:

Code page of 2003.06.00: 20127 (US-ASCII) (default)

Code page of client: 936 (ANSI/OEM - 简体中文 GBK)

表示2003.06.00的默认的codepage和系统平台的codepage。

修改codepage

命令:

installutil setdbcodepagetoplatformcodepage -dbset 2003.06.00 admin ""

即可把2003.06.00的codepage设置成简体中文的了。

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有