Symptoms
Missing Menu Option in WorkSpace
Diagnoses
Management and Security Menu Option is missing from workspace. How to get it back ? We tried with different User IDs and for all the users, we can see those menus.
Resolution
By default all users have access to all of the menu items in Workspace. When permissions are explicitly assigned to one or more users for a specific menu item via Security > Workspace permissions, access to the menu item is limited to those users/groups.
This can be addressed by clearing out the Workspace..ActionPermissions table. This will set the workspace permissions to default. To do this run the following script:
USE Workspace
TRUNCATE TABLE ActionPermissions
GO
Please do remember to do a backup of the K2 database before making any changes.