Install the accelerator for the ERP application from which you want to archive data. Each ERP application has a separate application accelerator installer. You can only install the application accelerator that you are licensed for.
Install Data Archive and start the ILM application server before you install the application accelerator. When you run the installer, you provide the root directory of the Data Archive installation. The installer connects to the ILM repository to determine the port on which the ILM application server runs. The installer connects to the ILM repository and adds the application accelerator metadata.
To upgrade accelerators, follow the installation steps for the accelerator you want to upgrade.
SAP Application Retirement
Install the Data Archive, data visualization, and Data Vault components before you install the application accelerator. When you run the installer, you provide the root directory of the Data Archive installation. The installer connects to the ILM repository to determine the ports on which the ILM application server and data visualization server run. The installer exits if any of the components are not running. The installer adds the application accelerator metadata to the ILM repository. Then, the installer connects to the data visualization server to publish the pre-packaged reports.
Java Prerequisites
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%