This article provides instructions on resolving issues where LDAP connectors fail to retrieve the complete set of accounts, often truncating results (e.g., retrieving only 200 accounts when the total is 470). This behavior is typically caused by active paging support on the JNDI connector.
Identity Manager 14.x & 15
Paging support is enabled by default on the JNDI connector, which can interfere with the retrieval of full account lists in certain directory configurations.
DEBUG - VirtualListViewPaging - Request next 200 results: ldaps://xx.xx.xx.xxx:portTo resolve account truncation, you must disable paging support on the JNDI connector. Follow these steps:
Stop Connector Services: Stop the CA Identity Manager - Connector Server (Java) and CA Identity Manager - Connector Server (C++) services.
Locate Configuration: Navigate to the following directory on the Connector Server: [Connector Server Installation Path]\jcs\conf\override\jndi\
Prepare Configuration File:
SAMPLE.connector.xml file.connector.xml.Disable Paging Support:
connector.xml in a text editor.Restart Services: Restart the CA Identity Manager - Connector Server (Java) and CA Identity Manager - Connector Server (C++) services to apply the changes.