Book a Demo

Author Topic: What good is a GUID?  (Read 3331 times)

GMF_TimB

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
What good is a GUID?
« on: April 19, 2014, 06:36:36 am »
Hello EA'ers!

I'm going through a process where model elements are being moved around between various version controlled packages.  As I'm checking packages in, I sometimes get a "Missing Cross-Reference" dialog.  It's pretty cryptic.  You can get more information, but that information is filled with element GUIDs.

While these uniquely identify the impacted model elements and you can copy the GUID, the reference is somewhat useless because the GUID is not readily available.  It is not in the properties of any element and you can't use the GUID as search data to find the element.

Can anyone tell me how to effectively use element GUIDs or direct me to some help pages?

As always, thank you very much.

Regards,
Tim B.
GM Financial

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: What good is a GUID?
« Reply #1 on: April 19, 2014, 08:12:18 am »
The GUID is a UUID which is globally valid among (theoretically) all EA repositories. If a missing GUID is claimed this means that you miss a package with elements having that GUID.

Note that the import of a package dialogue has a flag Strip GUID which tells EA to ignore the GUID and make new elements of all encountered ones, rather than matching and synching with existing elements with the same GUID.

q.
« Last Edit: April 19, 2014, 08:13:07 am by qwerty »