Book a Demo

Author Topic: Importing UML Pattern - XML File  (Read 2989 times)

VINMIS

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Importing UML Pattern - XML File
« on: May 20, 2011, 09:53:58 am »
I am getting error while importing UML pattern XML file. The error message is as follows -

Failed to import UML Pattern '02-Generic 3 Party Guaranteed Delivery'.Pattern too large for database field.

I am using postgre postgresql-9.0.4 repository. EA version is 7.5.

The size of this XML file is 1334KB. I have used the same XML file with EA file based repository and there is no problem in importing this UML pattern.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Importing UML Pattern - XML File
« Reply #1 on: May 20, 2011, 12:21:33 pm »
Check the actual Column sizes in the two DB technologies.  They may be different.

We found a number of anomalies in the various technologies.

See: Inconsistencies in Repository technologies

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

VINMIS

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Importing UML Pattern - XML File
« Reply #2 on: May 20, 2011, 12:55:30 pm »
Thanks for your reply. I have checked the type of column is TEXT in postgre repository. I suppose this column should be able to contain good size of XML contents. But in my case this columns seems to have problem in accepting large XML contents...

Error is - Pattern too large for database field