CEA0113I   COMMON EVENT ADAPTER IS NOT ACCEPTING CLIENT CONNECTIONS. status.

Explanation

The common event adapter (CEA) cannot accept any more, connections from C API clients because of the stated reason.

In the message text:
status
One of the following:
THE MAXIMUM NUMBER OF OPEN FILES HAS BEEN REACHED.
The maximum number of open files per process, which is specified with the MAXFILEPROC in the BPXPRMxx profile, are currently open in the common event adapter (CEA). CEA cannot accept any more client connections until it can open more files.
UNIX SYSTEM SERVICES COULD NOT OBTAIN A SOCKET CELL.
Unix System Services (USS) was unable to , obtain a cell from the socket cell pool. CEA cannot accept any more client connections until USS can obtain more socket cells.
THE MAXIMUM NUMBER OF CLIENTS ARE CONNECTED.
The maximum number of C API clients that can connect to the common event adapter (CEA) are currently connected. New clients cannot connect to CEA until some of the connected C API clients disconnect.

System action

CEA continues processing the C API clients that are currently connected and it continues processing internal z/OS® components, which do not exploit Unix System Services to communicate subscribed events. CEA will display message CEA0114I when it can accept client connections.

Operator response

To increase the number of open files in CEA, issue the following command: ALTUSER CEA OMVS(FILEPROCMAX(1024)). 1024 open files corresponds with the maximum number of clients that can connect to CEA. Report socket cell pool problems to IBM® service.

System programmer response

None.

Problem determination

None.

Module

CEAPSRVR

Source

None.

Routing Code

2,10