Post-Installation Tasks

  1. Update the $AF_HOME/roles/configurator/standalone/config/ConfigValues_OMS.xml file and add the following configuration under the Offline Catalog category :
    <ConfValue description="optimize models by identifying and hashing duplicates" name="Optimize duplicate models" propname="com.tibco.af.oms.optimize.duplicate.models" since version="4.0" visibility="Advanced">
        <ConfString default="false" value="false"/>
        </ConfValue>
    
  2. Update $AF_HOME/roles/configurator/standalone/config/ConfigValues_OPE.xml file and add the following configuration under OPE Integration Configuration category:
    <ConfValue description="Lazy load models from database if not found" name="Lazy load models from database if not found" propname="com.tibco.af.ope.cacheType.cache.lazyLoadProducts" sinceVersion="4.0" visibility="Advanced">
        <ConfString default="true" value="true"/>
        </ConfValue>