Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 4ca1332

Browse files
committed
Implementing writer's review comments, part 2
1 parent 844ba1a commit 4ca1332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/v2.0/migration/migration-troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There are missing database records in the `parent_table` to which the `field_id`
8989

9090
#### Possible solution
9191

92-
Delete the records from the `child_table`, if they are no longer needed.
92+
Delete the records from the `child_table`, if you do not need them.
9393

9494
To keep the records, disable the `Data Integrity Step` by modifying the Data Migration Tool's `config.xml`.
9595

@@ -103,13 +103,13 @@ Request path: towel.html Store ID: 2 Target path: catalog/product/view/id/12
103103

104104
#### Explanation
105105

106-
The `Target path` in a URL rewrite must be specified by a unique pair of `Request path` + `Store ID`. This error reports two identical `Request path` + `Store ID` pairs, used for two different `Target paths`, which creates a conflict.
106+
The `Target path` in a URL rewrite must be specified by a unique pair of `Request path` + `Store ID`. This error reports two entries that use the same `Request path` + `Store ID` pair with two different `Target path` values.
107107

108108
#### Possible solution
109109

110110
Enable the `auto_resolve_urlrewrite_duplicates` option in your `config.xml` file.
111111

112-
In this case, the Data Migration Tool will add a hash-string to the conflicting records of the URL reqwrite, and show the resolution result in your command line interface.
112+
This configuration adds a hash-string to the conflicting records of URL reqwrites, and shows the resolution result in your command line interface.
113113

114114
### Mismatch of entities
115115

@@ -121,7 +121,7 @@ Mismatch of entities in the document: <DOCUMENT>
121121

122122
The error occurs during the Volume Check step. It means the Magento 2 database record count of the document is not the same as in Magento 1.
123123

124-
**Possible reason:** records may be missing because a customer has placed an order during migration.
124+
Missing records happen when a customer places an order during migration.
125125

126126
#### Solution
127127

0 commit comments

Comments
 (0)