Skip to Content
0
May 16, 2018 at 06:32 AM

How to automate Weekly Backup OF Hana Calculation Views on Server using Delivery Units in HANA SP12

337 Views Last edit May 16, 2018 at 07:02 AM 4 rev

I need to automate the backup of my calculation views on server using Delivery Units. Is this possbile in Hana SP12.

Can we create some cron script in Linux which runs weekly and creates backup for the calculation views at the server site.

Is this thing feasible in HANA ?

I tried something like this, but it doesn't work.

EXPORT "_SYS_BIC"."RA.Test.Test/CV_TEST_EXPORT_IMPORT" AS CSV INTO '/hana/shared' WITH REPLACE NO DEPENDENCIES THREADS 2 NO STATISTICS;