Book a Demo

Author Topic: Running EA with RDBMS and version control  (Read 4325 times)

Adam Andrzejewski

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Running EA with RDBMS and version control
« on: April 29, 2010, 04:44:11 pm »
Hello
Currently our EA is configured to use RDBMS as a source for our models.
Is it possible to attach version control and still keep eap file in the database? Are there any limitations in this case?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Running EA with RDBMS and version control
« Reply #1 on: April 29, 2010, 05:03:34 pm »
Yes it is possible, no there are no limitations.

Geert

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Running EA with RDBMS and version control
« Reply #2 on: April 29, 2010, 05:08:35 pm »
Hi Adam,

To add to waht Geert is saying...

All "flavours" of EA use an RDBMS - if you're using an .EAP file you're using an MS Access RDBMS (single file) directly (natively) accessed.  If you're using Server based RDBMSs (such as SQL Server or Oracle etc) - you're just using server based access (via an ODBC connection) rather than a direct access.

All "flavours" of EA use source control in the same way, by "exporting" (explicitly or implicitly) an XMI specification of the controlled package to the Source Control Repository (whether subversion, VSS, ClearCase etc).

HTH,
Paolo
« Last Edit: April 29, 2010, 05:09:52 pm by PaoloFCantoni »
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Adam Andrzejewski

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Running EA with RDBMS and version control
« Reply #3 on: April 29, 2010, 05:12:31 pm »
Thank you very much for the reply :)