Author Topic: Default(?) Relationship Matrix Issue  (Read 3660 times)

kjourdan

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Default(?) Relationship Matrix Issue
« on: January 04, 2017, 03:47:06 am »
When opening the Relationship Matrix, EA hangs (or at least I give up waiting) because the profile (default?) is attempting to show all elements within the Model node.  My current model has over 100k elements.  How can I either clear the current matrix so that it does not attempt to display anything when I open the Relationship Matrix?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Default(?) Relationship Matrix Issue
« Reply #1 on: January 04, 2017, 04:50:29 am »
You could clear the table t_trxtypes which holds the matrix profiles.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Default(?) Relationship Matrix Issue
« Reply #2 on: January 04, 2017, 08:20:28 am »
The default is to show nothing. You can open the relationship matrix for any package by right clicking on the package in the project browser and selecting Relationship Matrix | As Both.

kjourdan

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Default(?) Relationship Matrix Issue
« Reply #3 on: January 05, 2017, 04:54:23 am »
This works. I found that opening another project and setting Type to something never used (eg Screen) would allow me to get past the issue but I was concerned about other team members, new projects, etc..  My work instructions can be updated to indicate the Relationship Matrix should be opened via the ProjectBrowser instead of the Tools menu to avoid the scenario where Type is set to <All>.  Thanks!