When trying to remove an employee from Project WBS, received the error
"SQL statement: SELECT SUM(T1.WORK),SUM(T1.REMAININGWORK),SUM(T1.ACTUALWORK),SUM(T1.DURATION),SUM(T1.DELAY),SUM(T1.OVERLOAD),SUM(T1.PERCENTWORKCOMPLETE),COUNT(T1.RECID) FROM ARPTASKS T1 WHERE (((PARTITION=?) AND (DATAAREAID=?)) AND ((((PLANMODELID=?) AND (PROJID=?)) AND (PARENTUID=?)) AND (WORK<>?)))"
The employee was terminated from the Human Resources module before removing from projects. We added the employee back into the Human Resources module as an employee and user but still receive the same error.