Postinstallation Task 4: Integrating with TIBCO Product and Service Inventory

TIBCO Offer and Price Engine provides an inbuilt integration with TIBCO Product and Service Inventory. To use this component, in the $OPE_HOME/roles/configurator/standalone/config/ConfigValues_OPES.xml file, configure the following properties within the existing "OPE Extension Configuration" parent category:

Procedure

  1. To enable the integration with TIBCO Product and Service Inventory, set the value of the following property as true.

  1. Set the property value in hostname:port format indicating the server location where TIBCO Product and Service Inventory is deployed.

  1. Provide the TIBCO Product and Service Inventory user with administrator privileges. The user name must be in admin@tibco format, where "tibco" is replaced by the actual tenant name.

Copy
<ConfValue description="Inventory host name" name="Inventory host name" propname="com.tibco.af.ope.extn.invConf.host" sinceVersion="5.0" visibility="Basic">
                <ConfString default="localhost" value="localhost"/>
            </ConfValue>
            <ConfValue description="Inventory port name" name="Inventory port name" propname="com.tibco.af.ope.extn.invConf.port" sinceVersion="5.0" visibility="Basic">
                <ConfString default="8080" value="8085"/>
            </ConfValue>
            <ConfValue description="Inventory user name" name="Inventory user name" propname="com.tibco.af.ope.extn.invConf.user" sinceVersion="5.0" visibility="Basic">
            <ConfString default="admin@tibco" value="admin@tibco"/>
            </ConfValue>
            
  1. Set to the password corresponding to the TIBCO Product and Service Inventory user. The default password value is admin.

Copy
<ConfValue description="Inventory user password" name="Inventory user password" propname="com.tibco.af.ope.extn.invConf.password" sinceVersion="5.0" visibility="Basic">
                <ConfString default="admin" value="admin"/>
            </ConfValue>