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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,13 @@ Known issues and limitations associated with the Azure SQL Migration extension f
100
100
101
101
-**Message**: `Failed to test connections using provided Integration Runtime. 'Cannot connect to <File share>. Detail Message: The system could not find the environment option that was entered`
102
102
103
-
-**Cause**: The self-hosted Integration Runtime can't connect to the network file share where the database backups are placed.
103
+
-**Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
104
104
105
105
-**Recommendation**: Make sure your network file share name is entered correctly.
106
106
107
107
-**Message**: `Failed to test connections using provided Integration Runtime. The file name does not conform to the naming rules by the data store. Illegal characters in path.`
108
108
109
-
-**Cause**: The self-hosted Integration Runtime can't connect to the network file share where the database backups are placed.
109
+
-**Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
110
110
111
111
-**Recommendation**: Make sure your network file share name is entered correctly.
112
112
@@ -213,7 +213,7 @@ The Azure SQL Database offline migration (Preview) utilizes Azure Data Factory (
213
213
- Azure SQL Database table names with double byte characters currently aren't supported for migration. Mitigation is to rename tables before migration; they can be changed back to their original names after successful migration.
214
214
- Tables with large blob columns may fail to migrate due to timeout.
215
215
- Database names with SQL Server reserved words aren't valid.
216
-
- Database names with DBCS characters are currently not supported.
216
+
- Database names with double-byte character set (DBCS) are currently not supported.
217
217
- Table names that include semicolons are currently not supported.
0 commit comments