4.2.1 Configuring Repository adapter for Application
This topic provides information on Configuring Repository adapter for Application.
- OBO Host Configuration:
No Configuration required.
- Third Party Configuration:
If local (database) storage is required for third party entity following query needs to be executed.
UPDATE DIGX_CFG_CONFIG_ALL_B SET PROP_VALUE = 'com.ofss.digx.domain.origination.entity.application.repository.adapter.LocalApplicationRepositoryAdapter' WHERE PROP_ID = 'RepositoryAdapterFactories.RPM_APPLICATION_REPOSITORY_ADAPTER';
After executing the update script, commit the changes and restart the MS server.
Parent topic: Additional (functional) Configuration