Client has a number of projects they'd like to purge and have set the status to Purge. Running the Delete Project Detail process (Project tab), we receive a list of errors similar to these for the projects:
Analysis of project V20101 beginning
Transaction record(s) (PJTRAN) exist for project V20101 that are equal to or greater than the current fiscal year 201910
Analysis of project V20102 beginning
Transaction record(s) (PJTRAN) exist for project V20102 that are equal to or greater than the current fiscal year 201910
Even selecting the Purge Projects with warnings does not remove them. I ran the below script in SQL and received no records:
SELECT PROJECT, * FROM PJTRAN WHERE fiscalno >= '201910' AND PROJECT LIKE 'V%'
Finally, I tried Initialize mode to no avail. Any suggestions on what could be causing this?
Thanks!