Book a Demo

Author Topic: Design Master location  (Read 3989 times)

Weaju

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Design Master location
« on: May 10, 2004, 08:07:24 am »
We have a need to store the Design Master on the web so that folks working from remote locations can have access to it. EA does not seem to create objects to URL.

Does anyone know if this is possible.

We want to be able to create the Design Master to a URL and have each developer use the URL to create a replica. Then we want EA to synchronize the replicas using the URL.  


Stephen

  • EA User
  • **
  • Posts: 54
  • Karma: +0/-0
    • View Profile
Re: Design Master location
« Reply #1 on: May 17, 2004, 02:53:11 am »
You best bet is to export your design master as XMI, which other users can then import.

Alternatively, if using the Corporate edition. Store the design master on a globally accessible SQL Server. (And you'll have set up your create-new-model process anyway...)

Perhaps we need to start a thread of corporate only feature requests

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Design Master location
« Reply #2 on: May 17, 2004, 04:12:13 am »
Either MS SQL Server or Oracle database can be exposed via HTTP, so all of the users could connect to it just as if it were on their LAN.

Bruno