Book a Demo

Author Topic: Glossary Export and Import  (Read 2309 times)

stickney

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Glossary Export and Import
« on: February 11, 2004, 04:04:54 pm »
I have tried to export the glossay from one model and import it to another.

Unfortunately when trying to import EA always produced an error.

Workaround.
1. Export the glossay
2. Change the t_glossay table GlossaryID column to text. This is why the import fails.
3. Import the glossary from the xml file saved in step 1.
4. Change the GlossaryID in t_glossary table to int and set it to be an identity column as per the original design.

This seems to work.