Book a Demo

Author Topic: Import UML diagrams and object from ARIS UML Designer  (Read 6699 times)

MarcinT

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Import UML diagrams and object from ARIS UML Designer
« on: August 12, 2021, 07:02:28 pm »
Hello,
I would like to import data (UML diagrams and objects) to SPARX EA ver. 15.2 (trial) from  ARIS UML Designer 10.0.14 using Import-XML function.

During import proces I am getting error „Unknown XMI Exporter or Version?

Whos know how to migrate UML Diagrams from ARIS UML Designer to EA?
Regard MarcinT

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Import UML diagrams and object from ARIS UML Designer
« Reply #1 on: August 12, 2021, 10:52:42 pm »
Once upon a time I wrote my own importer. Wasn't that difficult. I don't think there is a native way. But I haven't had a look in this area ever since.

q.

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Re: Import UML diagrams and object from ARIS UML Designer
« Reply #2 on: August 12, 2021, 11:42:16 pm »
I had similar error importing from Eclipse Papyrus a few years back, from memory I just manually edited the XMI file with another UML version and EA imported it OK.  Search this forum for Papyrus, I think I may have posted about it here.

MarcinT

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Import UML diagrams and object from ARIS UML Designer
« Reply #3 on: August 13, 2021, 07:07:29 pm »
Begining of importing xml file is like below. During import proces I am getting error "Unknown XMI Exporter or Version":

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE AML SYSTEM "ARIS-Export.dtd" [
   <!ENTITY LocaleId.USen "1033">
   <!ENTITY Codepage.USen "1252">
]>

<!-- exported with version 10.0.14.0.1534906 -->
<AML>
   <Header-Info
      CreateTime="09:53:00.090"
      CreateDate="08-12-2021"
      DatabaseName="marcint"
      UserName="system"
      ArisExeVersion="100"
   />[/size][/size]


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Import UML diagrams and object from ARIS UML Designer
« Reply #4 on: August 13, 2021, 08:13:40 pm »
You never get that imported. As said: I wrote my own importer and it was not that difficult. Took me a day or two with some restrictions to the import (ARIS is not UML).

q.