Morning all. We've started getting error 1422 on our production db this morning. Our main DBA is off ill so I need to resolve it. What steps do I need to take?
Hmmm the error re-occurred this morning on the same record. I've re-run idxfix and it reported that nothing needed fixing this time. And yet, when I try to delete the record I still get the error.
---------------------------
Error
---------------------------
SYSTEM ERROR: Index ErrorCostingIdx in Costing Details for recid 1141752647 could not be deleted. (1422)
---------------------------
OK
---------------------------
Any ideas? Ideally I don't want to have to take the db offline.
We have had a similar issue with the error 1422 and we run idxfix and it finds no errors. In that case our problem was with a unique index on the table. We ended up with null values in a column which had a unique index defined for it. Progress will let you create a unique index on a column with nulls, but then will not let you create new records or delete existing records in the table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.