Solarwinds orion 显示中文
作者:agou 日期:2009-06-24
Orion8.1 or 8.5 显示中文
很多朋友在安装好Orion后 用b/s结构访问时中文显示为方块或问号
主要问题出在SQL数据库这里
对于刚开始安装的用户这样做:
在安装数据库时 中文操作系统 一般默认的排序规则为 Chinese_PRC 将它改为 Chinese_PRC_Stroke
这样中文就能正常显示了。
对于己安装好的用户:
可以用 alter database [库名] collate [规则] 进行修改
修改规则时可能出现很多问题
建议对以下表进行修改 将以下表的列改为Chinese_PRC_Stroke 这样大部份对象的中文是可以显示了
表Events:Message
表Interfaces:Caption、FullName
表MenuItems:Title、Description
表Resources:ResourceTitle、ResourceSubTitle
表Nodes:StatusDescription、Caption、Location、Contact
表Limitations:Definition、WhereClause
表LimitationTypes:LimitationTypeName、LimitationTypeTable、LimitationTypeField、Description
表ActiveAlerts:ObjectName、EventMessage
表Views:ViewTitle
表MenuBars:MenuName
表Accounts:MenuName
表Alerts:AlertName
如图:
主要问题出在SQL数据库这里
对于刚开始安装的用户这样做:
在安装数据库时 中文操作系统 一般默认的排序规则为 Chinese_PRC 将它改为 Chinese_PRC_Stroke
这样中文就能正常显示了。
对于己安装好的用户:
可以用 alter database [库名] collate [规则] 进行修改
修改规则时可能出现很多问题
建议对以下表进行修改 将以下表的列改为Chinese_PRC_Stroke 这样大部份对象的中文是可以显示了
表Events:Message
表Interfaces:Caption、FullName
表MenuItems:Title、Description
表Resources:ResourceTitle、ResourceSubTitle
表Nodes:StatusDescription、Caption、Location、Contact
表Limitations:Definition、WhereClause
表LimitationTypes:LimitationTypeName、LimitationTypeTable、LimitationTypeField、Description
表ActiveAlerts:ObjectName、EventMessage
表Views:ViewTitle
表MenuBars:MenuName
表Accounts:MenuName
表Alerts:AlertName
如图:

评论: 0 | 引用: 0 | 查看次数: -
发表评论
上一篇
下一篇

文章来自:
Tags:
相关日志: