Book a Demo

Author Topic: Error message on XMI Import  (Read 3503 times)

GM

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Error message on XMI Import
« on: January 31, 2013, 04:52:21 am »
After importing an XMI from a package which I had previously exported from another project, I noticed an error message appearing twice in the import log:

Error: Unknown Transition Source or Target

The import gets completed and the package is apparently fine. I need my project to be flawless, thus I would like to know what's the origin of this error so I can work to remove it. I couldn't find any reference. Any clue?
« Last Edit: January 31, 2013, 04:52:52 am by GM »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Error message on XMI Import
« Reply #1 on: January 31, 2013, 07:09:45 am »
This indicates that a connector from an element inside the XMI leads to another element not present in the importing repository. Usually that happens if the XMI was exported from a package with dependencies to another non-exported package.

If those dependencies are irrelevant you can ignore the message. Else import the missing packages also. Once they are imported a re-import will pass. So if you import the missing packages they should pass without message (except they have other unresolved interdependencies).

q.
« Last Edit: January 31, 2013, 07:12:11 am by qwerty »