How to Configure Multi-Tenancy for Population

To support multi-tenancy for population, you need to configure the basicQueryCondition setting for each query defined in the population configuration file (smPopConfFile.xml).

To configure multi-tenancy for population:

  1. Log in to UCMDB as an administrator.
  2. Navigate to Data Flow Management > Adapter Management > ServiceManagerAdapter9.41 > Configuration Files.
  3. Click the smPopConfFile.xml file.
  4. For each query defined in this file, update the basicQueryCondition setting by adding the following:

    and company= "{customerId}"

    For example:

    basicQueryCondition="type="bizservice"and company= "{customerId}""

  5. Save the configuration file.

    Note When you create or edit and then save a configuration file in Adapter Management, UCMDB automatically restarts the adapter with the new configuration file.