Author Topic: Practice for using MDG on project with DBMS backend  (Read 4422 times)

bockfu

  • EA User
  • **
  • Posts: 55
  • Karma: +4/-1
    • View Profile
Practice for using MDG on project with DBMS backend
« on: April 22, 2016, 05:24:18 am »
Can someone share the recommend practice for deploying a MDG when the model is accessed via DBMS.

From the user guide, there are two methods:
  • Import MDG Technologies to Model
  • Access Remote Technologies

We have users who access the model two ways:
Method 1: Run from EA installed on local system
Method 2: Run remote desktop with EA UI launched on local system.

So I ruled out 'Import MDG Technologies to Model' as that involves a local path....and I did not want to change the EA installation used via remote desktop.

This leaves 'Access Remote Technologies'.  My observation is every user will have to apply the steps.  I just wanted to verify this was the common practice.

Updated: corrected terminology by changing MTS to MDG.



« Last Edit: April 23, 2016, 01:11:34 am by bockfu »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Practice for using MTS on project with DBMS backend
« Reply #1 on: April 22, 2016, 06:18:24 am »
MTS is not MDG. The MTS is just a file that stores (not all) parameters to generate a MDG. So you need to be precise in your question.

q.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: Practice for using MTS on project with DBMS backend
« Reply #2 on: April 22, 2016, 08:48:04 am »
(Assuming "MDG" instead of "MTS")

From the user guide, there are two methods:
  • Import MDG Technologies to Model
  • Access Remote Technologies

Use 1 if you have one model with many users. Use 2 if you have one user with many models. If you have many users with many models, it's a judgment call.

Quote
So I ruled out 'Import MDG Technologies to Model' as that involves a local path...

er...? It imports the technology directly into the DBMS (model) and then when you open the model, the technology is extracted and processed exactly the same as if it were a remote technology. No local paths involved.
« Last Edit: April 22, 2016, 08:49:35 am by KP »
The Sparx Team
[email protected]

bockfu

  • EA User
  • **
  • Posts: 55
  • Karma: +4/-1
    • View Profile
Re: Practice for using MDG on project with DBMS backend
« Reply #3 on: April 23, 2016, 01:16:32 am »
Totally missed the second option for 'Import MDG Technologoes to Model':

Quote
To be available to all users of the model, through the Resources window for the model

Followed the steps and working like a charm.

thank you.