安装和升级 > 升级指南 > Windchill 升级过程 > 执行最终升级步骤 > Windchill Business Reporting 的升级后步骤
  
Windchill Business Reporting 的升级后步骤
在升级期间,如果将管理数据从源系统基础可分辨名称移动到目标系统基础可分辨名称,则必须执行以下操作:
1. 重新配置 Windchill Business Reporting 的 Web 服务器。
2. 打开 Cognos 配置,单击 Security > Authentication > Administrative Ldap,然后相应地更改基础可分辨名称。
* 
有关为 Windchill Business Reporting 配置 Web 服务器的详细信息,请参阅《Windchill 安装和配置指南》
要确保 Cognos 在升级后顺利启动,请执行以下步骤:
1. 打开 cogstartup.xml 文件。
2. <crn:parameter name="cognosPDFConfidentialityAlgorithm"> 参数值设置为 AES
如果升级后的系统中不存在 Business Report Monitor 和 Business Report Author 组,请执行以下步骤:
1. 创建名为 cognos_group_create.xml 的 XML 文件,文件中需包含以下内容:
<?xml version="1.0"?>
<OrganizationConfig>
<NmLoader>
<csvGroup handler="wt.load.LoadUser.createGroup">
<csvuser/>
<csvgroupName>Business Report Author</csvgroupName>
<csvdescription>Business Report Author</csvdescription>
</csvGroup>
<csvGroup handler="wt.load.LoadUser.createGroup">
<csvuser/>
<csvgroupName>Business Report Monitor</csvgroupName>
<csvdescription>Business Report Monitor</csvdescription>
</csvGroup>
</NmLoader>
</OrganizationConfig>
2. 启动 Web 服务器、Windchill 服务器和 Windchill Business Reporting
3. 在 Windchill shell 中,使用管理员凭证执行以下命令:
windchill wt.load.LoadFromFile -d cognos_group_create.xml
4. 在 Windchill shell 中,执行下列命令:
ant -f <wt_home>/installer/wnc/wbr_actions.xml accesscontrol