Book a Demo

Author Topic: Integrity check doesn't delete orphaned tagged values  (Read 3357 times)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Integrity check doesn't delete orphaned tagged values
« on: January 29, 2019, 07:07:12 pm »
I have an SQL Server model that has an entry in the t_taggedValue table like this:
Code: [Select]
PropertyID ElementID BaseClass TagValue Notes
{23089D74-00D2-4278-B31B-FACDA0729399} NULL ASSOCIATION_SOURCE position 3

When I try to transfer the model to an .eap file I get an error:
Quote
The field t_taggedvalue.ElementID can't contain a Null value because the Required property for this field is set to True.  Enter a value in this fiel.

and in the logfile:
Quote
ERROR: *** t_taggedvalue - record no: 28 Key: propertyid={23089D74-00D2-4278-B31B-FACDA0729399}

I would expect the project integrity check to fix this type of problem, but it reported no errors.

Bug reported

Geert