Book a Demo

Author Topic: How to share Search Models?  (Read 2614 times)

Biges

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
How to share Search Models?
« on: November 26, 2008, 12:31:12 am »
Hi!
Some people in our company work on with one EA project file. However when I create a Search Model, others do not see it, even when they re-load the project (or close/open it). The only solution is to export the search to an xml file and import it.
Surely they must be an easier solution. Please recommend, thank :)

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • Aren´t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: How to share Search Models?
« Reply #1 on: November 26, 2008, 03:05:39 am »
Export the searches into XML, then include it in an MDG technoloy file which you can put on a web server or shared volume.
If anybody points his EA to the location where the file is installed they will automatically load the searches with the technology upon startup and always get the latest update.

Oliver

Biges

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: How to share Search Models?
« Reply #2 on: November 28, 2008, 10:54:59 pm »
Thanks for your answer!
How exactly can I edit the MDG file?

I followed some instructions in the help and in this forum and changed the MDS file:

Code: [Select]
<MDG.Selections model="P:\QA\Test Model\CFD Test Model.eap">
      <Technology id="CFD_mdata" name="CFD Shared" version="1.0" notes="Used to store shared metadata for the CFD Test Model, specially the searches." filename="P:\QA\Test Model\MDG_CFD1.xml"/>
  <ModelSearches file="P:\QA\Test Model\searches1.xml"/>
</MDG.Selections>

I think it is actually a bug in the EA, becuase other data, for example Model Views, are automatically usable by all users. But they don't work anyway, because the searches included in the Model Views are not shared/usable by all.
« Last Edit: November 28, 2008, 11:00:44 pm by Biges »