Re-installing ASAP does not create or deploy all the components of ASAP
It was seen that re-running the ASAP installer does not create or deploy all the components of ASAP, especially on Weblogic. Re-running a failed installation without performing the required tasks will result in another failed installation.
If $HOME and target $ASAP_BASE directories are different, by default, InstallShield directory gets created in user home directory. Therefore, for a re-install (fresh), after running the uninstaller and it gets completed, one of the below options can be done.
1. Backup the InstallShield directory with a different name.
2. Point $HOME to $ASAP_BASE.
3. Remove InstallShield from $HOME directory.
If the installer finds $HOME/InstallShield/..., an upgrade installation is run to add components onto an existing installation, instead of a new complete installation.
0