Book a Demo

Author Topic: Export tag definitions  (Read 5471 times)

thomaskilian

  • Guest
Export tag definitions
« on: December 13, 2004, 07:41:22 am »
Hi Sparx,
shouldn't there be an Export Reference Data for user defined tags? Since I can't find it I kindly ask you to add this. (I'd appreciate if someone could point out the corresponding table name :))

mchiuminatto

  • EA User
  • **
  • Posts: 113
  • Karma: +0/-0
    • View Profile
Re: Export tag definitions
« Reply #1 on: December 13, 2004, 05:39:28 pm »
Thomas

Try  a SELECT on this table

t_objectproperties

I have my repository on a SQLServer 2000 and my tags (and the values) are there.

Hope this help






Regards.

Marcello

thomaskilian

  • Guest
Re: Export tag definitions
« Reply #2 on: December 14, 2004, 01:04:19 am »
Thanks Marcello,
this drags out the tags, but not the tag definition. I have tag definitions for e.g. DateDue defined as DateTime and others as drop down list. Do you know where to get these definitions from (no luck so far :'()

mchiuminatto

  • EA User
  • **
  • Posts: 113
  • Karma: +0/-0
    • View Profile
Re: Export tag definitions
« Reply #3 on: December 14, 2004, 03:45:35 am »
If you define a tag, using the option Configuration\UML\Tagged Values, will be stored into the table:


t_propertytypes
Regards.

Marcello

thomaskilian

  • Guest
Re: Export tag definitions
« Reply #4 on: December 14, 2004, 05:12:20 am »
Ahh! That's it  :D
But do you also know how cope with the s_GUID  ??? I'll try and see what will happen.

Thanks, Marcello.

mchiuminatto

  • EA User
  • **
  • Posts: 113
  • Karma: +0/-0
    • View Profile
Re: Export tag definitions
« Reply #5 on: December 14, 2004, 05:27:59 am »
EA Assigns a s_GUID to each "instance" of a tag. The only way I see to relate tagged values "instances" ( t_objectproperties  for instance) with your tag master list ,stored in  t_propertytypes, is by name field  :(

I don't know if that is what you are trying to do.
Regards.

Marcello