Installation and Upgrade > Upgrade Guide > The Windchill Upgrade Procedure > Execute Final Upgrade Steps > Post-Upgrade Steps for Windchill Business Reporting
  
Post-Upgrade Steps for Windchill Business Reporting
If you moved the administrative data from the source system base DN into the base DN of the target system during upgrade, you must perform the following:
1. Re-configure the Web Server for Windchill Business Reporting.
2. Open Cognos Configuration, click Security > Authentication > Administrative Ldap, and then change the DN appropriately.
* 
For more information about configuring the Web Server for Windchill Business Reporting, see the Windchill Installation and Configuration Guide.
To ensure that Cognos starts properly following an upgrade, complete the following procedure:
1. Open the cogstartup.xml file.
2. Set the <crn:parameter name="cognosPDFConfidentialityAlgorithm"> parameter value to AES
If Business Report Monitor and business Report Author groups do not exist in the Upgraded system, execute the following steps:
1. Create an XML file called cognos_group_create.xml with the following content:
<?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. Start the Web server, Windchill server, and Windchill Business Reporting.
3. From a windchill shell, using the admin credentials, execute the following command:
windchill wt.load.LoadFromFile -d cognos_group_create.xml
4. From a windchill shell, execute the following command:
ant -f <wt_home>/installer/wnc/wbr_actions.xml accesscontrol