You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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;
200
199
SELECT [ROLLBACK] FROM [dbo].[__migration_status]
201
200
WHERE STEP in (3,4,6);
202
201
```
203
-
204
202
205
203
## Error code: 2043 - CreateContainerFailed
206
204
@@ -210,6 +208,7 @@ WHERE STEP in (3,4,6);
210
208
211
209
-**Recommendation**: For more troubleshooting steps, see [Troubleshoot Azure Data Factory and Synapse pipelines](../data-factory/data-factory-troubleshoot-guide.md#error-code-2108).
212
210
211
+
213
212
## Error code: 2056 - SqlInfoValidationFailed
214
213
215
214
-**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);
252
251
-**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.
253
252
254
253
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 <DatabaseName> failed with error 'Migration cannot be completed because provided backup file name <BackupFileName> should be the last restore backup file <LastRestoreBackupFileName>'.
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
+
255
277
## Azure SQL Database limitations
256
278
257
279
Migrating to Azure SQL Database by using the Azure SQL extension for Azure Data Studio has the following limitations:
0 commit comments