Update federated repositories
We can update the environment parameters we defined when you created the federated repository. You should run the task to update the custom repository if you any environment settings have changed such as the base DN. We can also run the update task to change any settings you specified when you created the repository.For example, run the update task to change support for paging, sorting, and transactions.
To update a federated repository:
- Edit wkplc.properties
- Set values under the VMM Federated CUR Properties heading:
federated.cur.id
federated.cur.adapterClassName
federated.cur.baseDN
federated.cur.isExtIdUnique
federated.cur.supportExternalName
federated.cur.supportPaging
federated.cur.supportSorting
federated.cur.supportTransactions
- Save and close wkplc.properties.
- Run the following
./ConfigEngine.sh wp-update-federated-cur -DWasPassword=foo
- Restart the WebSphere_Portal server.
If you created the clustered environment, including the additional nodes, and then completed the steps in this task, run update-jcr-admin on the secondary nodes.
Parent: Set federated repositories