I have a timesheet integration that has been working fine until recently. I am getting the dreaded:
Violation of PRIMARY KEY constraint 'PKPA01121'. Cannot insert duplicate key in object 'dbo.PA01121'. The duplicate key value is (xxxxxxxx , 2020, 0).
I had a similar issue some time ago with an expense integration. In that case the problem was in PA00511 and was fixed by running 'Recreate Periodics'
But with this issue, that utility does not add the missing periods.
Any ideas on how to add the missing records? I can write a fast SQL script, but I have to go directly to the DB is there is a GP utility that works.
Thanks