Author Topic: MDG Link Doors fails with error ExportDoorsData.xml not found  (Read 1681 times)

Chris_EA

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Hello everyone,

we are trying to use the MDGLink to update doors objects to our Enterprise Architect model. The import fails all the time with the message mentioned below, which I got from the log file.

EA15.2, 1560
MDGLink 3.0.301
DOORS 9.7

Does anyone know the root cause of this issue or can support me in analyzing it?
Thank you very much

Code: [Select]
2023-02-28 16:51:02
Message:
The file "C:\Users\...\AppData\Roaming\Sparx Systems\EADoors\ExportDoorsData.xml" was not found
Source:
mscorlib
InnerException:

StackTrace:
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   bei System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   bei System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
   bei System.IO.File.ReadAllText(String path)
   bei DoorsEASync.DoorsEAClass.readDoorDataXml(DataTable ObjDetailsInDoors, DataTable ObjLinksasEAConnectors, DataTable DTObjectExternalReference)


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: MDG Link Doors fails with error ExportDoorsData.xml not found
« Reply #1 on: March 01, 2023, 08:05:55 pm »
I seem to remember some other bug report about that DOORS importer here recently. Maybe you try a search (good luck with that). Other than that: report a bug in any case.

Personally I have used DOORS with EA but using a self-made importer since the existing one was not flexible to suit our needs. Required some scripting on both sides, DOORS and EA.

q.