Skip to content

Commit d129a03

Browse files
author
David Curwin
committed
Changed Error Table
1 parent 45620a6 commit d129a03

File tree

1 file changed

+57
-10
lines changed

1 file changed

+57
-10
lines changed

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

Lines changed: 57 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
3+
24
title: Troubleshoot SAP HANA databases backup errors
35
description: Describes how to troubleshoot common errors that might occur when you use Azure Backup to back up SAP HANA databases.
46
ms.topic: conceptual
@@ -15,16 +17,61 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
1517

1618
## Common user errors
1719

18-
| Error | Error message | Possible causes | Recommended action |
19-
| ------------------------------------ | -------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
20-
| UserErrorInOpeningHanaOdbcConnection | Failed to connect to HANA system | The SAP HANA instance may be down. <br> The required permissions for Azure backup to interact with the HANA database aren't set. | Check if the SAP HANA database is up. If the database is up and running, check if all the required permissions are set. If any of the permissions are missing run the [preregistration script](https://aka.ms/scriptforpermsonhana) to add the missing permissions. |
21-
| UserErrorHanaInstanceNameInvalid | The specified SAP HANA instance is either invalid or can't be found | Multiple SAP HANA instances on a single Azure VM can't be backed up. | Run the [preregistration script](https://aka.ms/scriptforpermsonhana) on the SAP HANA instance you want to back up. If the issue still persists, contact Microsoft support. |
22-
| UserErrorHanaUnsupportedOperation | The specified SAP HANA operation isn't supported | Azure backup for SAP HANA doesn't support incremental backup and actions performed on SAP HANA native clients (Studio/ Cockpit/ DBA Cockpit) | For more information, refer [here](sap-hana-backup-support-matrix.md#scenario-support). |
23-
| UserErrorHANAPODoesNotSupportBackupType | This SAP HANA database doesn't support the requested backup type | Azure backup doesn't support incremental backup and backup using snapshots | For more information, refer [here](sap-hana-backup-support-matrix.md#scenario-support). |
24-
| UserErrorHANALSNValidationFailure | Backup log chain is broken | The log backup destination may have been updated from backint to file system or the backint executable may have been changed | Trigger a full backup to resolve the issue |
25-
| UserErrorIncomaptibleSrcTargetSystsemsForRestore | The source and target systems for restore are incompatible | The target system for restore is incompatible with the source | Refer to the SAP Note [1642148](https://launchpad.support.sap.com/#/notes/1642148) to learn about the restore types supported today |
26-
| UserErrorSDCtoMDCUpgradeDetected | SDC to MDC upgrade detected | The SAP HANA instance has been upgraded from SDC to MDC. Backups will fail after the update. | Follow the steps listed in the [Upgrading from SAP HANA 1.0 to 2.0 section](#upgrading-from-sap-hana-10-to-20) to resolve the issue |
27-
| UserErrorInvalidBackintConfiguration | Detected invalid backint configuration | The backing parameters are incorrectly specified for Azure backup | Check if the following (backint) parameters are set: <br> * [catalog_backup_using_backint:true] <br> * [enable_accumulated_catalog_backup:false] <br> * [parallel_data_backup_backint_channels:1] <br>* [log_backup_timeout_s:900)] <br> * [backint_response_timeout:7200] <br> If backint-based parameters are present in HOST, remove them. If parameters aren't present at HOST level but have been manually modified at a database level, revert them to the appropriate values as described earlier. Or, run [stop protection and retain backup data](sap-hana-db-manage.md#stop-protection-for-an-sap-hana-database) from the Azure portal, and then select **Resume backup**. |
20+
### UserErrorInOpeningHanaOdbcConnection
21+
22+
| Error Message | Failed to connect to HANA system |
23+
| ------------------ | ------------------------------------------------------------ |
24+
| Possible causes | The SAP HANA instance may be down.<br/>The required permissions for Azure backup to interact with the HANA database aren't set. |
25+
| Recommended action | Check if the SAP HANA database is up. If the database is up and running, check if all the required permissions are set. If any of the permissions are missing run the [preregistration script](https://aka.ms/scriptforpermsonhana) to add the missing permissions. |
26+
27+
### UserErrorHanaInstanceNameInvalid
28+
29+
| Error Message | The specified SAP HANA instance is either invalid or can't be found |
30+
| ------------------ | ------------------------------------------------------------ |
31+
| Possible causes | Multiple SAP HANA instances on a single Azure VM can't be backed up. |
32+
| Recommended action | Run the [preregistration script](https://aka.ms/scriptforpermsonhana) on the SAP HANA instance you want to back up. If the issue still persists, contact Microsoft support. |
33+
34+
### UserErrorHanaUnsupportedOperation
35+
36+
| Error Message | The specified SAP HANA operation isn't supported |
37+
| ------------------ | ------------------------------------------------------------ |
38+
| Possible causes | Azure backup for SAP HANA doesn't support incremental backup and actions performed on SAP HANA native clients (Studio/ Cockpit/ DBA Cockpit) |
39+
| Recommended action | For more information, refer [here](https://docs.microsoft.com/en-us/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
40+
41+
### UserErrorHANAPODoesNotSupportBackupType
42+
43+
| Error Message | This SAP HANA database doesn't support the requested backup type |
44+
| ------------------ | ------------------------------------------------------------ |
45+
| Possible causes | Azure backup doesn't support incremental backup and backup using snapshots |
46+
| Recommended action | For more information, refer [here](https://docs.microsoft.com/en-us/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
47+
48+
### UserErrorHANALSNValidationFailure
49+
50+
| Error Message | Backup log chain is broken |
51+
| ------------------ | ------------------------------------------------------------ |
52+
| Possible causes | The log backup destination may have been updated from backint to file system or the backint executable may have been changed |
53+
| Recommended action | Trigger a full backup to resolve the issue |
54+
55+
### UserErrorIncomaptibleSrcTargetSystsemsForRestore
56+
57+
| Error Message | The source and target systems for restore are incompatible |
58+
| ------------------ | ------------------------------------------------------------ |
59+
| Possible causes | The target system for restore is incompatible with the source |
60+
| Recommended action | Refer to the SAP Note [1642148](https://launchpad.support.sap.com/#/notes/1642148) to learn about the restore types supported today |
61+
62+
### UserErrorSDCtoMDCUpgradeDetected
63+
64+
| Error Message | SDC to MDC upgrade detected |
65+
| ------------------ | ------------------------------------------------------------ |
66+
| Possible causes | The SAP HANA instance has been upgraded from SDC to MDC. Backups will fail after the update. |
67+
| Recommended action | Follow the steps listed in the [Upgrading from SAP HANA 1.0 to 2.0 section](https://docs.microsoft.com/en-us/azure/backup/backup-azure-sap-hana-database-troubleshoot#upgrading-from-sap-hana-10-to-20) to resolve the issue |
68+
69+
### UserErrorInvalidBackintConfiguration
70+
71+
| Error Message | Detected invalid backint configuration |
72+
| ------------------ | ------------------------------------------------------------ |
73+
| Possible causes | The backing parameters are incorrectly specified for Azure backup |
74+
| Recommended action | Check if the following (backint) parameters are set:<br/>\* [catalog_backup_using_backint:true]<br/>\* [enable_accumulated_catalog_backup:false]<br/>\* [parallel_data_backup_backint_channels:1]<br/>\* [log_backup_timeout_s:900)]<br/>\* [backint_response_timeout:7200]<br/>If backint-based parameters are present in HOST, remove them. If parameters aren't present at HOST level but have been manually modified at a database level, revert them to the appropriate values as described earlier. Or, run [stop protection and retain backup data](https://docs.microsoft.com/en-us/azure/backup/sap-hana-db-manage#stop-protection-for-an-sap-hana-database) from the Azure portal, and then select **Resume backup**. |
2875

2976
## Restore checks
3077

0 commit comments

Comments
 (0)