Update the TMS_HELP_URL Property for Online Help

The TMS_HELP_URL property was added to the default.env file in the TMS 5.4 release to allow forms to redirect to a URL with the TMS online help documentation. However, the installer does not update this property value when upgrading from TMS 5.4 and must be updated manually. Note that this property value should be set to the correct URL when upgrading from a TMS release prior to TMS 5.4. To do so:
  1. Stop Oracle HTTP Server (OHS).
    1. Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
    2. Run stopComponent.cmd for ohs1.
  2. Stop the WLS_FORMS and WLS_REPORTS managed servers.
    • WLS_FORMS: Stop WLS_FORMS by running ORACLE_HOME\user_projects\domains\FRDomain\bin\stopManagedWebLogic.cmd WLS_FORMS from a command prompt started as an administrator.
    • WLS_REPORTS: Stop WLS_REPORTS by running ORACLE_HOME\user_projects\domains\FRDomain\bin\stopManagedWebLogic.cmd WLS_REPORTS from a command prompt started as an administrator.
  3. Stop the FRDomain Admin Server.
    1. Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
    2. Run stopWebLogic.cmd.
  4. Locate the default.env file in ORACLE_HOME\user_projects\domains\FRDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config.
  5. Back up default.env.
  6. Edit default.env using a text editor.
  7. Locate the line that starts with "TMS_HELP_URL=" and replace the URL that follows with https://www.oracle.com/goto/tms-541.
  8. Save changes.
  9. Start the FRDomain Admin Server.
    1. Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
    2. Run startWebLogic.cmd.
  10. Start the WLS_FORMS and WLS_REPORTS managed servers.
    • WLS_FORMS: In a DOS prompt, run ORACLE_HOME\user_projects\domains\FRDomain\bin\startManagedWeblogic WLS_FORMS
    • WLS_REPORTS: In a DOS prompt, run ORACLE_HOME\user_projects\domains\FRDomain\bin\startManagedWeblogic WLS_REPORTS
  11. Start the Oracle HTTP Server (OHS).
    1. Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
    2. Run startComponent.cmd for ohs1.