Informix Error -25570
-25570 Network driver cannot execute the fork system call.
A system call has failed. See the system administrator for assistance.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-25570 fires when the network driver's fork() system call fails — per the official
guidance.
- The operating system's
fork()system call failing, per the official guidance — the direct, only cause.
Solutions / Resolution
- See the system administrator for assistance, per the official guidance — this is an operating-system-level failure.
Examples
N/A
No specific triggering statement is documented beyond a failed fork() call.
Diagnostic Checks
- Check operating-system-level resource limits (process count, memory) that could
cause
fork()to fail, and escalate to the system administrator.
Related Errors / Related Topics
- -25572 — "Network driver cannot bind a name to the port." A related network-driver system-call failure.
- -25573 — "Network driver cannot accept a connection on the port." A related network-driver system-call failure.
- -25574 — "Network driver cannot open the network device." A related network-driver system-call failure.
- -25575 — "Network driver cannot allocate the call structure." A related network-driver system-call failure.
- -25576 — "Network driver cannot allocate the return structure." A related network-driver system-call failure.
- -25577 — "Network driver cannot get a host structure." A related network-driver system-call failure.
- -25578 — "Network driver cannot disconnect from the network." A related network-driver system-call failure.
- -25586 — "Network send failed." A related network-driver system-call failure.
- -25587 — "Network receive failed." A related network-driver system-call failure.
The network driver's fork() system call failed — escalate to the system administrator.