其他语言

本类阅读TOP10

·基于Solaris 开发环境的整体构思
·使用AutoMake轻松生成Makefile
·BCB数据库图像保存技术
·GNU中的Makefile
·射频芯片nRF401天线设计的分析
·iframe 的自适应高度
·BCB之Socket通信
·软件企业如何实施CMM
·入门系列--OpenGL最简单的入门
·WIN95中日志钩子(JournalRecord Hook)的使用

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Rational Clearquest中的 code page问题

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

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设置成简体中文的了。



相关文章

相关软件