Skip to content

Commit c365bbe

Browse files
authored
Merge pull request #97372 from dcurwin/dcurwin-nov28
Fix bold in tables
2 parents a8bf307 + 2a4c481 commit c365bbe

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17,61 +17,61 @@ Refer to the [prerequisites](tutorial-backup-sap-hana-db.md#prerequisites) and [
1717

1818
## Common user errors
1919

20-
### UserErrorInOpeningHanaOdbcConnection
20+
### UserErrorInOpeningHanaOdbcConnection
2121

22-
| Error Message | Failed to connect to HANA system |
22+
| Error Message | <span style="font-weight:normal">Failed to connect to HANA system</span> |
2323
| ------------------ | ------------------------------------------------------------ |
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. |
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. |
2626

27-
### UserErrorHanaInstanceNameInvalid
27+
### UserErrorHanaInstanceNameInvalid
2828

29-
| Error Message | The specified SAP HANA instance is either invalid or can't be found |
29+
| Error Message | <span style="font-weight:normal">The specified SAP HANA instance is either invalid or can't be found</span> |
3030
| ------------------ | ------------------------------------------------------------ |
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. |
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. |
3333

34-
### UserErrorHanaUnsupportedOperation
34+
### UserErrorHanaUnsupportedOperation
3535

36-
| Error Message | The specified SAP HANA operation isn't supported |
36+
| Error Message | <span style="font-weight:normal">The specified SAP HANA operation isn't supported</span> |
3737
| ------------------ | ------------------------------------------------------------ |
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/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
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/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
4040

41-
### UserErrorHANAPODoesNotSupportBackupType
41+
### UserErrorHANAPODoesNotSupportBackupType
4242

43-
| Error Message | This SAP HANA database doesn't support the requested backup type |
43+
| Error Message | <span style="font-weight:normal">This SAP HANA database doesn't support the requested backup type</span> |
4444
| ------------------ | ------------------------------------------------------------ |
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/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
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/azure/backup/sap-hana-backup-support-matrix#scenario-support). |
4747

48-
### UserErrorHANALSNValidationFailure
48+
### UserErrorHANALSNValidationFailure
4949

50-
| Error Message | Backup log chain is broken |
50+
| Error Message | <span style="font-weight:normal">Backup log chain is broken</span> |
5151
| ------------------ | ------------------------------------------------------------ |
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 |
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 |
5454

55-
### UserErrorIncomaptibleSrcTargetSystsemsForRestore
55+
### UserErrorIncomaptibleSrcTargetSystsemsForRestore
5656

57-
| Error Message | The source and target systems for restore are incompatible |
57+
| Error Message | <span style="font-weight:normal">The source and target systems for restore are incompatible</span> |
5858
| ------------------ | ------------------------------------------------------------ |
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 |
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 |
6161

62-
### UserErrorSDCtoMDCUpgradeDetected
62+
### UserErrorSDCtoMDCUpgradeDetected
6363

64-
| Error Message | SDC to MDC upgrade detected |
64+
| Error Message | <span style="font-weight:normal">SDC to MDC upgrade detected</span> |
6565
| ------------------ | ------------------------------------------------------------ |
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/azure/backup/backup-azure-sap-hana-database-troubleshoot#upgrading-from-sap-hana-10-to-20) to resolve the issue |
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/azure/backup/backup-azure-sap-hana-database-troubleshoot#upgrading-from-sap-hana-10-to-20) to resolve the issue |
6868

69-
### UserErrorInvalidBackintConfiguration
69+
### UserErrorInvalidBackintConfiguration
7070

71-
| Error Message | Detected invalid backint configuration |
71+
| Error Message | <span style="font-weight:normal">Detected invalid backint configuration</span> |
7272
| ------------------ | ------------------------------------------------------------ |
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/azure/backup/sap-hana-db-manage#stop-protection-for-an-sap-hana-database) from the Azure portal, and then select **Resume backup**. |
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/azure/backup/sap-hana-db-manage#stop-protection-for-an-sap-hana-database) from the Azure portal, and then select **Resume backup**. |
7575

7676
## Restore checks
7777

0 commit comments

Comments
 (0)