Installation and Upgrade > Installation and Configuration Guide > Using the PTC Solution Installer > Installing Windchill Solutions > Optional Product Settings > Windchill Business Reporting > Windchill Business Reporting Post Installation Instructions > Update Existing Installation > Setting Properties
  
Setting Properties
Set the following properties using the xconfmanager, using values appropriate for your installation:
For wt.properties:
wt.reporting.thirdParty.enabled=true

wt.auth.trustedHosts=<WBR host> <WBR gateway> localhost
For db.properties:
wt.cognos.namespace=AdministrativeLDAP

wt.cognos.endpointUrl=http://<WBR host>:<WBR port>/p2pd/servlet/dispatch

wt.cognos.home=<WBR host components installation directory on host machine>

wt.cognos.model.dir.location=$(wt.cognos.model.dir)

wt.cognos.admin.uid=<Windchill site administrator user>

wt.cognos.admin.password=<Windchill site administrator password>

wt.cognos.externalUrl=$(wt.webserver.protocol)://$(wt.rmi.server.hostname)
:$(wt.webserver.port)/Cognos/bi/v1/disp
* 
The value used for the wt.cognos.namespace property must match the Namespace ID value in the Cognos Configuration tool, which by default is AdministrativeLDAP. If you have changed the Namespace ID value, then you must use that new value for the wt.cognos.namespace property.
* 
If the operating systems of the machines where the Windchill Business Reporting host and the Windchill Web server are installed differ, then the following property must also be set for db.properties:
wt.cognos.model.dir=$(wt.cognos.home)<OS specific separator>

$(wt.cognos.model.name)
where <OS specific separator> is a back slash ( \ ) for Windows systems, and a forward slash ( / ) for Unix systems.
For more information, see About the xconfmanager Utility.