4.2.2 Configuring Repository adapter for Application Tracker

This topic provides information on Configuring Repository adapter for Application Tracker.

  • 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.LocalApplicationTrackerRepositoryAdapter' WHERE PROP_ID = 'RepositoryAdapterFactories. APPLICATIONTRACKER_REPOSITORY_ADAPTER';

After executing the update script, commit the changes and restart the MS server.