Hi, I have just noted some inconsistent data in a SQLServer model about baselines.
I've been using in the last weeks different versions of EA (Build 1310, Build 1351, Build 1352, 14 Beta 1, 14 RC 1, Build 1418 and Build 1419).
I have a script that creates baselines for a list of package GUIDs. I've run the scripts periodically and it used to work by april 10.
Now, I noted that data is inconsistent in the database, for the following reason:
Table t_document is supposed to store the baselines. I had several data in which column 'ElementID' stores the GUID of the package with the baseline, and the column 'DocType' stores the string 'Baseline'.
But now, I have data of table t_document modified and the same entries (recognized for DocID field) have now another data for column 'ElementID' (not a real element guid), and field 'DocType' now stores the string 'BaselineOf='{THEGUIDOFTHEPACKAGEWITHTHEBASELINE};'
Obvuiosly, EA does not detect this modified entries as baselines of the package, so the baseline list for all my packages are empty, but I still can see the entries in the database.
Any idea of what to do? what make this happen?
(I know a solution is to restore the 'ElementID' entries based on 'DocType' entries but I need to know what make this happen).