Book a Demo

Author Topic: Where are the queries stored?  (Read 3682 times)

andrewd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Where are the queries stored?
« on: July 22, 2014, 12:55:39 am »
I created several SQL queries, but they appear to be stored outside the .EAP file, because other engineers don't get the queries when I share the model with them.  Does anyone know where the queries are stored?  Is there a way to embed them in the .EAP file?
« Last Edit: July 22, 2014, 12:56:04 am by AndrewD »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Where are the queries stored?
« Reply #1 on: July 22, 2014, 02:13:21 am »
Queries can be ex-/imported inside the search window in the Search Builder tab.

q.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Where are the queries stored?
« Reply #2 on: July 22, 2014, 04:57:22 pm »
Custom model searches are stored on the local machine only - they are not saved in the model.

You can Import and Export searches using the buttons on the Search Builder Toolbar
http://www.sparxsystems.com/enterprise_architect_user_guide/10/navigate_search_and_trace/creating_search_filters.html

Or you can also include searches in an MDG Technology file.
http://www.sparxsystems.com/enterprise_architect_user_guide/10/extending_uml_models/add_model_searches.html

andrewd

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Where are the queries stored?
« Reply #3 on: July 22, 2014, 09:23:14 pm »
Thanks!