Postinstallation Task 4: Integrating with TIBCO Fulfillment Order Management
This process is mandatory for typical and custom installation.TIBCO Fulfillment Order Management provides an inbuilt integration with Fulfillment Subscriber Inventory. In order to use this feature, configure the following properties in the TIBCO Fulfillment Order Management ConfigValues_OMS.xml file by adding the following XML entries within the existing category, having the parent category "Orchestrator Configuration" and sub-category name "Generic Configuration":
Procedure
The value of the following property should be set to true in order to enable integration with TIBCO Fulfillment Subscriber Inventory:
<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>
The value of this property should 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>
The value of this property should be set to the TIBCO Fulfillment Subscriber Inventory user with administrator privileges. The username format must be
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>
The value of this property should 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>