Book a Demo

Author Topic: Import Images to EA  (Read 4313 times)

Sowvarnica S

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Import Images to EA
« on: August 01, 2014, 07:34:55 pm »
How to import image files into the EA?
« Last Edit: August 01, 2014, 07:35:19 pm by sowvarnica »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Import Images to EA
« Reply #1 on: August 01, 2014, 08:04:50 pm »
You can create an XML file and use the import reference data. Or you can fiddle around with the table t_image directly. Since the import reference data (still?) has its flaws regarding the reference number I would recommend to put images in t_image directly.

q.

Sowvarnica S

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Import Images to EA
« Reply #2 on: August 01, 2014, 08:07:48 pm »
Thank you.
I am new to EA so can you please let me know where is t_image directory and how to put image in it?

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Import Images to EA
« Reply #3 on: August 01, 2014, 08:26:33 pm »
Hi,

t_image is a database table within the EAP-file oder your DMBS repository like SQL, ...

You can copy that table into another database by diging into the database table or if you are using an eap-file you can do the following:

Open the Database as an MS Access Database:(MS Access or Openoffice DB is possible)

Select and copy the table into the new database.

Best regards

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

Sowvarnica S

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Import Images to EA
« Reply #4 on: August 01, 2014, 08:29:00 pm »
Thanks for your help.