If the object id partitions in the DMAX table of the CSE Encyclopedia database become corrupt, this can cause CSE tasks such as model upload, model copy etc to fail with an error caused by violation of the unique index/constraint DOBJI1.
Release: ANY
Component: CA Gen Client Server Encyclopedia (CSE)
If CSE tasks such as model upload, model copy etc give errors similar to the following, it is an indication that the object id partitions in the Encyclopedia database DMAX table have become corrupt:
Oracle:
Error:ORA-00001: unique constraint (ENCY.DOBJI1) violated
...
Obj create constructor: insert error
Object id = xxxxx
Otc = yyy
SQL Server:
'Cannot insert duplicate key row in object 'DOBJ' with unique index 'DOBJI1'. '
...
Obj create constructor: insert error
Object id = xxxxx
Otc = yyy
The corruption means that the CSE is trying to reuse an object id that already exists in the DOBJ table.
To correct the corruption the following steps should be performed: