20018

Requests already pending on custom server at OpenHostServerLink

The custom server already had at least one pending request present, previously received from the same channel process, before OpenHostServerLink was executed. This can result in errors when the custom server application is run, and some shared memory buffers might not be freed.

Correct the custom server program logic. Make sure that every message that is received using CA_Receive_DT_Msg(), and is for a custom server function that has at least one input parameter, is followed by a CA_Get_DT_Parameters() or is cancelled by a CA_Send_DT_Error().

Severity

Yellow

Destination

Log, System Monitor