Failed to remove package from a retired distrubution point
Select * from pkgservers where NALpath like '%retired DP pathDP$'
Select * from pkgstatus where pkgserver like '%retired DP pathDP$'
by runing above two commands verifiy that you have got the correct Correpted DP package ID or not. then if you find it you can safly run the below two commands to delete.
Next delete entries from any of the above tables to the invalid dp share.
Delete from pkgservers where NALpath like '%retired DP pathDP$'
Delete from pkgstatus where pkgserver like '%retired DP pathDP$'