Postinstallation Task 4: Integrating with TIBCO Product and Service Inventory
TIBCO® Order Management provides an inbuilt integration with
TIBCO Product and Service Inventory. To use this component in the
$OM_HOME/roles/configurator/standalone/config/ConfigValues_AopdService.xml
file, configure the following properties within the existing "Inventory Configuration" parent category:
- Procedure
- To enable the integration with
TIBCO Product and Service Inventory, set the value of the following property as
true
.<ConfValue description="Merge inventory in AOPD request" name="Merge inventory in AOPD request" propname="com.tibco.fom.oms.afi.aopd.merge.inventory" sinceVersion="5.0" visibility="Basic"> <ConfBool default="false" value="false"/> </ConfValue>
- Set the property value in the
hostname:port
format 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.url" readonly="false" sinceVersion="5.0" visibility="Basic"> <ConfString default="localhost:8080" value="http://localhost:8080/fsi-server/soapapi/v1/service"/> </ConfValue>
- Provide the
TIBCO Product and Service Inventory user with administrator privileges. The username must be in the
admin@tibco
format, wheretibco
is replaced by the actual username.<ConfValue description="Inventory service username" isHotDeployable="true" name="Inventory service username" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.username" readonly="false" sinceVersion="5.0" visibility="Basic"> <ConfString default="admin@tibco" value="admin@tibco"/> </ConfValue>
- Set the password corresponding to the
TIBCO Product and Service Inventory user. The default password value is
admin
.<ConfValue description="Inventory service password" isHotDeployable="true" name="Inventory service password" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.password" readonly="false" sinceVersion="5.0" visibility="Basic"> <ConfString default="admin" value="admin"/> </ConfValue>