Stop the Creation of Nodes (Iterations and Area Paths)? #1791
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Source noded missing in the Target will result in an inability to migrate. All expected nodes MUST exist. If you turn You can then use this data to create Area and Iteration maps to convert the nodes on the fly to new nodes in the target. Once mapped if you rerun the tool it will not list those new mapped nodes if valid. Continue the process until all nodes are mapped and the migration will start. You can even create a regex that will match all nodes if you need. |
Beta Was this translation helpful? Give feedback.
Source noded missing in the Target will result in an inability to migrate. All expected nodes MUST exist.
If you turn
ShouldCreateNodesUpFront
off, which is the default, we create the nodes after we have gotten a full list of nodes from the system. If you also setShouldCreateMissingRevisionPaths
the system will output a list of all nodes from the source that do no exist on the target and then stop.You can then use this data to create Area and Iteration maps to convert the nodes on the fly to new nodes in the target. Once mapped if you rerun the tool it will not list those new mapped nodes if valid. Continue the process until all nodes are mapped and the migration will start.
You can eve…