Book a Demo

Author Topic: PermissionID Description  (Read 8292 times)

Mackiez

  • EA Novice
  • *
  • Posts: 6
  • Karma: +2/-0
    • View Profile
PermissionID Description
« on: November 29, 2016, 09:05:02 pm »
Good morning,

I have queried the EA DB to put together a list of users, the user permissions, the groups those users belong to and the permissions the groups have. The issue I find is specific to Permissions.

I can find which Permission ID a user or group is linked to, but I cannot find a description for the Permission IDs. The table "t_secpermission" is empty, which is where I was expecting to find these descriptions.

Thanks for your help.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: PermissionID Description
« Reply #1 on: November 29, 2016, 09:52:35 pm »
t_secpermission is not used for anything (as it seems). The following tables are used:

t_secgroup: Security groups
t_secgrouppermission: Security group permissions
t_seclocks: Security locks
t_secpolicies: Security settings
t_secuser: Security users
t_secusergroup: Security user/group assignments
t_secuserpermission: Security user permissions

t_secgrouppermission:
Quote
Currently there are 38 different permission defines (0..37). Each number represents one permis- sion in the group permission settings. A few are detailed below. If you need to know specific numbers just define a test group, assign a single permission and see what number it creates.
(cite from my Inside book)

q.
« Last Edit: November 29, 2016, 09:54:54 pm by qwerty »

Mackiez

  • EA Novice
  • *
  • Posts: 6
  • Karma: +2/-0
    • View Profile
Re: PermissionID Description
« Reply #2 on: November 29, 2016, 10:10:17 pm »
Thanks for the input QWERTY.

Do you know where I can find the descriptions for those 38 different permissions you mentioned?

Thanks,

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: PermissionID Description
« Reply #3 on: November 29, 2016, 11:29:02 pm »
Read the quote above 8) That's all you would find anywhere.

q.

Mackiez

  • EA Novice
  • *
  • Posts: 6
  • Karma: +2/-0
    • View Profile
Re: PermissionID Description
« Reply #4 on: November 29, 2016, 11:36:29 pm »
I feel like Homer Simpson... "Dope!"

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: PermissionID Description
« Reply #5 on: November 30, 2016, 12:35:31 am »
I recently shared the description via the article below:

https://goo.gl/zvN8Nu

QWERTY, I'm happy for you to include this list in the next update of your Inside EA ebook

cheers
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: PermissionID Description
« Reply #6 on: November 30, 2016, 02:03:48 am »
Thanks, Guillaume, I'll do so  :)

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: PermissionID Description
« Reply #7 on: November 30, 2016, 09:49:50 am »
I looked briefly at the list already shared.

If you're only interested in name-description mapping I'd recommendhttp://sparxsystems.com/enterprise_architect_user_guide/13.0/team_support/permissionlist.html.

I haven't looked at the other list much, but I noticed that the descriptions of the first two items are swapped.
« Last Edit: November 30, 2016, 09:52:16 am by Simon M »

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1405
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: PermissionID Description
« Reply #8 on: February 07, 2017, 08:34:58 pm »
Hi,

I added the permissions introduced in EA13 to the list, see https://goo.gl/zvN8Nu
-> Edit Scripts, Run Scripts, Configure Project Prerequisites

Note that the last permission is missing from dhttp://sparxsystems.com/enterprise_architect_user_guide/13.0/team_support/permissionlist.html

QWERTY, please feel free updating it in Inside EA book

Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: PermissionID Description
« Reply #9 on: February 07, 2017, 09:41:25 pm »
Thanks, Guillaume. I have uploaded an update containing the new key.

Cheers,

q.