Book a Demo

Author Topic: XMI Import Unicode Error  (Read 4766 times)

benjoy

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
XMI Import Unicode Error
« on: March 01, 2018, 07:50:49 pm »
Hi everyone,

Every week I do a batch export XMI/UML 1.3 of a repository (SQL Server) so I get XMI file for each model. There is no problem during the export but when I try to import those XMI in an other repository (SQL Server) I always have the same error code: 0xc00ce51f "Error Description = Invalid Unicode Character". Also I have Back-Up that I can't reuse and it's really problematic.
Can someone help me to get XMI files that I can import and work with?

PS: I already did a Transfer of the entire database to a local EAP file

Thanks for your help

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: XMI Import Unicode Error
« Reply #1 on: March 01, 2018, 07:53:54 pm »
Have you tried validating the xmi file through an xml validator?
Seems like there is somewhere an invalid character, that is not properly escaped.
Most likely the character will be coming from one of the descriptions in the model.

Geert