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.
-
Stop the Apache Tomcat service(s).
-
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.
-
Open the
config.xml file in a text or XML editor.
-
Locate the section:
<property name="enableI4RDataExchange" value="false"/>.
-
To enable the the data exchange process, specify the value as "true" for the
enableI4RDataExchange property tag.
-
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>
-
Save and close the file.
-
Start Apache Tomcat service(s).