Book a Demo

Author Topic: Reusable asset service database setup  (Read 2495 times)

ck663

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Reusable asset service database setup
« on: November 08, 2019, 06:20:42 pm »
Hi,

I have two models, both hosted in separate DBMS databases. I want to be able to share packages between the two models in both directions. Do I need a third DMBS database to configure as the registry for RAS, or can each of the existing databases act as a registry for the packages of the other?

Cheers

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Reusable asset service database setup
« Reply #1 on: November 08, 2019, 07:25:59 pm »
Hello,


RAS needs its own database.

Strictly speaking that might not be true. A RAS project has the same database schema as a regular project, so it might be possible for a project which holds RAS registries (one RAS instance contains X registries contain Y assets) to also hold regular packages, elements and diagrams, but it's not something I've ever tried and it's not what's indicated by the documentation.

But unless you want to experiment, assume RAS has to be set up separately.

That said, if all you want to do is to move versions of models between two projects, you can use baselines.
With baselines you can work in project A and import baselines from project B and vice versa.

RAS is better as a version management system, in part precisely because it is separate from the "working" projects (less risk of accidental deletion for one, and dependency management for another), but for a small setup cross-project baselines can work reasonably well.


/Uffe
My theories are always correct, just apply them to the right reality.

ck663

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Reusable asset service database setup
« Reply #2 on: November 08, 2019, 07:31:49 pm »
Thanks for the detailed reply!