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设置成简体中文的了。
在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设置成简体中文的了。
博客指出CQ安装后启动CQ Designer,因2003.06.00 schema未设置数据代码页,默认只能用ASCII,导致设计中无法使用中文。给出解决办法,进入命令行模式,进入安装目录,运行相关命令修改codepage,将其设置成简体中文。
328

被折叠的 条评论
为什么被折叠?



