Generalization attribute getting changed

0
There are 2 entities , 2nd entity is generalization of 1st entity  There are 2 objects of 2nd entity , if one of them is changed the other one also changed event though there is no any relation between them.  There are more almost 100 number of objects of 2nd entity , still the above issue is encountered with only one specific object.  
asked
2 answers
0

Sounds like your database is corrupt. Check your database, find your 2 entities, likely they have the same value in attribute submetaobjectname. As a result they share the same generic object, thus getting your decribed symptom.

To resolve this the simple way: delete them, if you can, and recreate them one by one. Likely deleting the second will throw an error, since its generic object has already been deleted.

To resolve it in a more complex way: create a new generic object, use SQL to add its id to the submetaobjectname of one of your two objects.

answered
0

Hi Kishor M,

 

To get a clear idea about what you are explaining, share some screenshots here.

answered