Previous Topic: Configure CA Identity Minder Provisioning Manager for SAMNext Topic: Disconnected Endpoint Connection Information


Modify the CA Identity Minder Provisioning Connector Search Limitation

When you run the Privileged Accounts Discovery wizard, the CA Identity Minder Provisioning Connector returns up to 1000 results for each endpoint that you configured in the CA Identity Minder Connection Manager. You can modify the default search limit to display more results in each query.

To modify the CA Identity Minder provisioning connector search limitation

  1. On the Enterprise Management Server, stop the Java Connector Server. Do one of the following:
    1. On Windows, open the Services window, select the CA Identity Manager - Connector Server (Java) service and click stop.
    2. On UNIX, navigate to the following directory, where ACServerInstallDir indicates the directory where the Enterprise Management Server is installed:
      ACServerInstallDir/Connector_Server/bin
      
    3. Run the following command:
      ./im_jcs stop
      

    The Java Connector Server stops.

  2. Open the im_connector_conf.xml file for editing. The file is located in the following directory:
    ACServerInstallDir/Connector_Server/conf/override/imdyn
    
  3. Locate the token "I_SEARCH_SIZE_LIMIT" and specify the search limit as the value. For example:
    <param name="I_SEARCH_SIZE_LIMIT" value="1500" />
    
  4. Save and close the file.
  5. Start the Java connector Server.

Important! Specifying a search limit value that is higher than the default can cause system performance to degrade.