When creating an External Dependencies, the dependency results in failure and displays error: This relationship cannot be created as it creates a recursive relationshipDescriptionWhen creating external Project dependencies, the dependencies do not complete and result in annotation errors stating: This relationship cannot be created as it creates a recursive relationshipRelease or EnvironmentLondon+CauseInvalid entries in planned_task_rel_planned_task table (where Successor = empty) on existing Project tasks or on a Project, in general, may cause this issue. To ensure Project hygiene, these type of Planned Task relationship records should be removed where possible. Note: This should always be tested on a sub-production when possible (or clone down to a sub-prod to test first)ResolutionNavigate to planned_task_rel_planned_task.listFilter for: parent_top_task.numberSTARTSWITH(parent-project#1-here) AND external=true3. Delete the records where Successor = EMPTY4. Filter for: parent_top_task.numberSTARTSWITH(parent-project#2-here) AND external=true5. Delete the records where Successor = EMPTY