CCP can only provide java statistic when connected to the same StatServer as OCS/Interaction Server/UCS.
For example:
StatServer_A connected to OCS. StatServer_B configured as backup application for StatServer_A. SS_B (with the option allow-client-connections-in-backupmode=true)
if OCS is connected to primary StatServer_A, and CCP is connected to the backup StatServer_B - no java stat will be available in CCP since OCS only send it to the primary it has connected to.
Workaround. Either set option allow-client-connections-in-bacupmode=false or add connection to BOTH StatServers from OCS.
This info is available on Genesys knowledge search
But in our case the CCP is always connected to StatServer_A.
So you mean when StatServer_A is not available then StatServer_B takes the control and then it automatically connects to CCP in absence of StatServer_A ?
Also you mean set option allow-client-connections-in-bacupmode=false only for StatServer_B ?
(We have set accept-clients-in-backupmode= yes for both A and B)