Skip to content

Commit 9f2527f

Browse files
author
AbhishekMallick-MS
committed
more updates
1 parent 96b4056 commit 9f2527f

File tree

2 files changed

+227
-141
lines changed

2 files changed

+227
-141
lines changed

articles/backup/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,8 @@
887887
href: backup-azure-sap-hana-database-troubleshoot.md
888888
- name: SAP HANA database instance backup in Azure VM
889889
href: sap-hana-database-instance-troubleshoot.md
890+
- name: SAP ASE database backup in Azure VMs
891+
href: troubleshoot-sap-ase-sybase-database-backup.md
890892
- name: System State
891893
href: backup-azure-system-state-troubleshoot.md
892894
- name: Archive tier

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

Lines changed: 225 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -55,147 +55,231 @@ This article provides troubleshooting details for error codes that appears when
5555

5656
**Error message**: Configure protection operation failed on the instance.
5757

58-
**Recommended action**: 1. Check if the database is online. 2. Check if the database credentials are correct . 3. if the issue still persists, please contact Microsoft Support for further assistance.
59-
60-
61-
InvalidWorkloadType
62-
ErrorCode: InvalidWorkloadType
63-
Message: Invalid workload type.
64-
RecommendedAction: Fix the input and retry the operation. If the issue persists contact support.
65-
66-
GetPluginVersionError
67-
ErrorCode: GetPluginVersionError
68-
Message: Error while getting plugin version.
69-
RecommendedAction: Retry the operation. If the issue persists contact support.
70-
71-
OperationNotSupportedError
72-
ErrorCode: OperationNotSupportedError
73-
Message: Restore Inquire Operation Not Supported.
74-
RecommendedAction: No action required. Contact support for further clarifications.
75-
76-
GeneralPluginException
77-
ErrorCode: GeneralPluginException
78-
Message: An exception occurred.
79-
RecommendedAction: Internal error. For further assistance please contact Microsoft Support.
80-
81-
DatabaseQueryExecutionError
82-
ErrorCode: DatabaseQueryExecutionError
83-
Message: An ASE exception occurred while running query on database.
84-
RecommendedAction: Please check if database is online and retry the operation. If the issue persists, contact support.
85-
86-
87-
88-
89-
ASEBackupServerNotRunning
90-
91-
ErrorCode: ASEBackupServerNotRunning
92-
93-
Message: ASE backup server is not running.
94-
RecommendedAction: Please check if database is online, backup server is running and retry the operation. If the issue persists, contact support.
95-
96-
97-
Backup Error Code
98-
UserErrorASELSNValidationFailure
99-
ErrorCode: UserErrorASELSNValidationFailure
100-
Message: Log sequence validation failed. Initiating a forced full backup now.
101-
RecommendedAction: Log Sequence Number validation has failed / possible log chain break, a full backup will be performed now to fix it. If error persists after that, please contact Microsoft Support.
102-
DatabaseBackupOperationFailed
103-
ErrorCode: DatabaseBackupOperationFailed
104-
Message: Database backup failed.
105-
RecommendedAction: Retry backup. If error persists, please contact Microsoft Support.
106-
BackupValidationFailed
107-
ErrorCode: BackupValidationFailed
108-
Message: Database backup validation failed.
109-
RecommendedAction: Retry the operation. If error persists, please contact Microsoft Support.
110-
DatabaseExistenceValidationFailure
111-
ErrorCode: DatabaseExistenceValidationFailure,
112-
Message: Database existence validation failed.
113-
RecommendedAction: Check if database exists and is online. If not, create and make it online. For further assistance, please contact Microsoft Support.
114-
WriteToBackupStreamFailure
115-
ErrorCode: WriteToBackupStreamFailure
116-
Message: Failure while writing data to backup stream.
117-
RecommendedAction: Retry the operation. If the issue still persists, please contact Microsoft Support for further assistance.
118-
DumpHistoryCorrupted
119-
ErrorCode: DumpHistoryCorrupted
120-
Message: Dump history file is corrupted due to incorrect syntax.
121-
RecommendedAction: Check for the disk space or any incorrect format in dump history file.If the dump file is corrupted, please go through the steps mentioned in sap note to resolve the issue https://me.sap.com/notes/2167081/E . Please contact support if the issue is still not resolved.
122-
123-
GetDatabaseVersionFailure
124-
125-
ErrorCode: GetDatabaseVersionFailure
126-
127-
Message: Error while fetching database version.
128-
RecommendedAction: Check if database is in running state. Please contact support if the issue is still not resolved.
129-
130-
FullBackupNotPerformed
131-
ErrorCode: FullBackupNotPerformed
132-
Message: No previous full backups were found. Initiating a forced full backup now.
133-
RecommendedAction: An automatic full backup will be performed now. If the error persists afterward, please contact Microsoft Support.
134-
135-
LatestFullBackupIsOld
136-
ErrorCode: LatestFullBackupIsOld
137-
Message: The latest full backup is more than 15 days old. A forced full backup will be taken now.
138-
RecommendedAction: An automatic full backup will be performed now. If the error persists, please contact Microsoft Support.
139-
140-
141-
CompressionLevelNotSet
142-
143-
ErrorCode: CompressionLevelNotSet
144-
Message: Compression has been enabled but there is no associated compression level.
145-
RecommendedAction: Please run the updated pre-registration script in the virtual machine, which will add the default configuration in config and retry. If the error persists after that, please contact Microsoft Support.
146-
147-
148-
Restore Errors
149-
FailedToCreateDatabase
150-
ErrorCode: FailedToCreateDatabase
151-
Message: Failed to create database for restoring.
152-
RecommendedAction: 1. Make sure default device configured on the database instance.
153-
2.Database creation failed with model database is in error. Please resolve the error and retry.
154-
3. Enough space is not available in the default device. Please increase the size of database device (or) change the default device having free space matching the size of source database.
155-
InvalidDatabaseName
156-
ErrorCode: InvalidDatabaseName
157-
Message: Database name supplied during alternative location restore is not meeting the requirements for database creation.
158-
RecommendedAction: Database length should not exceed 30 characters.
159-
ForceOverwriteOptionNotSet
160-
ErrorCode: ForceOverwriteOptionNotSet
161-
Message: Restore failed because overwrite options is not set correctly
162-
RecommendedAction: Please choose ForceOverwrite option to perform restore on this DB as the database with same name exist.
163-
164-
InvalidOverwriteOption
165-
ErrorCode: InvalidOverwriteOption
166-
Message: Restore operation failed due to overwrite option set to null or is invalid.
167-
RecommendedAction: Please choose ForceOverwrite option to perform restore on this DB.
168-
169-
PointInTimeRestoreFailed
170-
ErrorCode: PointInTimeRestoreFailed
171-
Message: Database restore to the specified point in time failed with an internal error.
172-
RecommendedAction: Try restoring the database from a previous Full backup. For further assistance please contact Microsoft Support.
173-
174-
RestoreMasterALROLRUnSupported
175-
ErrorCode: RestoreMasterALROLRUnSupported
176-
Message: Master database cannot be restored using Alternate and original location. Please restore using restore as files.
177-
RecommendedAction: 1. Start the database in Single User mode.
178-
2. Restore the master database dump using restore as files.
179-
3. Apply the restore using the dump file.
180-
4. Restart the database in multi user mode.
181-
182-
183-
RestoreOperationFailed
184-
ErrorCode: RestoreOperationFailed
185-
Message: Database restore failed with an error
186-
RecommendedAction: Try restoring the database from a previous Full backup. For further assistance please contact Microsoft Support.
187-
DatabaseRestoreFailed
188-
ErrorCode: DatabaseRestoreFailed
189-
Message: Database Restore has failed due to an unknown error.
190-
RecommendedAction: Wait for a few minutes and then try the operation again. If the issue persists please contact Microsoft support.
191-
DatabaseOperationFailed
192-
ErrorCode: DatabaseOperationFailed
193-
Message: Database operation failed with an error.
194-
RecommendedAction: Please check database user has appropriate permissions. For further assistance please contact Microsoft Support.
195-
MultiActiveConnections
196-
ErrorCode: MultiActiveConnections
197-
Message: Unable to execute restore operation on database %DatabaseName; because the active connections exceed one, preventing the database from being switched to single server mode.
198-
RecommendedAction: Terminate all active connections and ensure that either there are no remaining connections or only one active connection at most. For further assistance, please contact Microsoft Support.
58+
**Recommended action**: To resolve the issue, follow these steps:
59+
60+
1. Check if the database is online.
61+
2. Check if the database credentials are correct.
62+
3. if the issue still persists, please contact Microsoft Support for further assistance.
63+
64+
### InvalidWorkloadType
65+
66+
**Error code**: `InvalidWorkloadType`
67+
68+
**Error message**: Invalid workload type.
69+
70+
**Recommended action**: Fix the input and retry the operation. If the issue persists contact Microsoft support.
71+
72+
### GetPluginVersionError
73+
74+
**Error code**: `GetPluginVersionError`
75+
76+
**Error message**: Error while getting plugin version.
77+
78+
**Recommended action**: Retry the operation. If the issue persists contact Microsoft support.
79+
80+
### OperationNotSupportedError
81+
82+
**Error code**: `OperationNotSupportedError`
83+
**Error message**: Restore Inquire Operation Not Supported.
84+
85+
**Recommended action**: No action is required. Contact Microsoft support for further clarifications.
86+
87+
### GeneralPluginException
88+
89+
**Error code**: `GeneralPluginException`
90+
91+
**Error message**: An exception occurred.
92+
93+
**Recommended action**: This is an internal error. For further assistance contact Microsoft Support.
94+
95+
### DatabaseQueryExecutionError
96+
97+
**Error code**: `DatabaseQueryExecutionError`
98+
99+
**Error message**: An ASE exception occurred while running query on database.
100+
101+
**Recommended action**: Check if database is online and retry the operation. If the issue persists, contact Microsoft support.
102+
103+
### ASEBackupServerNotRunning
104+
105+
**Error code**: `ASEBackupServerNotRunning`
106+
107+
**Error message**: ASE backup server isn't running.
108+
109+
**Recommended action**: Check if database is online, backup server is running, and then retry the operation. If the issue persists, contact Microsoft support.
110+
111+
## Backup error code
112+
113+
### UserErrorASELSNValidationFailure
114+
115+
**Error code**: `UserErrorASELSNValidationFailure`
116+
117+
**Error message**: Log sequence validation failed. Initiating a forced full backup now.
118+
119+
**Recommended action**: Log Sequence Number validation has failed / possible log chain break, a full backup will be performed now to fix it. If error persists after that, contact Microsoft Support.
120+
121+
### DatabaseBackupOperationFailed
122+
123+
**Error code**: `DatabaseBackupOperationFailed`
124+
125+
**Error message**: Database backup failed.
126+
127+
**Recommended action**: Retry the backup operation. If error persists, contact Microsoft Support.
128+
129+
### BackupValidationFailed
130+
131+
**Error code**: `BackupValidationFailed`
132+
133+
**Error message**: Database backup validation failed.
134+
135+
**Recommended action**: Retry the operation. If error persists, contact Microsoft Support.
136+
137+
### DatabaseExistenceValidationFailure
138+
139+
**Error code**: `DatabaseExistenceValidationFailure`
140+
141+
**Error message**: Database existence validation failed.
142+
143+
**Recommended action**: Check if the database exists and is online. If not, create and make the database online. For further assistance, contact Microsoft Support.
144+
145+
### WriteToBackupStreamFailure
146+
147+
**Error code**: `WriteToBackupStreamFailure`
148+
149+
**Error message**: Failure while writing data to backup stream.
150+
151+
**Recommended action**: Retry the operation. If the issue still persists, contact Microsoft Support for further assistance.
152+
153+
### DumpHistoryCorrupted
154+
155+
**Error code**: `DumpHistoryCorrupted`
156+
157+
**Error message**: Dump history file is corrupted due to incorrect syntax.
158+
159+
**Recommended action**: Check for the disk space or any incorrect format in dump history file. If the dump file is corrupted, see the [SAP note to resolve the issue](https://me.sap.com/notes/2167081/E). If the issue still persists, contact Microsoft support.
160+
161+
### GetDatabaseVersionFailure
162+
163+
**Error code**: `GetDatabaseVersionFailure`
164+
165+
**Error message**: Error while fetching database version.
166+
167+
**Recommended action**: Check if the database is in running state. If the issue still persists, contact Microsoft support.
168+
169+
### FullBackupNotPerformed
170+
171+
**Error code**: `FullBackupNotPerformed`
172+
173+
**Error message**: No previous full backups were found. Initiating a forced full backup now.
174+
175+
**Recommended action**: An automatic full backup will be performed. If the error persists afterward, contact Microsoft Support.
176+
177+
### LatestFullBackupIsOld
178+
179+
**Error code**: `LatestFullBackupIsOld`
180+
181+
**Error message**: The latest full backup is more than 15 days old. A forced full backup will be taken now.
182+
183+
**Recommended action**: An automatic full backup will be performed. If the error persists, contact Microsoft Support.
184+
185+
### CompressionLevelNotSet
186+
187+
**Error code**: `CompressionLevelNotSet`
188+
189+
**Error message**: Compression has been enabled but there's no associated compression level.
190+
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+
193+
## Restore errors
194+
195+
### FailedToCreateDatabase
196+
197+
**Error code**: `FailedToCreateDatabase`
198+
199+
**Error message**: Failed to create database for restoring.
200+
201+
**Recommended action**: To resolve the issue, follow these steps:
202+
203+
1. Ensure that the default device is configured on the database instance.
204+
2. If the database creation fails for model database with error, resolve the error and retry.
205+
3. If enough space isn't available in the default device, increase the size of database device (or) change the default device with free space matching the size of source database.
206+
207+
### InvalidDatabaseName
208+
209+
**Error code**: `InvalidDatabaseName`
210+
211+
**Error message**: Database name supplied during alternative location restore isn't meeting the requirements for database creation.
212+
213+
**Recommended action**: Ensure that the database name length shouldn't exceed 30 characters.
214+
215+
### ForceOverwriteOptionNotSet
216+
217+
**Error code**: `ForceOverwriteOptionNotSet`
218+
219+
**Error message**: Restore failed because overwrite options aren't set correctly
220+
221+
**Recommended action**: Choose the **ForceOverwrite** option to perform restore on this database as the database with same name exists.
222+
223+
### InvalidOverwriteOption
224+
225+
**Error code**: `InvalidOverwriteOption`
226+
227+
**Error message**: Restore operation failed due to overwrite option set to null or is invalid.
228+
229+
**Recommended action**: Choose the **ForceOverwrite** option to perform restore on this database.
230+
231+
### PointInTimeRestoreFailed
232+
233+
**Error code**: `PointInTimeRestoreFailed`
234+
235+
**Error message**: Database restore operation to the specified point-in-time has failed with an internal error.
236+
237+
**Recommended action**: Try restoring the database from a previous Full backup. For further assistance contact Microsoft Support.
238+
239+
### RestoreMasterALROLRUnSupported
240+
241+
**Error code**: `RestoreMasterALROLRUnSupported`
242+
243+
**Error message**: Master database can't be restored using Alternate and original location. Please restore using restore as files.
244+
245+
**Recommended action**: To restore the master database, follow these steps:
246+
247+
1. Start the database in Single User mode.
248+
2. Restore the master database dump using restore as files.
249+
3. Apply the restore using the dump file.
250+
4. Restart the database in the `multi user` mode.
251+
252+
### RestoreOperationFailed
253+
254+
**Error code**: `RestoreOperationFailed`
255+
256+
**Error message**: Database restore operation has failed with an error
257+
258+
**Recommended action**: Try restoring the database from a previous Full backup. For further assistance contact Microsoft Support.
259+
260+
### DatabaseRestoreFailed
261+
262+
**Error code**: `DatabaseRestoreFailed`
263+
264+
**Error message**: Database Restore has failed due to an unknown error.
265+
266+
**Recommended action**: Wait for a few minutes and then try the operation again. If the issue persists contact Microsoft support.
267+
268+
### DatabaseOperationFailed
269+
270+
**Error code**: `DatabaseOperationFailed`
271+
272+
**Error message**: Database operation failed with an error.
273+
274+
**Recommended action**: Check if the database user has appropriate permissions. For further assistance contact Microsoft Support.
275+
276+
### MultiActiveConnections
277+
278+
**Error code**: `MultiActiveConnections`
279+
280+
**Error message**: Unable to execute restore operation on database %DatabaseName; because the active connections exceed one, preventing the database from being switched to single server mode.
281+
282+
**Recommended action**: Terminate all active connections and ensure that either there are no remaining connections or only one active connection at most. For further assistance, contact Microsoft Support.
199283

200284

201285

0 commit comments

Comments
 (0)