Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Dave_Bullet on August 30, 2006, 06:21:34 pm

Title: UML profiles - where stored?
Post by: Dave_Bullet on August 30, 2006, 06:21:34 pm
Does anyone know where UML profiles are stored?

If in the database - which tables?

Reason being - I want to write some scripts to workaround a couple of bugs with "sync tagged values"
1. Inherited stereotype attributes work for new elements added to the model, but only the leaf most stereotype attributes are added on a sync tagged values (not inherited attrbutes)

2. If a tagged value is removed from the profile - it remains in the elements that used it (I want to delete it)

Cheers,
David.
Title: Re: UML profiles - where stored?
Post by: Dave_Bullet on August 30, 2006, 06:32:52 pm
Found the answer - t_trxtypes - in the notes field (thanks to SQL profiler)

David.