- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 09:35 AM
I am getting this error when trying to add a project as a sub project of another on the platform. " PRJxxx can not be the New parent of PRJxxxx". I am unable to determine what is causing this issue, any possible guidance on it.
Solved! Go to Solution.
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 10:08 AM
That message exists in two business rules: Change Parent and Validate change parent
Unfortunately, they call an API that it seems we don't have access to look. There are clues in other script includes, like one says if the project is already a child of the other project, it cannot be made a parent.
But, unless we can see into the script include, I don't know how much we can uncover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 10:08 AM
That message exists in two business rules: Change Parent and Validate change parent
Unfortunately, they call an API that it seems we don't have access to look. There are clues in other script includes, like one says if the project is already a child of the other project, it cannot be made a parent.
But, unless we can see into the script include, I don't know how much we can uncover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2019 10:52 AM
Hi Mike,
Thanks for the guidance on this issue. I have went to check the scripts you did mention and see the API call .
Here is the error message in the logs that I have received when looking into the error log:" Unable to Change Parent: no thrown error" .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2020 04:27 AM
Hi,
I had the same problem and I figured out the answer through another post.
The issue is due to Parent Project and Child Projects having different "calculation" values (automatics vs Manual)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 03:36 AM
I've had the same issue and found the following KB which was helpful, especially the Diagnostics part: