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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
34
34
35
35
-**Message**: `Migration for Database 'DatabaseName' failed with error cannot find server certificate with thumbprint.`
36
36
37
-
-**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.
37
+
-**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.
38
38
39
39
-**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](/azure/dms/tutorial-transparent-data-encryption-migration-ads).
40
40
@@ -94,7 +94,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
94
94
95
95
-**Message**: `Failed to test connections using provided Integration Runtime. Error details: 'Remote name could not be resolved.'`
96
96
97
-
-**Cause**: The Self-Hosted Integration Runtime can't connect to the service back end. This issue is caused by network settings in the firewall.
97
+
-**Cause**: DMS cannot connect to Self-Hosted Integration Runtime (SHIR) due to network settings in the firewall.
98
98
99
99
-**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).
100
100
@@ -253,14 +253,14 @@ WHERE STEP in (3,4,6);
253
253
254
254
## Error code: Ext_RestoreSettingsError
255
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
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
257
258
258
-**Cause**: Target is unable to connect to blob storage.
259
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.
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 aren't being blocked.
261
261
262
262
263
-
-**Message**: Failed to create restore job.;Unable to read blobs in storage container, exception: The remote name could not be resolved.
263
+
-**Message**: Failed to create restore job.Unable to read blobs in storage container, exception: The remote name could not be resolved.
264
264
265
265
-**Cause**: Target is unable to connect to blob storage.
0 commit comments