Book a Demo

Author Topic: 2+ repositories, in the same DB-Scheme  (Read 3491 times)

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
2+ repositories, in the same DB-Scheme
« on: April 30, 2011, 12:17:12 am »
Hello all.

I have a DBMS MySQL repository. I have a DB installed, and a instance for repository.
If i need create a new DBMS repository project, do i need create a new instance (with respective tables)? Or i can store my new project in the same DB - instance that i have now?

Thanks in advance.
Luciano

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: 2+ repositories, in the same DB-Scheme
« Reply #1 on: May 03, 2011, 04:56:00 pm »
Luciano,

You can have multiple projects in the same repository. Just add a new "root" node.

Geert

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: 2+ repositories, in the same DB-Scheme
« Reply #2 on: May 03, 2011, 11:07:53 pm »
Thanks, but my question is other:

I have a project stored in a DB.
Can i create a new .eap project, and then do the project data transfer (EAP
to DBMS) and select the same DB that i'm using now?

With this, i want to separate both project, but i want to reuse my DB instance.

Thanks anyway!
Luciano.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8626
  • Karma: +259/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: 2+ repositories, in the same DB-Scheme
« Reply #3 on: May 04, 2011, 10:19:28 am »
Quote
Thanks, but my question is other:

I have a project stored in a DB.
Can i create a new .eap project, and then do the project data transfer (EAP
to DBMS) and select the same DB that I'm using now?

With this, i want to separate both project, but i want to reuse my DB instance.

Thanks anyway!
Luciano.
Hi Luciano

NO you can't do more than one project transfer to a target as the transfer will obliterate the target.  However, you can do an XMI Export from the 2nd .EAP Repository and then do an Import into the first Server based Repository.

XMI Import/Export is the normal way to transfer models (or parts thereof) between repositories.

HTH,
Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Luciano HG

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: 2+ repositories, in the same DB-Scheme
« Reply #4 on: May 04, 2011, 10:40:27 pm »
Thanks guys.
You were very usefull.

See you!