Forthe benefit of other users who encounter this error - The root cause is a missing legacy Lavastorm library node that is used by nodes in the legacy data flow (brg) that is being imported.
Check the webapp.log file for errors similar to the example below:
ERROR import:131 - Unable to resolve the parent for node <Node_UID>. No node in the repository matches legacy type <Legacy_Library>::<Node_Name>.
Where:
- <Node_UID> is the unique ID for the node with the missing library node
- <Legacy_Library> is the name of missing the legacy library
- <Node_Name> is the name of the missing legacy library node.