Skip to content

Commit 78719a5

Browse files
author
Carlos Robles
committed
Updating known issues
1 parent 7c6e41a commit 78719a5

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ SELECT [ROLLBACK] FROM [dbo].[__migration_status]
187187
WHERE STEP in (5,7,8) ORDER BY STEP DESC;
188188
```
189189

190-
191190
## Error code: 2042 - PreCopyStepsCompletedDuringCancel
192191

193192
- **Message**: `Pre Copy steps finished successfully before canceling completed. Target database Foreign keys and temporal tables have been altered. Schema migration may be required again for future migrations. Target server: <Target Server>, Target database: <Target Database>.`
@@ -200,7 +199,6 @@ WHERE STEP in (5,7,8) ORDER BY STEP DESC;
200199
SELECT [ROLLBACK] FROM [dbo].[__migration_status]
201200
WHERE STEP in (3,4,6);
202201
```
203-
204202

205203
## Error code: 2043 - CreateContainerFailed
206204

@@ -210,6 +208,7 @@ WHERE STEP in (3,4,6);
210208

211209
- **Recommendation**: For more troubleshooting steps, see [Troubleshoot Azure Data Factory and Synapse pipelines](../data-factory/data-factory-troubleshoot-guide.md#error-code-2108).
212210

211+
213212
## Error code: 2056 - SqlInfoValidationFailed
214213

215214
- **Message**: CollationMismatch: `Source database collation <CollationOptionSource> is not the same as the target database <CollationOptionTarget>. Source database: <SourceDatabaseName> Target database: <TargetDatabaseName>.`
@@ -252,6 +251,29 @@ WHERE STEP in (3,4,6);
252251
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a PowerShell script, check if the table list parameter includes the correct table names and is passed into the migration.
253252

254253

254+
## Error code: Ext_RestoreSettingsError
255+
256+
- **Message**: Unable to read blobs in storage container, exception: The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden
257+
258+
- **Cause**: Target is unable to connect to blob storage.
259+
260+
- **Recommendation**: Confirm that target network settings allow access to blob storage. For example, if migrating to SQL VM, ensure that outbound connections on VM are not being blocked.
261+
262+
263+
- **Message**: Failed to create restore job.;Unable to read blobs in storage container, exception: The remote name could not be resolved.
264+
265+
- **Cause**: Target is unable to connect to blob storage.
266+
267+
- **Recommendation**: Confirm that target network settings allow access to blob storage. For example, if migrating to SQL VM, ensure that outbound connections on VM are not being blocked.
268+
269+
270+
- **Message**: Migration for Database <Database Name> failed with error 'Migration cannot be completed because provided backup file name <Backup File Name> should be the last restore backup file <Last Restore Backup File Name>'.
271+
272+
- **Cause**: Most recent backup was not specified in backup settings.
273+
274+
- **Recommendation**: Specify most recent backup file name in backup settings and retry operation.
275+
276+
255277
## Azure SQL Database limitations
256278

257279
Migrating to Azure SQL Database by using the Azure SQL extension for Azure Data Studio has the following limitations:

0 commit comments

Comments
 (0)