Hello Experts,
My interactive sessions are not responding. There is an error during the RFC Communications. When I look in the system log, entries starting with the keys R36 or Q03 are found i.e.
“No WP Block Received”, or
“No APPC Block Received”, or
“No free block found in the WP communication Area”
When communicating with internal servers, the system typically allocates memory in two shared areas. You can specify the parameters of the sizes of the memories using:
Rdisp/wp_ca_blk_no for wp_ca blocks, and
Rdisp/appc_ca_blk_no for appc_ca blocks.
By default, the sizes are 32048 bytes per wp_ca blocks and 34816 bytes per appc_ca blocks.
The error mentioned in the question indicates that any one of the two above mentioned memory sizes is too low. Upon increasing the allocation the error will vanish.
The decrease in parameter size might be a result of:
1.An increase in the number of users
2.An increase in the number of work processes
3.An increase in the number of RFC connections.