Skip to content

Commit 6693434

Browse files
Merge pull request #216870 from v-amallick/Oct-18-2022-Git
Addressed Git issue #100197
2 parents 445fd78 + 48b43dc commit 6693434

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/backup/backup-azure-sap-hana-database-troubleshoot.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot SAP HANA databases backup errors
33
description: Describes how to troubleshoot common errors that might occur when you use Azure Backup to back up SAP HANA databases.
44
ms.topic: troubleshooting
5-
ms.date: 05/16/2022
5+
ms.date: 11/02/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -198,6 +198,13 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
198198
**Possible causes** | When you've reached the maximum permissible limit for an operation in a span of 24 hours, this error appears. This error usually appears when there are at-scale operations such as modify policy or auto-protection. Unlike the case of CloudDosAbsoluteLimitReached, there isn't much you can do to resolve this state. In fact, Azure Backup service will retry the operations internally for all the items in question.<br><br> For example, if you've a large number of datasources protected with a policy and you try to modify that policy, it will trigger configure protection jobs for each of the protected items and sometimes may hit the maximum limit permissible for such operations per day.
199199
**Recommended action** | Azure Backup service will automatically retry this operation after 24 hours.
200200

201+
### UserErrorInvalidBackint
202+
203+
**Error message** | Found invalid hdbbackint executable.
204+
--- | ---
205+
**Possible case** | 1. The operation to change Backint path from `/opt/msawb/bin` to `/usr/sap/<sid>/SYS/global/hdb/opt/hdbbackint` failed due to insufficient storage space in the new location. <br><br> 2. The *hdbbackint utility* located on `/usr/sap/<sid>/SYS/global/hdb/opt/hdbbackint` doesn't have executable permissions or correct ownership.
206+
**Recommended action** | 1. Ensure that there is free space available on `/usr/sap/<sid>/SYS/global/hdb/opt/hdbbackint` or the path where you want to save backups. <br><br> 2. Ensure that *sapsys* group has appropriate permissions on the `/usr/sap/<sid>/SYS/global/hdb/opt/hdbbackint` file by running the command `chmod 755`.
207+
201208
## Restore checks
202209

203210
### Single Container Database (SDC) restore

0 commit comments

Comments
 (0)