Book a Demo

Author Topic: Author of Connector(Dependency or IF or any other)  (Read 3644 times)

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Author of Connector(Dependency or IF or any other)
« on: April 03, 2014, 02:28:45 am »
It is possible to find out who created an element or a diagram but how do we find out who created a connector? e.g. I am working on a SQL-based repository and collaborate with n number of peers. How do I know who created a dependency or Information Flow using the elements visible in my diagram? I can see the new connectivity appear in my diagram but not sure whom to ask?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Author of Connector(Dependency or IF or any ot
« Reply #1 on: April 03, 2014, 02:32:46 am »
The only way is to enable auditing and extract it from t_snapshot. Connectors are 2nd class citizens and do not have a creator property.

q.

Prab

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Author of Connector(Dependency or IF or any ot
« Reply #2 on: April 03, 2014, 07:27:09 pm »
Any UI-based mechanism for a user to see who created a particular connector?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Author of Connector(Dependency or IF or any ot
« Reply #3 on: April 03, 2014, 07:39:11 pm »
You could inspect the audit log via the GUI. I don't know if you can filter for connectors (I believe not).

q.