|
As a security consideration, PTC recommends that for Windchill installation, the Windchill Help Center URL is configured with HTTPS, and using an HTTPS connection for manual configuration.
|
|
Windchill administrator must ensure that access to the PTC Support site is available through any existing firewall configuration.
|
Type of Windchill Installation
|
WHC Option
|
Instruction
|
---|---|---|
Setting WHC option in new Windchill installation
|
||
Point to local WHC
|
1. Set the environment variable PSI_ENABLE_WHC=1.
2. Run PSI and install WHC.
When directed to local WHC, the property is set to: wt.whc.url ="$(wt.server.codebase)-WHC"
|
|
Point to online WHC
|
Run PSI and complete installation. By default the online WHC is referenced.
When directed to online WHC, the property is set to, for example wt.whc.url=https://support.ptc.com/help/wnc/r12.0.1.0/
|
|
Updating WHC option in an existing Windchill installation
|
||
Switch from online WHC (default) to local WHC
|
1. Set the environment variable PSI_ENABLE_WHC=1.
2. Run PSI and install WHC.
When directed to local WHC, the property is set to: wt.whc.url ="$(wt.server.codebase)-WHC"
|
|
Switch from local WHC to online WHC
|
Configure the property wt.whc.url to add URL of the appropriate version of online WHC and propagate the changes to the properties file using the xconfmanager utility.
Sample command to run from windchill Shell for 12.0.1.0 WHC:
xconfmanager -s wt.whc.url=https://support.ptc.com/help/wnc/r12.0.1.0/ -t codebase/wt.properties -p
|
|
Updating WHC option when an existing installation of Windchill is updated (for example Windchill 12.0.0.0 updated to Windchill 12.0.1.0)
|
||
Existing online WHC to updated version of online WHC
|
wt.whc.url property is updated automatically during the update process to point to appropriate version of online WHC.
This will apply in the update scenario such as,Windchill 12.0.1.0 to Windchill 12.0.2.0.
|
|
Existing local WHC to updated version of local WHC
|
1. Set the environment variable PSI_ENABLE_WHC=1.
2. Run PSI and update the installation.
|
|
Existing online WHC to updated version of local WHC
|
1. Set the environment variable PSI_ENABLE_WHC=1.
2. Run PSI and install WHC.
This will apply in the update scenario such as,Windchill 12.0.1.0 to Windchill 12.0.2.0.
|
|
Existing local WHC to updated version of online WHC
|
wt.whc.url property is updated automatically during the update process to point to appropriate version of online WHC.
|
|
When updating existing installation, for example from Windchill 12.0.0.0 to Windchill 12.0.1.0, the following may be observed:
• During the update process, the reference to local WHC in Windchill 12.0.0.0 changes by default to the online WHC in Windchill 12.0.1.0. However, the Windchill version will display WHC version of 12.0.0.0 in the updated instance as this was an installed assembly in Windchill 12.0.0.0. You can ignore this WHC version because starting with Windchill 12.0.1.0, the online WHC is referenced by default, you are directed to PTC.com to view and access the help content from the latest WHC of the Windchill release that you have installed.
• If you opted to install local WHC in the updated Windchill 12.0.1.0, the Windchill version is updated and displays the Windchill version of the WHC CD.
|