Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Daniel72 on July 01, 2008, 09:57:12 pm
-
Hi!
when I check the integrity of my project (Shift+F9), I receive the above message for certain packages in my project.
What is the internal criteria for this error message?
I'm working on a sync solution for a large team. We have multiple stand-alone EAPs, but there is a need to keep certain content of each EAP in sync with a kind of project "master" EAP.
That is why I built an Oracle script which imports a package from an external source into the repository being sync'ed (the EAP is transfered to an oracle repository before this). In order to cover all situations I had to shift all other package and object id around (of course, also all references), but something is still going wrong and I can't find it.
Thanks,
Daniel
-
Without attempting to look at it, I suggest that it is probably an entry in t_object with a type of 'Package' that doesn't correspond to an entry in t_package.
However, more importantly. Have you thought about either trying replication (http://www.sparxsystems.com/EAUserGuide/index.html?replication.htm) or directly using the oracle database?