Book a Demo

Author Topic: Updating package invalidates repository  (Read 2867 times)

Eric Johannsen

  • EA User
  • **
  • Posts: 43
  • Karma: +0/-0
  • Model Driven Business[ch0174]
    • View Profile
Updating package invalidates repository
« on: September 11, 2008, 10:25:25 am »
This code runs great except for on ONE package at ONE client (of many):

Code: [Select]
EA.Package newPack = (EA.Package)currPack.Packages.AddNew(newPackName, "");
currPack.Update();

currPack is a valid EA.Package object.  The EA Integrity Checker has been run in repair mode.

For the one particular currPack at one particular client, currPack.Update() throws and RPC_E_SERVERFAULT exception.  After that, ANY further calls against the repository, whether related to that package or not, fail with the error "The RPC server is unavailable."

Driving us crazy to resolve, especially since the client is remote and we can find no way to reproduce the problem.

Any thoughts?