Silent install of CLM applications fails with CRJAZ9007E error
When attempting a silent install of CLM on a server where there is an existing installation of an application which was installed using Installation Manager, the following error is thrown.
ERROR: CRJAZ9007E - A new installation is required instead of an update.
This version of Jazz Team Server cannot be upgraded by using the Update wizard in Installation Manager.
Leave the current installation in place during the upgrade process and install the new version into a new Installation Manager package group.
You can use the scripts that are provided with the new installation to transfer the configuration information from the old installation to the new one.
ERROR: CRJAZ9007E - A new installation is required instead of an update.
This version of Jazz Team Server cannot be upgraded by using the Update wizard in Installation Manager.
Leave the current installation in place during the upgrade process and install the new version into a new Installation Manager package group.
You can use the scripts that are provided with the new installation to transfer the configuration information from the old installation to the new one.
One answer
make sure the paths and IDs are different from existing installs.
Note in here the profile has an ID and location:
<profile id="TMP" installLocation="/tmp/silent-install/JazzTeamServer">
and then later in the file, each offering specifies the profile ID:
<offering profile="TMP" id='com.ibm.team.install.jfs.app.jts'/>
Note in here the profile has an ID and location:
<profile id="TMP" installLocation="/tmp/silent-install/JazzTeamServer">
and then later in the file, each offering specifies the profile ID:
<offering profile="TMP" id='com.ibm.team.install.jfs.app.jts'/>