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:
- Stop Oracle HTTP Server (OHS).
- Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
- Run stopComponent.cmd for ohs1.
- 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.
- Stop the FRDomain Admin Server.
- Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
- Run stopWebLogic.cmd.
- Locate the default.env file in
ORACLE_HOME\user_projects\domains\FRDomain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config. - Back up default.env.
- Edit default.env using a text editor.
- Locate the line that starts with "TMS_HELP_URL=" and replace the URL that
follows with
https://www.oracle.com/goto/tms-541. - Save changes.
- Start the FRDomain Admin Server.
- Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
- Run startWebLogic.cmd.
- 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
- Start the Oracle HTTP Server (OHS).
- Go to ORACLE_HOME\user_projects\domains\FRDomain\bin.
- Run startComponent.cmd for ohs1.