Solution: Fixing FRM-93552 Error in OPERA PMS
Problem:
When opening PMS or any other module in OPERA, the following error appears:
FRM-93552: cannot connect to runtime process: Newly created runtime process has terminated abnormally.
Solution :
To resolve this issue, you need to increase the “SharedSection” value in the Windows registry. This allocates more memory to the Oracle Forms Runtime processes.
- Step 1: Open the Registry Editor (regedit)
- Press Windows + R..
- Type regedit and click OK.
- If a User Account Control window appears, click Yes.
- Step 2: Navigate to the System Key
- In the Registry Editor, go to:
HKEY_LOCAL_MACHINE
\System
\CurrentControlSet
\Control
\Session Manager
\SubSystems
- Double-click the key named Windows (REG_EXPAND_SZ).
- Step 3: Modify the “SharedSection” Value
- Inside the value data, locate the section: (SharedSection=xxxx,yyyy,zzzz)
- Update the zzzz value according to the physical RAM of the server:
Server RAM | Recommended Value |
4GB | 2048,20480,2048 |
8GB+ | 4096,20480,4096 |
16GB+ | 4096,20480,8192 |
- Step 4: Restart the Server
- Restart the Windows server to apply the changes.
- Launch OPERA PMS again and verify that the modules open correctly.
Expected Result:
The FRM-93552 error should no longer appear when accessing PMS or other OPERA modules.