Previous Topic: Manage Access for Referenced User AccountsNext Topic: Search for Identities that Match Specific Criteria


Set Maximum Number of CA EEM Users and Groups

Before you integrate a large referenced user store, determine if the store contains more than 10,000 users and groups. The eem.max.search.size default value (10000) is the threshold for how many users and groups CA Embedded Entitlements Manager can accept during transfer. The CA Process Automation default (10000) extends the CA EEM default (2000).

Increase the eem.max.search.size value if the following message appears when you search for available users without defining search criteria:

Maximum search limit exceeded. 

To override the default threshold in the OasisConfig.properties file, set the following parameter to a new value:

eem.max.search.size = 10000

If you are integrating a large referenced directory, set the value to more than 20000.

Follow these steps:

  1. Log on as an administrator to the server where the Domain Orchestrator is installed.
  2. Navigate to the following folder:
    install_dir/server/c2o/.config
    
    install_dir

    Refers to the path where the Domain Orchestrator is installed.

  3. Open OasisConfig.properties with a text editor.
  4. Use Find to locate the eem.max.search.size parameter.
  5. Change the value from 10000 to an appropriate value.
  6. Save the file and close the text editor.
  7. Restart the Orchestrator:
    1. Stop the Orchestrator.
    2. Start the Orchestrator.