Hi,
I am trying to migrate schema from one hana instance (SPS 8) to another instance (SPS 9) using EXPORT/IMPORT. I exported the schema to a folder and then copied the folder to new hana instance via scp. When I try to import the schema using the import command as follows it gives the following error.
IMPORT "SCHEMA"."*" AS BINARY from '/Backup/Export_SPS_8/' (also tried with Rename option)
Error generated is:
Could not execute 'IMPORT "SCHEMA"."*" AS BINARY from .........
SAP DBTech JDBC: [2048]: column store error: table import failed: [30151] Object not found in the import directory;object=TN:Rolesen
Can anyone suggest if i am doing the migration right way or is there a better way to so so?
TIA,
Nikhil