Skip to content

Commit 52edd7f

Browse files
authored
Update known-issues-azure-sql-migration-azure-data-studio.md
Added 2007
1 parent 5e7360d commit 52edd7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ This article provides a list of known issues and troubleshooting steps associate
2727

2828
- **Recommendation**: Ensure the database backups in your Azure Storage container are correct. If you're using network file share, there can be network-related issues and lags that are causing this error. Wait for the process to be completed.
2929

30+
- **Message**: `Cutover failed or cancelled for database '{databaseName}'. Error details: 'errorCode: Ext_RestoreSettingsError, message: RestoreId: {RestoreId}, OperationId: {operationId}, Detail: Failed to complete restore., RestoreJobState: Restoring, CompleteRestoreErrorMessage: The database contains incompatible physical layout. Too many full text catalog files.`
31+
32+
- **Cause**: SQL Vm restore currently does not support restoring databases with full text catalog files as Azure SQL Vm does not support them at the moment.
33+
34+
- **Recommendation**: Remove full text catalog files from database when creating the restore
35+
36+
- **Message**: `Cutover failed or cancelled for database '{databaseName}'. Error details: 'Migration cannot be completed because provided backup file name '{providedFileName}' should be the last restore backup file '{lastRestoredFileName}'.'`
37+
38+
- **Cause**: This error occurs due to a known limitation in SqlMi. It means the '{providedFileName}' is different from '{lastRestoredFileName}'. SqlMi will automatically restore all valid backup files in the container based on the LSN sequence. A typical failure case could be: the '{providedFileName}' is "log1", but the files in container has other files, like "log2", which have largest LSN number than "log1". In this case, SqlMi will automatically restore all files in the container. In the end of completing the migration, SqlMi will report this error message.
39+
40+
- **Recommendation**: For offline migration mode, please provide the "lastBackupName" with the largest LSN. For online migration scenario this warning/error can be ignored if the migration status is succeeded.
41+
3042
## Error code: 2009 - MigrationRestoreFailed
3143

3244
- **Message**: `Migration for Database 'DatabaseName' failed with error cannot find server certificate with thumbprint.`

0 commit comments

Comments
 (0)