Enable Data Exchange for LIQUENT InSight for Viewing

For successful communication between Calyx RIM Viewing and Calyx RIM to use the Submission Status values assigned to the individual submission in the Calyx RIM application, you need to set up data exchange for Calyx RIM Viewing.

  1. Stop the Apache Tomcat service(s).
  2. Locate the config.xml file.
    • For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the config.xml file in a text or XML editor.
  4. Locate the section: <property  name="enableI4RDataExchange" value="false"/>.
  5. To enable the the data exchange process, specify the value as "true" for the enableI4RDataExchange property tag.
  6. Locate the section: <dataExchangeOutputFolderList>. Below this section, specify the path of the DataExchangeExport folder.
    This gets created after adding the notifications.xml file in Calyx RIM.
    Warning: The Read, Write and Delete permissions must be enabled on the DataExchangeExport folder.
    <dataExchangeOutputFolderList>
        <!-- Path to monitor Data Exchange Notification -->
        <path>\\\\IPServer.domain.local\\InSightManager\\server\all\conf\insight\\DataExchangeExport</path>
      </dataExchangeOutputFolderList> 
    • You can also use the IP address of the server in place of the domain name in the DataExchangeExport folder path. In the example below, X.X.X.X is the IP address of the server.
      <dataExchangeOutputFolderList>
          <!-- Path to monitor Data Exchange Notification -->
          <path>\\\\X.X.X.X\\InSightManager\\server\all\conf\insight\\DataExchangeExport</path>
        </dataExchangeOutputFolderList> 
  7. Save and close the file.
  8. Start Apache Tomcat service(s).