Sparx Systems Forum

Enterprise Architect => Suggestions and Requests => Topic started by: Fefceac on November 01, 2021, 05:31:44 pm

Title: Where are Tags for packages located in DB
Post by: Fefceac on November 01, 2021, 05:31:44 pm
Hi guys,

I'm a novice user of EA, I designed a structure of packages, elements an diagrams and assigned it some properties using Tags. I extract the data in a structured manner using sql query but I got stuck when I applied some tags to packages. I was not able to locate them in the DB.
Long story short, can you tell me in what table should I find them.

I've researched the forum but I did not found my answer.

I use EA 15.2 on a Oracle SQL server, the deployment is in place from some years ago in the organization.

Thank you and best regards.
Ovidiu
Title: Re: Where are Tags for packages located in DB
Post by: qwerty on November 01, 2021, 06:12:02 pm
In t_objectproperperties under then twin-element's object_id of the package element.

q.
Title: Re: Where are Tags for packages located in DB
Post by: Fefceac on November 01, 2021, 07:25:12 pm
Thank you, it was under my nose the hole time.

The error in my logic was to use the package ID from from the package table which differs from the one in object tables  :-X, when I used the GUID it was an easy find.

Best regards