|
2 | 2 | title: Troubleshooting SAP ASE (Sybase) database backup (preview) using Azure Backup
|
3 | 3 | description: Learn to troubleshoot SAP ASE (Sybase) database backup using Azure Backup.
|
4 | 4 | ms.topic: troubleshooting
|
5 |
| -ms.date: 11/23/2024 |
| 5 | +ms.date: 05/02/2025 |
6 | 6 | ms.service: azure-backup
|
7 | 7 | author: jyothisuri
|
8 | 8 | ms.author: jsuri
|
@@ -190,6 +190,57 @@ This article provides troubleshooting details for error codes that appears when
|
190 | 190 |
|
191 | 191 | **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.
|
192 | 192 |
|
| 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 | + |
193 | 244 | ## Restore errors
|
194 | 245 |
|
195 | 246 | ### FailedToCreateDatabase
|
|
0 commit comments