Book a Demo

Author Topic: XMI import status messages  (Read 3058 times)

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
XMI import status messages
« on: December 11, 2018, 02:10:29 am »
Hi all:
I was running an "Import Package from XMI" and in the "XMI Import Progress" area of the window this message kept coming up:
"Delete existing connector with ID: [ddd]"

Does anyone know what that is about? I'm not sure why EA would be deleting connectors to accomplish this import. Thank you.

Bill

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13495
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: XMI import status messages
« Reply #1 on: December 11, 2018, 02:16:04 am »
It depends. If you import an xmi file containing already existing elements or packages, the existing elements/packages (and their contents and links) are deleted first. Then they are recreated from the xmi file.

If you want to be sure to only create new items without synchronizing with existing items, you can use the "strip GUID" option.

Geert

bholtzman

  • EA User
  • **
  • Posts: 93
  • Karma: +2/-0
    • View Profile
Re: XMI import status messages
« Reply #2 on: December 11, 2018, 02:26:08 am »
Thanks, Geert. I should've chosen strip GUIDs. How does EA correlate new items with existing? Does it just use the name of the package and/or object?

Bill

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13495
  • Karma: +572/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: XMI import status messages
« Reply #3 on: December 11, 2018, 02:48:15 am »
EA uses only the GUID of the elements to correlate items.

Geert