Book a Demo

Author Topic: call ExportPackageXMI interface fatal error  (Read 4701 times)

yaohuarun

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
call ExportPackageXMI interface fatal error
« on: August 07, 2012, 05:37:38 pm »
we call ea export packageXMI interface in vbs,as following:
    Call eaproject.ExportPackageXMI(eapackage.PackageGUID, EA.EnumXMIType.xmiEA11, 1, -1, 1, 0, Replace(LCase(g_strEAFile), ".eap", ".xml"))
but we encounter error:
    "0x004012e1"[ch25351][ch20196][ch24341][ch29992][ch30340]"0x09485008"[ch20869][ch23384][ch12290][ch35813][ch20869][ch23384][ch19981][ch33021]"read"
and process exit.
what should i do to solute this problem?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: call ExportPackageXMI interface fatal error
« Reply #1 on: August 14, 2012, 01:34:14 am »
Probably you should contact Sparx support directly. I also had trouble with unicode xmi export but can't well remember how I solved it.

Maybe you should try exporting a smaller package with a fixed filename as target.

q.