Post-Installation Task 4: Integrating with TIBCO Fulfillment Subscriber Inventory

Procedure

  1. The value of the following property must be set to true in order to enable integration with TIBCO Fulfillment Subscriber Inventory:

    TIBCO Order Management - Long Running provides an inbuilt integration with TIBCO Fulfillment Subscriber Inventory. In order to use this component, configure the following properties in the ConfigValues_OMS.xml file within the existing parent category "Orchestrator Configuration" and sub-category "Generic Configuration":

    <ConfValue description="Merge inventory in AOPD request" name="Merge inventory
    in AOPD request" propname="com.tibco.fom.oms.afi.aopd.merge.inventory"
    sinceVersion="3.0" visibility="Advanced"
    <ConfBool default="false" value="false"/>
    </ConfValue>
  2. The value of this property must be set in the format hostname:port indicating the server location where TIBCO Fulfillment Subscriber Inventory is deployed:
    <ConfValue description="Inventory service address" isHotDeployable="true"
    name="Host/Port for Inventory Service"
    propname="com.tibco.fom.oms.afi.aopd.merge.inventory.hostport" readonly="false"
    sinceVersion="3.0" visibility="Basic">
    <ConfString default="localhost:8080" value="localhost:8080"/>
    </ConfValue>
  3. The value of this property must be set to the TIBCO Fulfillment Subscriber Inventory user with administrator privileges. The username must be of the format username@enterprise_name:
    <ConfValue description="Inventory service username" isHotDeployable="true"
    name="Inventory service username"
    propname="com.tibco.fom.oms.afi.aopd.merge.inventory.username" readonly="false"
    sinceVersion="3.0" visibility="Basic">
    <ConfString default="admin@enterprise" value="admin@enterprise"/>
    </ConfValue>
  4. The value of this property must be set to the password corresponding to the TIBCO Fulfillment Subscriber Inventory user being used to fetch inventory information:
    <ConfValue description="Inventory service password" isHotDeployable="true"
    name="Inventory service password"
    propname="com.tibco.fom.oms.afi.aopd.merge.inventory.password" readonly="false"
    sinceVersion="3.0" visibility="Basic">
    <ConfString default="admin" value="admin"/>
    </ConfValue>