Author Topic: Where are stored the MDG Searches?  (Read 3205 times)

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 340
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Where are stored the MDG Searches?
« on: March 20, 2019, 03:25:48 am »
When you work with custom searches, they are stored locally in your computer, in the search xml, but when you deploy an MDG to your shared model and it includes searches, in which table are these searches stored?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are stored the MDG Searches?
« Reply #1 on: March 20, 2019, 08:14:05 am »
None. Everything with MDG is held in local internal EA storage. You can't access anything.

q.

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 340
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Re: Where are stored the MDG Searches?
« Reply #2 on: March 20, 2019, 08:38:56 am »
None. Everything with MDG is held in local internal EA storage. You can't access anything.

q.

It has to be in the database, because you can import a MDG to a database repository, and immediately all users connecting to the repository could use the profiles and searches defined in the MDG, so it IS in the database. There is no other mechanism that load the MDG info from the shared repository and store it in the EA local installation. Don't you think?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Where are stored the MDG Searches?
« Reply #3 on: March 20, 2019, 10:42:51 pm »
If you import it into the repository it's stored as packed XMI in t_documents (just out of my head). And EA deploys them like from disk, just doing the unpacking internally.

q.