After a local installation of DataMiner using the CGI domain user which has administrator access to the laptop installation, the security feature to disable features according to user level does not seem to be working. For example where the tag level="5" is used against a button the button is not longer visible even though the logged in user is a member of the administrator group.
How could this be solved so that the level is interpreted correcty. Currently having to edit the protocol xml, removing level tags.
Hi John,
What version of DataMiner are you using?
Can you also check what level is defined on your user group?
The level should be equal to or higher than the level defined on your parameter.
e.g. If the level is set to 5 on your parameters then all users having level 5 or higher (4, 3, 2, 1) should see the parameter.
Users with level 6 or lower will not be able to see the parameters.
It's also interesting to note that you can override the access level of a user on a per-user basis.
e.g.
I realise that my issue is the at the lower the number in DM, the higher the privilege!
Assigned the privilege 1 to the group of which the user is a member and all buttons were visible. Thank you