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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,35 @@ Known issues and limitations associated with the Azure SQL Migration extension f
81
81
82
82
-**Recommendation**: See [Configure Azure Storage firewalls and virtual networks](/azure/storage/common/storage-network-security) for more information on Azure Storage firewall setup.
83
83
84
+
-**Message**: `Migration for Database <Database Name> failed with error 'There are backups from multiple databases in the container folder. Please make sure the container folder has backups from a single database.`
85
+
86
+
-**Cause**: Backups of multiple databases are in the same container folder.
87
+
88
+
-**Recommendation**: If migrating multiple databases to **Azure SQL Managed Instance** using the same Azure Blob Storage container, you must place backup files for different databases in separate folders inside the container. See [Migrate databases from SQL Server to SQL Managed Instance by using Log Replay Service (Preview)](/azure/azure-sql/managed-instance/log-replay-service-migrate#limitations) for more information.
89
+
90
+
84
91
> [!NOTE]
85
92
> For more information on general troubleshooting steps for Azure SQL Managed Instance errors, see [Known issues with Azure SQL Managed Instance](/azure/azure-sql/managed-instance/doc-changes-updates-known-issues)
86
93
87
94
### Error code: 2012 - TestConnectionFailed
95
+
-**Message**: `Failed to test connections using provided Integration Runtime. Error details: 'Remote name could not be resolved.'`
96
+
97
+
-**Cause**: The Self-Hosted Integration Runtime can't connect to the service back end. This issue is usually caused by network settings in the firewall.
98
+
99
+
-**Recommendation**: There's a Domain Name System (DNS) issue. Contact your network team to fix the issue. See [Troubleshoot Self-Hosted Integration Runtime](../data-factory/self-hosted-integration-runtime-troubleshoot-guide.md) for more information.
100
+
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
+
103
+
-**Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
104
+
105
+
-**Recommendation**: Make sure your network file share name is entered correctly.
106
+
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
+
109
+
-**Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
110
+
111
+
-**Recommendation**: Make sure your network file share name is entered correctly.
112
+
88
113
-**Message**: `Failed to test connections using provided Integration Runtime.`
89
114
90
115
-**Cause**: Connection to the Self-Hosted Integration Runtime has failed.
@@ -127,7 +152,7 @@ Known issues and limitations associated with the Azure SQL Migration extension f
127
152
### Error code: 2039 - MigrationRetryNotAllowed
128
153
-**Message**: `Migration isn't in a retriable state. Migration must be in state WaitForRetry. Current state: <State>, Target server: <Target Server>, Target database: <Target database>.`
129
154
130
-
**Cause**: A retry request was received when the migration wasn't in a state allowing retrying.
155
+
-**Cause**: A retry request was received when the migration wasn't in a state allowing retrying.
131
156
132
157
-**Recommendation**: No action required migration is ongoing or completed.
133
158
@@ -188,6 +213,9 @@ The Azure SQL Database offline migration (Preview) utilizes Azure Data Factory (
188
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.
189
214
- Tables with large blob columns may fail to migrate due to timeout.
190
215
- Database names with SQL Server reserved words aren't valid.
216
+
- Database names with double-byte character set (DBCS) are currently not supported.
217
+
- Table names that include semicolons are currently not supported.
218
+
- Computed columns do not get migrated.
191
219
192
220
## Azure SQL Managed Instance and SQL Server on Azure Virtual Machine known issues and limitations
193
221
- If migrating multiple databases to **Azure SQL Managed Instance** using the same Azure Blob Storage container, you must place backup files for different databases in separate folders inside the container.
0 commit comments