Post-Installation Task 4: Integrating with TIBCO Product and Service Inventory

 

    Procedure
  1. The value of the following property must be set to true in order to enable integration with TIBCO Product and Service Inventory:

    TIBCO Order Management - Low Latency provides an inbuilt integration with TIBCO Product and Service 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 Product and Service Inventory are 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 Product and Service Inventory user with administrator privileges. The user name 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 Product and Service 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>