Postinstallation Task 2: Updating the ConfigValues_OMS.xml File

Update the following OMS configuration values in the ConfigValues_OMS.xml file:

Procedure

  1. In the Offline Catalog > Common Configuration subcategory, add the following OMS configuration values:
    <ConfValue description="Flag to enable or disable the publishing of model loading notification message.
    If set to false then notification will not sent" name="Enable model loading success Notification" propname="com.tibco.fom.oms.model.loading.notification.enabled" 
    sinceVersion="4.0" visibility="Basic">
    <ConfBool default="false" value="false"/>
    </ConfValue>
  2. In the Catalog Publishing JMS Destinations Configuration category, add the following OMS configuration values:
    <ConfValue description="Model loading success notification publish topic" name="Model loading success notification publish topic" 
    propname="com.tibco.fom.oms.model.loading.notification.publish.topic" sinceVersion="4.0" visibility="Advanced">
    <ConfString default="tibco.aff.oms.modelloading.success.notification.publish" value="tibco.aff.oms.modelloading.success.notification.publish"/>
    </ConfValue>
  3. In the Data Interfaces Configuration > Data Interface Flags subcategory, add the following OMS values:
    <ConfValue description="JMS QoS Enabled for RPC get operations" name="JMS QoS Enabled for RPC get operations" 
    propname="com.tibco.fom.oms.tds.get.jms.qosEnabled" sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="false" value="false"/>
    </ConfValue> 
    <ConfValue description="replyToDeliveryPersistent flag for RPC get operations" name="replyToDeliveryPersistent flag for RPC get operations" 
    propname="com.tibco.fom.oms.tds.get.jms.replyToDeliveryPersistent" sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="true" value="true"/>
    </ConfValue> 
    <ConfValue description="deliveryPersistent flag for NON-RPC get operations" name="deliveryPersistent flag for RPC get operations" 
    propname="com.tibco.fom.oms.tds.get.jms.deliveryPersistent" sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="true" value="true"/>
    </ConfValue>
    <ConfValue description="JMS QoS Enabled for RPC set operations" name="JMS QoS Enabled for RPC set operations" propname="com.tibco.fom.oms.tds.set.jms.qosEnabled" 
    sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="false" value="false"/>
    </ConfValue> 
    <ConfValue description="replyToDeliveryPersistent flag for RPC set operations" name="replyToDeliveryPersistent flag for RPC set operations" 
    propname="com.tibco.fom.oms.tds.set.jms.replyToDeliveryPersistent" sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="true" value="true"/>
    </ConfValue> 
    <ConfValue description="deliveryPersistent flag for NON-RPC set operations" name="deliveryPersistent flag for RPC set operations" 
    propname="com.tibco.fom.oms.tds.set.jms.deliveryPersistent" sinceVersion="3.0.2" visibility="Basic">
    <ConfBool default="true" value="true"/>
    </ConfValue>
  4. In the Data Interfaces Configuration > Data Interface Flags subcategory, add the following OMS values:
    <ConfValue description="DB row lock wait timeout for postgresql in miliseconds" name="DB Row Lock Wait TimeOut" propname="com.tibco.af.oms.lock.wait.timeout" sinceVersion="4.0" visibility="Advanced">
    <ConfNum default="1" value="1"/>
    </ConfValue>
  5. In the Web Service Configuration category, set the default value of the com.tibco.af.oms.http.port property to 9091.