We have recently upgraded Identity Manager to version 14.4.
Since then, when attempting to explore a DYN JNDI endpoint, the following error appears
ETA_E_0257<EAC>, Error listing Default Container objects: Connector Server Search failed: failed on search operation: JCS@xxxxxx: [LDAP: error code 4 - Sizelimit Exceeded] (ldaps://xxxxxx:20411)
The same endpoint was explored correctly with an older Identity Manager version.
Release : 14.4
Component : IdentityMinder(Identity Manager)
Code changes done in IM 14.4 when it comes to performances in exploration. Two additional attributes have been added, which have a direct impact on the search capacity.
By default, eTPaginationEnabled is set to 0 and eTPageSize is set to 1000
The new parameters eTPaginationEnabled and eTPageSize are not exposed in the UI.
Utilizing an LDAP Browser to connect to the Provisioning Server (port 20389), these should adjusted to enable pagination all together, by setting eTPaginationEnabled to 1, for each endpoint.