Concurrency properties

Account concurrency properties determine how to resolve multiple provisioning requests for the same account ID.

account.provision.concurrency.resolution
 

Specifies which conflict resolution method is used when a concurrency issue occurs.

Select from the following values.

  • 0 - Change the concurrent account add operations to account modify operations.
  • 1 - Add the account with a newly generated account user ID
  • 2 - No operation override. Fail the account provisioning.

Example (default).

account.provision.concurrency.resolution=0

Parent topic: System property configuration in enRole.properties