Skip to content

Commit 92e6f39

Browse files
committed
Edit for sentence case on titles
1 parent 145092c commit 92e6f39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/dms/known-issues-azure-mysql-fs-online.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
5252

5353
**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.
5454

55-
## Duplicate Key Entry Issue
55+
## Duplicate key entry issue
5656

5757
- **Error**: The error is often a symptom of timeouts, network issues or target scaling.
5858

@@ -62,7 +62,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
6262

6363
**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.
6464

65-
## Replicated Operation Had Mismatched Rows Error
65+
## Replicated operation had mismatched rows error
6666

6767
- **Error**: Online Migration Fails to Replicate Expected Number of Changes.
6868

@@ -72,7 +72,7 @@ One or more incompatible SQL modes can cause a number of different errors. Below
7272

7373
**Workaround**: It is recommended to migrate the table manually.
7474

75-
## Table Data Truncated Error
75+
## Table data truncated error
7676

7777
- **Error**: Enum column has a null value in one or more rows and the target SQL mode is set to strict.
7878

@@ -82,15 +82,15 @@ One or more incompatible SQL modes can cause a number of different errors. Below
8282

8383
**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.
8484

85-
## Creating Object Failure
85+
## Creating object failure
8686

8787
- **Error**: An error occurred after view validation failed.
8888

8989
**Limitation**: The error occurs when trying to migrate a view and the table that the view is supposed to be referencing cannot be found.
9090

9191
**Workaround**: It is recommended to migrate views manually.
9292

93-
## Unable To Find Table
93+
## Unable to find table
9494

9595
- **Error**: An error occurred as referencing table cannot be found.
9696

@@ -100,21 +100,21 @@ One or more incompatible SQL modes can cause a number of different errors. Below
100100

101101
**Workaround**: It is recommended to migrate views manually.
102102

103-
## All Pooled Connections Broken
103+
## All pooled connections broken
104104

105105
- **Error**: All connections on the source server were broken.
106106

107107
**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.
108108

109109
**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.
110110

111-
## Consistent Snapshot Broken
111+
## Consistent snapshot broken
112112

113113
**Limitation**: The error occurs when the customer performs DDL during the initial load of the migration instance.
114114

115115
**Workaround**: To resolve this issue, it is recommended to refrain from making DDL changes during the Initial Load.
116116

117-
## Foreign Key Constraint
117+
## Foreign key constraint
118118

119119
- **Error**: The error occurs when there is a change in the referenced foreign key type from the table.
120120

0 commit comments

Comments
 (0)