FullAccessMemoryPage capability added for members of a workgroup not working

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.

JVM Memory Page buttons not enabled

Custom Capability

TaskRunner Capability added to WorkGroup

Share all details about your problem, including any error messages you may have received.

Hi all, would like to understand why with the FullAccessMemoryPage already setup, the Memory Page buttons are still disabled? Is this a bug in IIQ 8.4?

Hi @shijingg ,

ViewAccessMemoryPage spright provide the read only access.

As per the description of this right, this right must be combined with other rights to see the wrench icon.

Hi @Arun-Kumar @sunnyajmera

Could you share what other rights it needs to be combined with so that the buttons will be enabled?

“ViewAccessDebugPage” – with this alone we will get view access to debug page{ wrench icon > Object } , this is mandatory to be combined with one of the below according to our scenario.

“ViewAccessAboutPage”
“ViewAccessMemoryPage”
“ViewAccessCachesPage”
“ViewAccessCountPage”
or
“FullAccessMemoryPage”

ideally one should get full access when we combine “FullAccessMemoryPage” with “ViewAccessDebugPage” but it is not working on 8.4p2, could be a bug.

below two sets gives ready only access to memory page, but that is wrong.. FullAccessMemoryPage should enable buttons “Run Finalizers” and “Run Garbage Collector”

combination1
“ViewAccessDebugPage”
“ViewAccessMemoryPage”

combination2
“ViewAccessDebugPage”
“FullAccessMemoryPage”