Difference between console LDAP connection pool and getAdapterDetails()
We have WebLogic 12.2.1.3 installed on CentOS 6.9 as part of an OBIEE 12.2.1.4 instance. We are troubleshooting issues with slow Enterprise Manager performance, specifically in the listing and editing of app roles. In AdminServer.out, we encountered some warnings
<Warning> <oracle.igf.ovd> <IGF-00008> <Operations error: entity= op=search mesg=Operations Error No LDAP connection available to process request for DN: cn=xxxx,ou=xxx,o=xx.>
This led me to check both the WL Console's LDAP connection pool size and also to check WLST getAdapterDetails('providername') for our LDAP auth provider. In WL Console we have the pool size set to 100 (from the default of 6). However, getAdapterDetails() returns max pool size of 10.