Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Janez on October 28, 2005, 12:17:51 am

Title: Unable to remove FK qualifier for copied attribute
Post by: Janez on October 28, 2005, 12:17:51 am
Unable to remove FK qualifier for a copied attribute


When copying attribute with FK constraint to another table copied attribute inherits FK qualifier.

I could not find the way to remove it. Does anybody know to do it?

(AE build 770)
Title: Re: Unable to remove FK qualifier for copied attri
Post by: thomaskilian on October 28, 2005, 10:06:30 am
Try removing the operation and send a bug report to Sparx.
Title: Re: Unable to remove FK qualifier for copied attri
Post by: Janez on October 28, 2005, 11:02:12 am
NO operations exist for a copied attribute so nothing can be removed.

(I have already posted this problem. According to V 5.0 Build 769 improvements list this should not be problem any more - I will redo the job)
Title: Re: Unable to remove FK qualifier for copied attri
Post by: Aaron B on October 30, 2005, 07:21:26 pm
Correct.  As of build 769 or greater, this problem should no longer happen when you copy a FK attribute.

If you delete the problem attribute, then copy it back again, it should be fine.

The only other way I know to clear this flag is either via automation (EA.Attribute.IsCollection), or open the repository and find the appropriate row in t_attribute and set IsCollection to "0".

HTH.