cancel
Showing results for 
Search instead for 
Did you mean: 

Entries in DB table in Persona2.0

former_member193190
Participant
0 Kudos

Hi Experts,

When we assign the Persona_Role to the user, than in table "/Persos/V_MUSR" it is showing two entries "admin_role" and "FULL_EDIT_ACCESS".

Please help us out in figure out that why this two roles are visible even if we are assigning only "ADMIN_ROLE" to the user.

Accepted Solutions (0)

Answers (3)

Answers (3)

chinthan_yajamaan
Active Contributor
0 Kudos

Hi,

ADMIN_ROLE was wrongly shipped in one of the notes, so please refer to note#208617 and cleanup all the roles apart from the 5 roles that are standard and also the custom roles that you have created. After that you should not see FULL_EDIT_ACCESS role listed.

Thanks

Chinthan

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

It's because you have two roles defined with the same permission bit mask value. Both FULL_EDIT_ACCESS and ADMIN_ROLE have the value 1-.

You should delete ADMIN_ROLE as it is redundant.

former_member193190
Participant
0 Kudos

Thanks Tamas!!

But can you please elaborate what you are trying to say?

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check your role definitions in the Personas section of SPRO... there is a role maintenance option and you will probably find that there are two roles with the same 1- value: FULL_EDIT_ACCESS and ADMIN_ROLE. Simply delete ADMIN_ROLE there.

Former Member
0 Kudos

Hi,

The table /Persos/V_MUSR refers to two entries,

Namely the access is defined by System wise and next is Role wise.

System wise mean whether you will have administrator access on system.

Next is Role wise...whether you should have access to personas edit or display.

Regards

Anand

former_member193190
Participant
0 Kudos

So to know the access only Role wise which table should we follow?