Book a Demo

Author Topic: Project Integrity Check: "Invalid package object"  (Read 2404 times)

Daniel72

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Project Integrity Check: "Invalid package object"
« 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

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Project Integrity Check: "Invalid package obje
« Reply #1 on: July 02, 2008, 08:30:05 am »
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?