Author Topic: Where are Tags for packages located in DB  (Read 13115 times)

Fefceac

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Where are Tags for packages located in DB
« 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are Tags for packages located in DB
« Reply #1 on: November 01, 2021, 06:12:02 pm »
In t_objectproperperties under then twin-element's object_id of the package element.

q.

Fefceac

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Where are Tags for packages located in DB
« Reply #2 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