If you are on Clarity 15.6.1 and planning to upgrade to 15.7 then follow the below instruction.
- Stop all the clarity services
- Execute the command dbPatch -install
-file <Path to TEMP_ODF_UI_VIEW_SETTINGS.xml> -apply (This will create a Temp table in your clarity schema) - Execute the command dbPatch -install -file <Path to PRE_UPGRADE_SAVED_VIEWS.xml> -apply (This will take the backup of the Project and Idea View and keep it in the Temp table)
- Start the upgrade of clarity and ensure it completes successfully
- Execute the command dbPatch -install -file <Path to
POSTUPGRADE_SAVED_VIEWS.xml> -apply (This will copy the restored Project and Idea View to the main table)
Note: The above steps are only required when you are upgrading from 15.6.1 to 15.7 and if you are On Demand (SAAS) customer we will take care of this issue