When you are getting an error while taking the HANA backup, you can check the backup status via SQL to ensure backup is still running or not with the following SQL statement.
In our example, we are getting an below situation in DB13 transaction ;
“Backup could not be completed: [110122] A data backup cannot be created because another backup is running or a storage snapshot has been prepared”
“HANA Backup Console” status ;
Now we can check the backup is running or not via below SQL statement ;
select * from “SYS”.“M_BACKUP_CATALOG” where STATE_NAME=‘running’
If backup is not running then we can see a screen like ;
If backup is running then we can see a screen like ;
Now we can make a decision and action according to this result…
NEED SAP BASIS INSTALLATION ON LINUX O/S.