Book a Demo

Author Topic: Relationship matrix profile  (Read 3856 times)

Knut Paulsen

  • EA User
  • **
  • Posts: 82
  • Karma: +1/-0
    • View Profile
Relationship matrix profile
« on: September 18, 2012, 07:36:56 pm »
Hi guys,

Anybody know how to transfer relationship matrix profiles from one project to another?

And where are they stored? I have searched registry, windows settings and database without finding them ...

Cheers
Knut

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Relationship matrix profile
« Reply #1 on: September 19, 2012, 02:16:19 am »
Hi Knut,

to my knowledge it's not possible to transfer them between projects.

That's somehow logic because the packages used in the source project are usually not available in the target project. A Package isn't identified by it's name but by it's GUID.

According to my understanding the Relationship Matrix should be stored somewhere in the project (e.g.*.eap file).

You can check this by project transfer (Tools, Datamanagement, Project Transfer).

Maybe there is someone with experience.

Good luck,

Helmut

Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Relationship matrix profile
« Reply #2 on: September 19, 2012, 04:53:38 pm »
Hi,

the profiles are saved in t_trxtypes and cn be retrieved from it and copied into your next procect

you mayx get the data from the database, OR from the modelsearch with:
Code: [Select]
SELECT * from t_trxtypes WHERE Notes LIKE 'Matrix_Rel%'
:-)

Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website