Book a Demo

Author Topic: Finding Missing Traceability  (Read 3172 times)

Nick Tipper

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Finding Missing Traceability
« on: April 16, 2012, 07:35:13 pm »
Hi,

Anybody know of a good way to look for missing traceability.  I've got my requirements mapped to other model elements as 'realized by' / 'implements' relationships.  I can show all these in the Relationship Matrix but what i want to do is filter the mattrix to only show requirements that don't have a realization connector.

TIA

Nick

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Finding Missing Traceability
« Reply #1 on: April 16, 2012, 10:23:02 pm »
Nick,

Probably best to use SQL search.
See http://geertbellekens.wordpress.com/2011/01/14/harvesting-the-power-of-eas-sql-searches/
for examples.

Geert

Nick Tipper

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Finding Missing Traceability
« Reply #2 on: April 16, 2012, 10:44:02 pm »
Thanks Geert,

Looking at this a little harder this morning I have tried a couple approaches this morning.

1. Export the Relationship Matrix to Excel then add a column to COUNTA and filter on the 0s. - Solved my immediate issue but not really the answer.

2.  Query the model database using Access.  Created a new db and imported the tables from the .eap.  Got the answer i needed but again I'm no longer working in the model.

Using Access to build queries helped me as I could explore the model tables and build queries graphically and then with a bit of tweaking stick the SQL back into EA with your tip of using CLASSGUID and CLASSTYPE.

Brilliant, thanks again

Nick