The upgrade process with Oracle Fusion Middleware Upgrade Assistant (ua.bat) type 'All Schemas Used By a Domain' fails with the following message:
Oracle Business Intelligence Schema
doUpgrade Failed, due: java.lang.RuntimeException: Total 1 schema plugins failed: (1) Schema plugin: com.oracle.bi.contentstorage.plugins.schema.ContentStorageSchemaPlugin failed: Validate failed: Migration checksum mismatch for migration 1.0.0.0.4 -> Applied to database : 2114654566 -> Resolved locally : -946993454
UPGCMP-06005: BIPLATFORM database schema update failed.
Cause: Specified BIPLATFORM database schema update failed.
Action: Check the log file and if necessary restore the database from backup.
UPGCMP-06005: BIPLATFORM database schema update failed.
Cause: Specified BIPLATFORM database schema update failed.
Action: Check the log file and if necessary restore the database from backup.
doUpgrade Failed
Overview of environment
- OAS Server
OS: Windows Server 2019 Standard Edition
Oracle Analytics Server 7.0.0 (OAS 2023)
Applied WLS/FMW/OAS patches to OAS 2023: April 2024
Applied WLS/FMW/OAS patches to OAS 2024: April 2024 including patch 35515979
$ORACLE_HOME D:\analytics\product\oas_home
$DOMAIN_HOME D:\analytics\config\domains\oas_domain
- Database Server (different Machine from OAS Server) for Repository
OS: Windows Server 2019 Standard Edition
DBMS: MS SQL Server 2019 Enterprise Edition
Process for upgrade
According to Guide
https://docs.oracle.com/en/middleware/bi/analytics-server/migrate-upgrade-oas/upgrade-process.html
the following steps were planed:
- Apply latest patches to Oracle Analytics Server 7.0.0 (OAS 2023) installation
- Shut down OAS services (leave database instance running)
- Create Backup directory: mkdir D:\analytics\config\backup
- Backup contents of $ORACLE_HOME as Zip-archive to D:\analytics\config\backup
- Backup contents of $DOMAIN_HOME as Zip-archive to D:\analytics\config\backup
- Move existing $ORACLE_HOME directory to temporary directory: move D:\analytics\product\oas_home D:\analytics\product\oas_home.2023
- Create new empty $ORACLE_HOME directory: mkdir D:\analytics\product\oas_home
- Install Oracle Fusion Middleware 12.2.1.4.0 to D:\analytics\product\oas_home into new empty $ORACLE_HOME directory
- Install Oracle Analytics Server 7.6.0 (OAS 2024) to D:\analytics\product\oas_home into new empty $ORACLE_HOME directory
- Apply OPatch/WLS/FMW/OAS April 2024 patches (including patch 35515979) into new empty $ORACLE_HOME directory
- Perform Readiness check with Oracle Fusion Middleware Upgrade Assistant: %ORACLE_HOME%\oracle_common\upgrade\bin\ua.bat -readiness
- Back up mapViewerConfig.xml: copy D:\analytics\config\domains\oas_domain\config\fmwconfig\mapviewer\conf\mapViewerConfig.xml D:\analytics\config\backup
- Upgrade All Schemas Used By a Domain with Oracle Fusion Middleware Upgrade Assistant: %ORACLE_HOME%\oracle_common\upgrade\bin\ua.bat
- Reconfigure the existing domain with the Reconfiguration Wizard: ORACLE_HOME\oracle_common\commom\bin\reconfig.cmd
- Upgrade All Configurations Used By a Domain with Oracle Fusion Middleware Upgrade Assistant: %ORACLE_HOME%\oracle_common\upgrade\bin\ua.bat
- Restore mapViewerConfig.xml: copy D:\analytics\config\backup\ mapViewerConfig.xml D:\analytics\config\domains\oas_domain\config\fmwconfig\mapviewer\conf\ /y
- Restart all OAS services
- Verify upgrade and delete old %ORACLE_HOME%: erase \analytics\product\oas_home.2023 /f /s /q
Upgrade Notes
Alternatives tried (without success):
- Trying an upgrade from Oracle Analytics Server 7.0.0 with January 2024 patches
- Trying an upgrade from Oracle Analytics Server 7.0.0 with April 2024 patches
- Trying an upgrade to Oracle Analytics Server 7.6.0 without any patches
- Trying an upgrade to Oracle Analytics Server 7.6.0 with April 2024 patches
- Trying an upgrade to Oracle Analytics Server 7.6.0 with April 2024 patches (including patch 35515979)
Question
Is there a required step missing? Or a specific patch? Or is this just a bug?