Hi Damon,
The "Recreate Build Home" option can only be used if you are creating the environment from scratch (Tech Doc Ref: Creating Buildhome - ALE Documentation For IFS Cloud).
If this is an upgrade project, once the new Upgrade Build Home is created using the "Recreate Build Home" option and downloaded, you need to recreate the install.tem
file by pointing it to the source database (i.e., the current version). This ensures that the component upgrade modes are set correctly.
For example, existing components in the source database should be marked for upgrade, while new components should be treated as fresh installations.
This is the typical process for the upgrade project to upgrade the Apps10 DB to the IFS Cloud:
- Get a copy of the current track DB (= Apps10 PROD DB).
- Import that database into the Upgrade Place’s DB server, where the core upgrade scripts are executed, and create the source database there. (There is a prerequisite for running the script called prepare.sql, which is included in the downloaded upgrade Build. Tech Doc Links: Prepare Database Instance for IFS Cloud - Technical Documentation For IFS Cloud & Initiate a prepare database - Technical Documentation For IFS Cloud)
- Download the IFS Cloud Upgrade Build from the Build Place. In your case, your new Upgrade Build Home in the Build Place.
- Point the install.tem in the downloaded upgrade build to the source database created in the Upgrade Place DB server and convert the install.tem to the upgrade mode.
- Run the upgrade scripts and convert the Apps10 DB to the IFS Cloud target version
Note: You cannot use the "Recreate Build Home" option to upgrade any existing IFS Cloud environments.
Thank you