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-mysql-fs-online.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
52
52
53
53
**Workaround**: Please reach out to support by [creating a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) and we can provide custom scripts to access our REST APIs directly.
54
54
55
-
## Duplicate Key Entry Issue
55
+
## Duplicate key entry issue
56
56
57
57
-**Error**: The error is often a symptom of timeouts, network issues or target scaling.
58
58
@@ -62,7 +62,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
62
62
63
63
**Workaround**: To resolve this issue, ensure that there are no duplicate migrations running and that the source primary keys are unique. If error persists, please reach out to support by [creating a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) and we can provide custom scripts to access our REST APIs directly.
64
64
65
-
## Replicated Operation Had Mismatched Rows Error
65
+
## Replicated operation had mismatched rows error
66
66
67
67
-**Error**: Online Migration Fails to Replicate Expected Number of Changes.
68
68
@@ -72,7 +72,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
72
72
73
73
**Workaround**: It is recommended to migrate the table manually.
74
74
75
-
## Table Data Truncated Error
75
+
## Table data truncated error
76
76
77
77
-**Error**: Enum column has a null value in one or more rows and the target SQL mode is set to strict.
78
78
@@ -82,15 +82,15 @@ One or more incompatible SQL modes can cause a number of different errors. Below
82
82
83
83
**Workaround**: To resolve the issue, it is recommended to change the target SQL mode to non-strict or change all null values to be valid values.
84
84
85
-
## Creating Object Failure
85
+
## Creating object failure
86
86
87
87
-**Error**: An error occurred after view validation failed.
88
88
89
89
**Limitation**: The error occurs when trying to migrate a view and the table that the view is supposed to be referencing cannot be found.
90
90
91
91
**Workaround**: It is recommended to migrate views manually.
92
92
93
-
## Unable To Find Table
93
+
## Unable to find table
94
94
95
95
-**Error**: An error occurred as referencing table cannot be found.
96
96
@@ -100,21 +100,21 @@ One or more incompatible SQL modes can cause a number of different errors. Below
100
100
101
101
**Workaround**: It is recommended to migrate views manually.
102
102
103
-
## All Pooled Connections Broken
103
+
## All pooled connections broken
104
104
105
105
-**Error**: All connections on the source server were broken.
106
106
107
107
**Limitation**: The error occurs when all the connections that are acquired at the start of initial load are lost due to server restart, network issues, heavy traffic on the source server or other transient problems. This error is not recoverable.
108
108
109
109
**Workaround**: The migration must be restarted, and it is recommended to increase the performance of the source server. Another issue is scripts that kill long running connections, prevents these scripts from working.
110
110
111
-
## Consistent Snapshot Broken
111
+
## Consistent snapshot broken
112
112
113
113
**Limitation**: The error occurs when the customer performs DDL during the initial load of the migration instance.
114
114
115
115
**Workaround**: To resolve this issue, it is recommended to refrain from making DDL changes during the Initial Load.
116
116
117
-
## Foreign Key Constraint
117
+
## Foreign key constraint
118
118
119
119
-**Error**: The error occurs when there is a change in the referenced foreign key type from the table.
0 commit comments