Hello SAP Experts,
While trying to login to the system I am getting a popup message as follows:
Maximum number of connected terminals reached
The following message is traced by the dispatcher developer (dev_disp):
WARNING => DpLogon: overflow of logon table
The following entry is shown in the log of syslog (SM21):
Q0P Maximum number of permitted terminal connections reached
Please help me resolve this issue.
As the internal logins are considered as the sum of total number of work process and additional 6. The rdisp/wp_max_no parameter defines the total number of work processes. If this parameter is set as a default or not set than it will assume:
rdisp/wp_no_dia + rdisp/wp_no_vb + rdisp/wp_no_vb2 + rdisp/wp_no_enq + rdisp/wp_no_btc + rdisp/wp_no_spo + rdisp/wp_no_restricted
Therefore, following formula should be considered for the size of rdisp/tm_max_no:
rdisp/tm_max_no = <number of expected users> + <total number of WP> + 6