If you are using a SQL Repository with locked mode caching, you must enable the ClientLockManager (/atg/dynamo/service/ClientLockManager) on each Dynamo server and enable the ServerLockManager (/atg/dynamo/service/ServerLockManager) on one or more Dynamo servers. Note that elements of the ATG Adaptive Scenario Engine use locked mode caching by default.
Add the ServerLockManager component to the initialServices property of the /atg/dynamo/Initial component, and make sure that the ClientLockManager points to the correct host. The ClientLockManager should be configured like this:
| The hostname of the machine running the |
| The port configured in the |
| True |
The ClientLockManager is enabled by the liveconfig configuration layer. For more information about cache lock managers, see the ATG Repository Guide.

