Frm-18105 Failed To Start The Help System May 2026
Oracle Forms locates the help file using a registry key. For Forms 6i:
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\FORMS60_HELP_PATH
For Forms 9i/10g:
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_DevSuiteHome1\FORMS90_HELP_PATH
Required value: The full path to a valid help file, e.g.,
C:\ORANT\FORMS60\FORMS60.HLP or C:\DevSuite\help\forms.chm.
Steps to fix:
Note for 64‑bit Windows: Registry redirection may apply. Check both
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ORACLE\...
| Environment | Most Likely Fix |
|-------------|----------------|
| Client‑Server, Windows 7/10 | Restore or correct FORMSxx_HELP_PATH registry key. |
| Client‑Server, Windows 10/11 (.hlp) | Convert to .chm or use KEY-HELP override. |
| Web Forms (all versions) | Set correct virtual path in Form’s Help property and verify file exists on server. |
| Oracle E‑Business Suite | Run “Generate Help Data” and apply help patches. |
| Any environment, urgent workaround | Trap KEY-HELP trigger and call WEB.SHOW_DOCUMENT or HOST. |
Some antivirus software blocks .chm files from being opened via COM/OLE calls (how Forms invokes the help viewer). Temporarily disable real‑time scanning for help files to test. frm-18105 failed to start the help system
"If you see FRM-18105, first check whether the help file exists in the application's install folder. Right-click the .chm file, select Properties and click 'Unblock' if present. If that doesn't help, reinstall or repair the application, and ensure your antivirus or OS policies haven't blocked help files."
Each Forms module has a Help property (under the Form node in Forms Builder). This property should contain the full virtual path to the help file, relative to the Forms application’s web context.
Example: If your help file myapp.chm is placed in $ORACLE_HOME/forms/help/, and your Forms servlet is mapped to /forms/, set the Help property to: Oracle Forms locates the help file using a registry key
/forms/help/myapp.chm
Correction steps:
FRM-18105 occurs when the application cannot initialize its help system. This post explains likely causes, troubleshooting steps, and fixes.
If you have worked with Oracle Forms for any length of time, you’ve likely encountered the dreaded FRM-18105: Failed to start the help system. It usually pops up when you press the Help button (or F1) on a form, leaving users frustrated and developers scratching their heads. Required value: The full path to a valid help file, e
The good news? This error is almost always environmental, not logical. It doesn’t mean your form is broken—it means Oracle Forms cannot find or launch the required help file (usually .hlp or .chm).
Let’s break down why this happens and how to fix it.