This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Permissions issue after upgrade to 8.0.2

  • Hello,

    We upgraded from v7.1.2 to 8.0.2 in dev environment on a production copy of our DB. we are observing that some permissions did not carry over which results in many WEBUI access issues, is there a way that we could transport all permissions from prod to new copy.

Parents
  • Did you check if the permissions are gone (with Designer) or are you experiencing issues? If you see some permissions issues it might be due to the fix for 30052 as mentioned in the release notes.

    If you had explicit insert permissions on a table (not edit) but on the columns you had only edit permissions in combination with permissions originating from different permissions groups you might experience some issues. You might need to add the additional insert permissions on the columns.

    In addition, you might want to check the setting of the config parm Common\AutoExtendPermissions.

  • After looking further we realized it may not be issue with permissions not copying over. We assigned CCC_4_ALLUSER (copy of VI_4_ALLUSER) permission group to all users in our old environment. However, the copy removed this permission group for all users. Is there a way this can be re-assigned to all users again without having to run a SQL query on the DB?

  • You should be able to go to One Identity Manager Administration within Manager and navigate to Base roles\Everyone (Change), click on the role and then click on change master data. Here you can switch the Permissions group to your CCC_4_ALLUSER

  • Thanks Troy. It helped. How do we turn off the password changes that came with 8.0.2? Is there a confir param for this?

Reply Children