Book a Demo

Author Topic: Unable to merge XMI file due to security lock on current package  (Read 3930 times)

sawert

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Unable to merge XMI file due to security lock on current package
« on: September 14, 2018, 06:00:32 pm »
Trying to merge an XMI file into an oracle database we run into this error message:
"One or more items under the current package are security locked, all items must be unlocked before performing this action".
The merge runs without problem when performed on a local copy.
Unfortunaletly we are re not able to locate the locked items under the menu "Project Security / Manage locks" - nothing appears even though we have locks on other diagrams.

We are running R14 client towards an R12 windows server that accesses a Linux machine where the databas resides.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Unable to merge XMI file due to security lock on current package
« Reply #1 on: September 14, 2018, 07:08:09 pm »
First try a project integrity check.

If that doesn't help, search the forum. I think I saw a similar question pop up not too long ago.

If all else fails, contact sparx support.

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Unable to merge XMI file due to security lock on current package
« Reply #2 on: September 14, 2018, 07:13:47 pm »
You could force unlock all elements with a SQL where you change t_object.style. The contents Locked=true; must be altered to Locked=false;

Also it might be that some diagrams are locked (which IIRC is independent of any security). Here you have to alter t_diagam.locked from True to False. Maybe you try this first.

q.