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
Copy file name to clipboardExpand all lines: articles/dms/known-issues-azure-sql-migration-azure-data-studio.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
30
30
31
31
-**Message**: `Migration for Database 'DatabaseName' failed with error cannot find server certificate with thumbprint.`
32
32
33
-
-**Cause**: The source SQL Server instance certificate from a database protected by Transparent Data Encryption (TDE) hasn't been migrated to the target Azure SQL Managed Instance or SQL Server on Azure Virtual Machine before migrating data.
33
+
-**Cause**: The source database is protected with Transparent Data Encryption (TDE). You need to migrate the Database Encryption Key (DEK) to the target Azure SQL Managed Instance or SQL Server on Azure Virtual Machine before starting the migration.
34
34
35
35
-**Recommendation**: Migrate the TDE certificate to the target instance and retry the process. For more information about migrating TDE-enabled databases, see [Tutorial: Migrate TDE-enabled databases (preview) to Azure SQL in Azure Data Studio](./tutorial-transparent-data-encryption-migration-ads.md).
36
36
@@ -90,7 +90,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
90
90
91
91
-**Message**: `Failed to test connections using provided Integration Runtime. Error details: 'Remote name could not be resolved.'`
92
92
93
-
-**Cause**: The Self-Hosted Integration Runtime can't connect to the service back end. This issue is caused by network settings in the firewall.
93
+
-**Cause**: DMS cannot connect to Self-Hosted Integration Runtime (SHIR) due to network settings in the firewall.
94
94
95
95
-**Recommendation**: There's a Domain Name System (DNS) issue. Contact your network team to fix the issue. For more information, see [Troubleshoot Self-Hosted Integration Runtime](../data-factory/self-hosted-integration-runtime-troubleshoot-guide.md).
96
96
@@ -183,7 +183,6 @@ SELECT [ROLLBACK] FROM [dbo].[__migration_status]
-**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>.`
@@ -196,7 +195,6 @@ WHERE STEP in (5,7,8) ORDER BY STEP DESC;
196
195
SELECT [ROLLBACK] FROM [dbo].[__migration_status]
197
196
WHERE STEP in (3,4,6);
198
197
```
199
-
200
198
201
199
## Error code: 2043 - CreateContainerFailed
202
200
@@ -206,6 +204,7 @@ WHERE STEP in (3,4,6);
206
204
207
205
-**Recommendation**: For more troubleshooting steps, see [Troubleshoot Azure Data Factory and Synapse pipelines](../data-factory/data-factory-troubleshoot-guide.md#error-code-2108).
208
206
207
+
209
208
## Error code: 2056 - SqlInfoValidationFailed
210
209
211
210
-**Message**: CollationMismatch: `Source database collation <CollationOptionSource> is not the same as the target database <CollationOptionTarget>. Source database: <SourceDatabaseName> Target database: <TargetDatabaseName>.`
@@ -248,6 +247,29 @@ WHERE STEP in (3,4,6);
248
247
-**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.
249
248
250
249
250
+
## Error code: Ext_RestoreSettingsError
251
+
252
+
-**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
253
+
254
+
-**Cause**: Target is unable to connect to blob storage.
255
+
256
+
-**Recommendation**: Confirm that target network settings allow access to blob storage. For example, if migrating to SQL VM, ensure that outbound connections on VM aren't being blocked.
257
+
258
+
259
+
-**Message**: Failed to create restore job. Unable to read blobs in storage container, exception: The remote name could not be resolved.
260
+
261
+
-**Cause**: Target is unable to connect to blob storage.
262
+
263
+
-**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.
264
+
265
+
266
+
-**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>'`.
267
+
268
+
-**Cause**: Most recent backup was not specified in backup settings.
269
+
270
+
-**Recommendation**: Specify most recent backup file name in backup settings and retry operation.
271
+
272
+
251
273
## Azure SQL Database limitations
252
274
253
275
Migrating to Azure SQL Database by using the Azure SQL extension for Azure Data Studio has the following limitations:
0 commit comments