cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot execute import/export database hana studio

Former Member
0 Kudos

Hi,

We need to create a new Test company from the Productive Company Database, A few days ago we didn't have any problem executing the import/export functionality in HANA Studio:

export "DB_PRD"."*" as binary into '/hana/Backup' with replace threads 10;

import "DB_PRD"."*" as binary from '/hana/Backup/' with replace threads 10

rename schema "DB_PRD" to "DB_TST";

But now, when we want to do this we have the next error:

Could not execute 'import "DB_PRD"."*" as binary from '/hana/Backup/' with replace threads 10 rename schema ...' in 674 ms 276 µs .

SAP DBTech JDBC: [2]: general error: DB_PRD.ETL_S  DB_PRD:OACT_tracking not found in the import directory.

Does anyone has the same situation?

Accepted Solutions (1)

Accepted Solutions (1)

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please check SAP note:

1944485 - Cannot import schema into SAP HANA if data staging is
enabled

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

Thanks Nagarajan, That Note resolved our problem.

Thanks Again!!!

Answers (0)