Hierarchy security update require a call to SecurityRefresh Function
Posted: Thu Feb 09, 2023 10:52 am
Hi
I am facing a strange behaviour in PA.
I update a security through TI for an alternative hierarchy.
The process is very simple. It uses the following function to update security.
Elements for which I am update security are 'C' level elements
Strangely it requires function to take effect of this update or else hierarchy is not accessible to user.
I dont understand why it require a call to Security Refresh function when the }ElementSecurity cube does not have any rule?
I think I should mentioned this. There are two process which runs. The first one will recreate the hierarchy
and second process is called from epilog of the first, updates the security for this hierarchy.
Any help here ? I am missing anything about security on Hierarchy?
Regards,
Lav
I am facing a strange behaviour in PA.
I update a security through TI for an alternative hierarchy.
The process is very simple. It uses the following function to update security.
Code: Select all
HierarchyElementSecurityPut(sElSecurity, pDim, pHierarchy, sElName, sGroup) ;
Strangely it requires function to take effect of this update or else hierarchy is not accessible to user.
Code: Select all
SecurityRefresh
I dont understand why it require a call to Security Refresh function when the }ElementSecurity cube does not have any rule?
I think I should mentioned this. There are two process which runs. The first one will recreate the hierarchy
and second process is called from epilog of the first, updates the security for this hierarchy.
Any help here ? I am missing anything about security on Hierarchy?
Regards,
Lav