Quantcast
Channel: Primavera Online Interaction » Exception
Viewing all articles
Browse latest Browse all 111

prim24717:Error: “UPGRADE ERROR: Invalid processing of updateItem for type:ProjectTask evolve.services.common.exception.BusinessRuleException: Delete all budgets that refer to this position before deleting the position.”

$
0
0
Solution ID: prim24717
Error: "UPGRADE ERROR: Invalid processing of updateItem for type:ProjectTask evolve.services.common.exception.BusinessRuleException: Delete all budgets that refer to this position before deleting the position."
Status: Reviewed
Version(s): 7.0, 7.2



Fact: Found when running upgrade wizard during upgrade from 7.2 to 7.5 and from 7.0 to 7.5
Problem: Error: “UPGRADE ERROR: Invalid processing of updateItem for type:ProjectTask  evolve.services.common.exception.BusinessRuleException: Delete all budgets that refer to this position before deleting the position.”
Cause: Corrupted projectTasks with assignedPositions and budget associated to these positions causes exception in upgrade to 7.5.0
Fix: Run the following against the old database:

select * from projecttask
where assignedPositions_CNT >0
and milestone=1


select * from projecttask
where assignedPositions_CNT >0
and firstchildtaskoid > 0


If either of these select queries returns a row, please contact Technical Support.


Viewing all articles
Browse latest Browse all 111

Trending Articles