Before you install the application retirement for healthcare accelerator, verify that you have the license key available. Then install Data Archive and start the ILM application server. Last, configure visualization properties and the
conf.properties
file.
Perform the following tasks before you install the accelerator:
Verify that you have the license key for the accelerator available. The license for the accelerator is separate from the Data Archive and Data Visualization licenses. Copy the license key file to a directory that is accessible to the user account installing the accelerator.
Install the Data Archive, data visualization, and Data Vault components. The installer connects to the ILM repository to determine the ports on which the ILM application server and data visualization server run.
Start the ILM application server and data visualization server before you run the accelerator installer. If any of the components are not running, the installation fails.
In the Data Archive
conf.properties
file, set the following property:
informia.sqlServerNVarcharMaxAndVarcharMaxToVarchar = Y
For more information about the
conf.properties
file, see the
Informatica Data Archive Administrator Guide
.
Restart the ILM application server.
If you are running an upgraded environment as opposed to a new installation of Data Archive, set the following properties in
If you have Java in your environment and you want to use it, set the JAVA_HOME environment variable:
Ensure JAVA_HOME is set to the java folder on the host machine. If Java is not available on the host machine, set JAVA_HOME to the java folder in the DA installation folder.
Add
JAVA_HOME/bin
to the PATH.
Windows example:
set JAVA_HOME=<DA installation home>\java
set PATH=%JAVA_HOM%\bin;%PATH%