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.

Reply
  • 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.

Children