Hi..
My question is related with this thread,
We are trying to export the schema through the following steps get error in step 3 in below.
1. ssh to machine which has SAP HANA installed
2. hdbsql -n localhost:30015 -u system -p password
3. EXPORT "SCHEMA_NAME"."*" AS BINARY INTO '/home/hanauser/hana-database-backups/'
* 258: insufficient privilege: Not authorized SQLSTATE: HY000
When I checked the system user, it does have export and import privilege so why is it failing complaining about privilege?
Note: The same operation works successfully through UI. (export option in HANA studio).