Skip to content

Commit f1cb446

Browse files
authored
Merge pull request #189445 from v-amallick/Feb-23-2022-HANA
HANA - Dos Error updates
2 parents 5c8122a + 928e0db commit f1cb446

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 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: 02/01/2022
5+
ms.date: 02/23/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -173,6 +173,20 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
173173
**Possible causes** | System databases restore failed as the **<sid>adm** user environment couldn't find the **HDBsettings.sh** file to trigger restore.
174174
**Recommended action** | Work with the SAP HANA team to fix this issue.<br><br>If HXE is the SID, ensure that environment variable HOME is set to _/usr/sap/HXE/home_ as **sid-adm** user.
175175

176+
### CloudDosAbsoluteLimitReached
177+
178+
**Error message** | `Operation is blocked as you have reached the limit on number of operations permitted in 24 hours.` |
179+
------ | -----------
180+
**Possible causes** | When you've reached the maximum permissible limit for an operation in a span of 24 hours, this error appears. <br><br> For example: If you've hit the limit for the number of configure backup jobs that can be triggered per day, and you try to configure backup on a new item, you'll see this error.
181+
**Recommended action** | Typically, retrying the operation after 24 hours resolves this issue. However, if the issue persists, you can contact Microsoft support for help.
182+
183+
### CloudDosAbsoluteLimitReachedWithRetry
184+
185+
**Error message** | `Operation is blocked as the vault has reached its maximum limit for such operations permitted in a span of 24 hours.`
186+
------ | -----------
187+
**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.
188+
**Recommended action** | Azure Backup service will automatically retry this operation after 24 hours.
189+
176190
## Restore checks
177191

178192
### Single Container Database (SDC) restore

0 commit comments

Comments
 (0)