Skip to content

Commit 6efdcdd

Browse files
Merge pull request #299236 from AbhishekMallick01/May-2-2025-ASE
SAP ASE backup - TSG updates
2 parents a42fc4b + 376264c commit 6efdcdd

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

articles/backup/troubleshoot-sap-ase-sybase-database-backup.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting SAP ASE (Sybase) database backup (preview) using Azure Backup
33
description: Learn to troubleshoot SAP ASE (Sybase) database backup using Azure Backup.
44
ms.topic: troubleshooting
5-
ms.date: 11/23/2024
5+
ms.date: 05/02/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -190,6 +190,57 @@ This article provides troubleshooting details for error codes that appears when
190190

191191
**Recommended action**: Run the updated pre-registration script in the virtual machine, which will add the default configuration in the `config` file and retry. If the error persists after that, contact Microsoft Support.
192192

193+
### DatabaseConnectionError
194+
195+
**Error code**: `DatabaseConnectionError`
196+
197+
**Error message**: An error occurred while executing the query on the database. The database is already open and can only have one user at a time.
198+
199+
**Cause**: The database might be set to single user mode, which prevents additional connections.
200+
201+
**Recommended action**: To resolve the error, follow these steps:
202+
203+
1. Check the database configuration to ensure that it allows multiple connections if required.
204+
1. Validate and disable the single user mode if it is enabled using `sp_dboption`. Learn how to [use `sp_dboption`](https://help.sap.com/docs/SAP_ASE/29a04b8081884fb5b715fe4aa1ab4ad2/ab5c9f3abc2b1014978feb816ba90fa0.html).
205+
206+
If the issue persists, contact Microsoft support.
207+
208+
### SingleUserModeIsEnabled
209+
210+
**Error code**: `SingleUserModeIsEnabled`
211+
212+
**Error message**: Database (`{databaseName}`) is currently in single user mode.
213+
214+
**Cause**: The database is currently in single user mode, which might cause the restore operation to fail. Attempt to disable single user mode was unsuccessful.
215+
216+
**Recommended action**: Sign in to the ASE server and disable the single user mode for the database using the `sp_dboption` stored procedure. Learn how to [use `sp_dboption`](https://help.sap.com/docs/SAP_ASE/29a04b8081884fb5b715fe4aa1ab4ad2/ab5c9f3abc2b1014978feb816ba90fa0.html).
217+
218+
If the issue persists, contact Microsoft support.
219+
220+
221+
### NotAbleToEnableSingleUserMode
222+
223+
**Error code**: `NotAbleToEnableSingleUserMode`
224+
225+
**Error message**: The single user mode didn't change for database (`{databaseName}`) after you attempt to enable it.
226+
227+
**Cause**: This issue may occur due to a problem preventing the change of single user mode.
228+
229+
**Recommended action**: Sign in to the ASE server and manually attempt to enable and disable the single user mode for the database, then retry the operation. Learn how to [use `sp_dboption`](https://help.sap.com/docs/SAP_ASE/29a04b8081884fb5b715fe4aa1ab4ad2/ab5c9f3abc2b1014978feb816ba90fa0.html).
230+
231+
If the issue persists, contact Microsoft support.
232+
233+
234+
### NotAbleToDisableSingleUserMode
235+
236+
**Error code**: `NotAbleToDisableSingleUserMode`
237+
238+
**Error message**: The single user mode didn't change for database (`{databaseName}`) after you attempt to disable it.
239+
240+
**Recommended action**: Sign in to the SAP ASE server and disable the single user mode for the database using the `sp_dboption` stored procedure. Learn how to [use `sp_dboption`](https://help.sap.com/docs/SAP_ASE/29a04b8081884fb5b715fe4aa1ab4ad2/ab5c9f3abc2b1014978feb816ba90fa0.html).
241+
242+
If the issue persists, contact Microsoft support.
243+
193244
## Restore errors
194245

195246
### FailedToCreateDatabase

0 commit comments

Comments
 (0)