Troubleshooting: Help topics are not found

To display help, you might need to set the server configuration file to point to the appropriate help server (either local or remote). If your help server is not on the same server that is running Management Center, a page not found error is displayed when opening help.

Problem

If the help server is not installed on the system that is running Management Center, a page not found error message is displayed when help is opened. You can either point to a server which has local help installed, or point to the IBM Knowledge Center.

Solution

Update the server configuration of the instance that is running Management Center to point to the appropriate help server:
  1. Open the WebSphere Commerce configuration file for editing:
    • For IBM i OS operating systemSolarisLinuxAIXWindowsWC_eardir/xml/config/
  2. Update the HelpServerHostName to point to the correct help server. The section of configuration that you are looking to correct looks like the following code block:
    • To use locally installed help installed:
      <Websphere
                  DatasourceName="WebSphere Commerce DB2 DataSource demo"
                  HelpServerHostName="helpserver.fullyqualified.domain.com"
                  HelpServerPort="8001"
    • To use the external Knowledge Center:
      <Websphere
                  DatasourceName="WebSphere Commerce DB2 DataSource demo"
                  HelpServerHostName="pic.dhe.ibm.com"
                  HelpServerContextPath="/infocenter/wchelp/v7r0m0"
                  HelpServerPort="80"
  3. Save and close the file.
  4. Propagate the changes to the WebSphere Commerce configuration file by running the config_ant script with the UpdateEAR target.
    • For IBM i OS operating systemSolarisLinuxAIXWC_installdir/bin/config_ant.sh -DinstanceName=instance_name UpdateEAR
    • WindowsWC_installdir\bin\config_ant.bat -DinstanceName=instance_name UpdateEAR
  5. Stop and start WebSphere Commerce.