Informix Error -1159
-1159 FMP has exceeded its number of concurrent INPUT statements.
FMP refers to IBM Informix 4GL/RF. See the installation documentation for your system.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-1159 fires when FMP (IBM Informix 4GL/RF) has reached its limit on the number of simultaneous
INPUT statements it can process concurrently — per the official guidance, this is a platform-
specific concurrency limit.
- The number of concurrently active
INPUTstatements exceeding FMP's configured limit, 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, for guidance on resolving this constraint.
Examples
N/A
No specific triggering statement is documented — this is a platform-level concurrency limit for the FMP (4GL/RF) runtime.
Diagnostic Checks
- Check how many
INPUTstatements are concurrently active against FMP's configured limit, per the installation documentation for the platform in use.
Related Errors / Related Topics
- -1158 — "FMP has run out of memory." A related FMP resource-limit error, about raw memory rather than concurrent statement count.
- -1160 — "FMP has exceeded its number of concurrent DISPLAY ARRAY statements." A related
concurrent-statement-limit error, for
DISPLAY ARRAYrather thanINPUT. - -1161 — "FMP currently is not in the midst of an INPUT statement." A related FMP-state error, about statement sequencing rather than a concurrency limit.
FMP's concurrent INPUT statement limit was exceeded — consult the installation documentation
for the platform in use.