Informix Error -1167
-1167 An unknown form name has been received by the FMP.
FMP refers to IBM Informix 4GL/RF. See the installation documentation for your system.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-1167 fires when FMP (IBM Informix 4GL/RF) receives a form name it doesn't recognize — per the official guidance, this is a name-resolution problem at the FMP level, distinct from -1110's client-side "form file not found" condition.
- A form name passed to FMP that doesn't match any form FMP actually knows about, per the official guidance — no further application-level detail is given beyond directing to the installation documentation.
Solutions / Resolution
- Consult the installation documentation for your system, per the official guidance.
- Verify the form name being passed matches an actual, compiled form, the same general
check as -1110's resolution, but at the FMP-communication level rather than the client
OPEN FORMstatement.
Examples
N/A
No specific triggering statement is documented — this is an internal FMP name-resolution condition.
Diagnostic Checks
- Check the form name being passed to FMP against the actual compiled forms available.
Related Errors / Related Topics
- -1110 — "Form file not found." A related form-name-resolution error, at the client
OPEN FORMstatement level rather than the FMP-communication level. - -1166 — "An illegal code has been received from the FMP." Another related FMP- communication error.
FMP received a form name it doesn't recognize — verify the name matches an actual compiled form, and consult the installation documentation for the platform in use.