Partial Results During SUNONE Endpoint Exploration
search cancel

Partial Results During SUNONE Endpoint Exploration

book

Article ID: 41772

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

After exploring a SUNONE 5.2.4 endpoint via provisioning manager or ldapsearch.exe fetches partial results.

  1. Created  SUNONE endpoint type using ConnectorXpress
  2. Created  SUNONE_ENDPOINT which has more than 3000 accounts in the people OU
  3. When exploring accounts from the created endpoint, the count returned is only 201.

Environment

Identity Manager 14.5 & 15

Resolution

This happens when connector is turning forced paging on by default. You will have to turn off forced paging by following these steps:

 

  1. Copy %jcs-home%/conf/override/jndi/SAMPLE.connector.xml to
    %jcs-home%/conf/override/jndi/connector.xml

  2. Add the section below after the following text in the connector.xml just created:
    <property name="allowMetadataModify">
    <value>true</value>
    </property>

    <!-- add this -->
    <property name="forcePagedResults">
    <value>false</value>
    </property>

  3. Restart the JCS, do this on all nodes.

Additional Information

For further information see the documentation How To Create and Deploy Connectors 14.5 or How To Create and Deploy Connectors - v15

 

To speak with a customer representative or a Support Engineer see Contact Support. Scroll to the bottom of the page and click on your respective region.