Skip to content

Commit 7ee9509

Browse files
authored
Update known-issues-azure-mysql-fs-online.md
Address Acrolinx Tone issues to bring file's overall Acrolinx score to at least 80.
1 parent f1a5bb6 commit 7ee9509

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Known issues associated with migrations to Azure Database for MySQL are describe
1818

1919
One or more incompatible SQL modes can cause many different errors. Below is an example error along with server modes that should be looked at if this error occurs.
2020

21-
- **Error**: An error occurred while preparing the table '{table}' in database '{database}' on server '{server}' for migration during activity '{activity}'. As a result, this table will not be migrated.
21+
- **Error**: An error occurred while preparing the table '{table}' in database '{database}' on server '{server}' for migration during activity '{activity}'. As a result, this table won't be migrated.
2222

2323
**Limitation**: This error occurs when one of the below SQL modes is set on one server but not the other server.
2424

@@ -42,23 +42,23 @@ One or more incompatible SQL modes can cause many different errors. Below is an
4242

4343
**Limitation**: This error occurs when there is a timeout while obtaining locks on all the tables when transactional consistency is enabled.
4444

45-
**Workaround**: Ensure that the selected tables are not locked or that no long running transactions are running on them.
45+
**Workaround**: Ensure that the selected tables aren't locked or that no long running transactions are running on them.
4646

4747
## Write More Than 4 MB of Data to Azure Storage
4848

4949
- **Error**: The request body is too large and exceeds the maximum permissible limit.
5050

51-
**Limitation**: This error likely occurs when there are too many tables to migrate (>10k). There is a 4 MB limit for each call to the Azure Storage service.
51+
**Limitation**: This error likely occurs when there are too many tables to migrate (>10k). There's a 4 MB limit for each call to the Azure Storage service.
5252

5353
**Workaround**: 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

5555
## Duplicate key entry issue
5656

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

59-
**Potential error message**: A batch could not be written to the table '{table}' due to a SQL error raised by the target server. For context, the batch contained a subset of rows returned by the following source query.
59+
**Potential error message**: A batch couldn't be written to the table '{table}' due to a SQL error raised by the target server. For context, the batch contained a subset of rows returned by the following source query.
6060

61-
**Limitation**: This error can be caused by timeout or broken connection to the target, resulting in duplicate primary keys. It may also be related to multiple migrations to the target running at the same time, or the user having test workloads running on the target while the migration is running. Additionally, the target may require primary keys to be unique, even though they are not required to be so on the source.
61+
**Limitation**: This error can be caused by timeout or broken connection to the target, resulting in duplicate primary keys. It may also be related to multiple migrations to the target running at the same time, or the user having test workloads running on the target while the migration is running. Additionally, the target may require primary keys to be unique, even though they aren't required to be so on the source.
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, 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

@@ -70,13 +70,13 @@ One or more incompatible SQL modes can cause many different errors. Below is an
7070

7171
**Limitation**: On the source, there were insert and delete statements into a table, and the deletions were by an apparent unique index.
7272

73-
**Workaround**: It is recommended to migrate the table manually.
73+
**Workaround**: We recommend migrating the table manually.
7474

7575
## 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

79-
**Potential error message**: A batch could not be written to the table '{table}' due to a data truncation error. Please ensure that the data is not too large for the data type of the MySQL table column. If the column type is an enum, make sure SQL Mode is not set as TRADITIONAL, STRICT_TRANS_TABLES or STRICT_ALL_TABLES and is the same on source and target.
79+
**Potential error message**: A batch couldn't be written to the table '{table}' due to a data truncation error. Please ensure that the data is not too large for the data type of the MySQL table column. If the column type is an enum, make sure SQL Mode is not set as TRADITIONAL, STRICT_TRANS_TABLES or STRICT_ALL_TABLES and is the same on source and target.
8080

8181
**Limitation**: The error occurs when historical data was written to the source server when they had certain setting, but when it is changed, data cannot move.
8282

0 commit comments

Comments
 (0)