ERROR => DpCreateCommEntry: comm table full (xxx entries)

Symptom

In your dev_rd files, below alerts are generating,

Fri Dec 21 19:12:11 2012
*** ERROR => DpCreateCommEntry: comm table full (xxx entries), 
please check param rdisp/max_comm_entries [dpxxcomm.c   371]

*****************************************************************************
*
*  LOCATION    SAP-Gateway on host xxxx /
*              sapgwxx
*  ERROR       comm table full
*
*  TIME        Fri Dec 21 19:12:11 2012
*  RELEASE     720
*  COMPONENT   DP
*  VERSION     134
*  RC          -1
*  MODULE      dpxxcomm.c
*  LINE        374
*  DETAIL      DpCreateCommEntry: comm table full (2000 entries), please
*              check param rdisp/max_comm_entries
*  COUNTER     60
*
*****************************************************************************

Solution

1. Ensure your SAP gateway is up and running fine. You can check from the OS (UNIX, Linux) level by executing below command.

gwmon pf=<PATH-TO-PROFILE>
ps -ef | grep rd

2. If the gateway is running fine, please check the connection table used via transaction code SMGW (look for the value xx active connection(s) (maximum xxx ). The value xx must be lower than maximum xx. You can also check using below command. The value of connection table is maintained by parameter rdisp/max_comm_entries.

gwmon pf=<PATH-TO-PROFILE>
Gateway monitor, connected to xxxx / sapgwxx
Connection table (Used: xxxx, Connected: xxx)

3. If the value xx > maximum value xx. You’ll will have 2 options. For temporary solution, you can kill old connection from the transaction code SMGW or increase the value of parameter rdisp/max_comm_entries for the permanent solution. A restart is needed to apply the parameter changes.

You May Also Like

Leave a Reply?