MVPRDIMP.DMS fails during upgrade
Upgrading HCM 9.0 / 8.52 To HCM 9.2/8.54.
Task 3-4-15 - Importing PeopleTools System Tables.
Running MVPRDIMP.DMS and it's failing because tablespace "PSIMAGE2" does not exist. To verify I run the following query and zero rows returned in Target environment. However in Source i.e. PeopleTools 8.54 / HCM 9.2 has the tablespace defined. SELECT * FROM PSTBLSPCCAT WHERE DDLSPACENAME = 'PSIMAGE2'
I am wondering did we miss the step that creates the above tablespace? If so which step during the upgrade creates the PSIMAGE tablespace ? Is the best option to create a tablespace manually and try to run the import script again? Will appreciate advise and suggestions.