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 Product and Service 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
- You must set the value of the following property to true to enable integration with TIBCO Product and Service 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>
- You must set the value of the following property in the format
hostname:port
indicating the server location where TIBCO Product and Service 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>
- You must set the value of the following property to the TIBCO Product and Service 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>
- You must set the value of the following property 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>