4.2.4 Configuring Repository adapter for Mid Office Content Repository

This topic provides information on Configuring Repository adapter for Mid Office Content Repository.

  • OBO Host Configuration:

    No Configuration required.

  • Third Party Configuration:

    Execute the following query, which will fetch content from the local database:

    Insert into digx_fw_config_all_o
            (PROP_ID,PREFERENCE_NAME,PROP_VALUE,DETERMINANT_VALUE,CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE)
            values
            ('MO_CONTENT_REPOSITORY_ADAPTER','RepositoryAdapterFactories','com.ofss.digx.domain.content.entity.repository.adapter.LocalContentRepositoryAdapter',
    'OBDX_BU',null,sysdate,null,null);