Book a Demo

Author Topic: Error reported when open a DBMS-based reqpository  (Read 3667 times)

James Chan

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Error reported when open a DBMS-based reqpository
« on: April 18, 2012, 07:13:06 pm »
Hi,
  Is there anybody has encountered this issue that is shown by a dialog box which states" Error: Code = 0x0 Source = Line : 0; Char : 0 Error Description = (null)"
  Do you know how it is caused?

BR

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Error reported when open a DBMS-based reqposit
« Reply #1 on: April 18, 2012, 07:30:28 pm »
Looks like EA tries to read an empty XML file. This might be a profile (check Settings/MDG) or a controlled package XMI.

q.
« Last Edit: April 18, 2012, 09:55:59 pm by qwerty »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Error reported when open a DBMS-based reqposit
« Reply #2 on: April 19, 2012, 08:40:44 am »
Another place where an empty xml file could be used on model load is:
Project | Model Import/Export | Import Reference Data | Shared File.

Generally I'd be looking at MDG Technologies for the error during start up, shared reference data on model load, controlled package on get latest (and variants)
« Last Edit: April 19, 2012, 08:42:51 am by simonm »

James Chan

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
Re: Error reported when open a DBMS-based reqposit
« Reply #3 on: April 21, 2012, 03:02:25 pm »
We resolved this problem that is caused by some non-ascii code in Name property of row of data, though we don't know how is made as that.

Thank you above