cancel
Showing results for 
Search instead for 
Did you mean: 

HANA XS JOB log deletion

Former Member
0 Kudos

Hello,

We have scheduled the backup for HANA system using XS Dashboard as per the blog:"https://blogs.sap.com/2015/02/09/using-a-sap-hana-xs-job-to-create-data-backups-at-a-scheduled-interval/#".

Now we are in process of deleting these XS backups on a specified interval using XS dashboard.

Is any one have idea about how we can delete these XS backups automatically from XS Dashboard.

Thanks,
Sumit K

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioG_TX
Active Contributor
0 Kudos

if you are wanting to delete the job - you can delete it or disable it itself from the dashboard.

alternatively, you can use the XS Job API

https://help.sap.com/http.svc/rc/3de842783af24336b6305a3c0223a369/2.0.01/en-US/$.jobs.Job.html

check the job log

https://help.sap.com/http.svc/rc/3de842783af24336b6305a3c0223a369/2.0.01/en-US/$.jobs.JobLog.html

or manipulate their schedules

https://help.sap.com/http.svc/rc/3de842783af24336b6305a3c0223a369/2.0.01/en-US/$.jobs.JobSchedules.h...

hope this is what you are looking for