Enable Data Exchange for LIQUENT InSight

To use the Data Exchange feature in LIQUENT InSight, the IP address and domain name must be defined in the DataExchangeConfig.xml file.

To enable the Data Exchange feature in LIQUENT InSight:
  1. Update the DataExchangeConfig.xml file with the IP address (IPv4) and/or Name of the your machine in the <installation drive>\InSightManager\server\all\conf\insight\ directory.
    <constructor-arg index="1">
         <list>
             <value> IP address of the machine </value> 
         </list>
      </constructor-arg>
    
    <constructor-arg index="2">
         <list>
             <value> machine.domain.name.com </value>
         </list>
      </constructor-arg>
    
  2. Save and close the file.