10
Server process '%1!' is not allocated in '%2!'.
This error indicates that srv_termproc() has already terminated the SRV_PROC address passed to an Open Server routine.
Perform one of these:
Search for other errors that may indicate that a different event caused Open Server to terminate the thread.
Write code around srv_termproc() that records which SRV_PROC address is about to be terminated. Compare the recorded address to the address of the SRV_PROC passed to the specified Open Server routine. If srv_termproc() is not called, confirm that srv_createproc() has completed successfully, and that the Open Server thread is fully initialized.
Ensure that srv_termproc() is not called from interrupt-level code because this can lead to unpredictable results.
Symbolic constant: SRV_EPROCNOTUSED