Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
@rubenmarin @robert_mika @Vegar
am using below script in Qliksense section access but its giving me data not reloaded error.
Section access;
Security:
LOAD * INLINE [
NTNAME,ACCESS,EMPID
AMMS\UK-QLIK-DEV,ADMIN,*
AMMS\UK-QLIK-PRD,ADMIN,*
INDIR-EMP-VIEWER,USER,EMP
INDIR-NONEMP-VIEWER,USER,NONEMP
INFODIR-DEVELOPERS,USER,*
];
Section application;
if i use add
AMMS\USERID,USER,EMP -----------When i add individual user ids its working fine when i add ADgroups its giving below error
data not reloaded am i missing anything?
@marcus_sommer i tried all the possible ways but still no luck
thats why you see different order .
is there any setting or something to do while giving Adgroup name in the section access script ?
Hi @Manni_SM ,
Is this on Cloud or Client Managed, as there are subtle differences.
This article is about Section Access on Cloud:
https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manag...
I think that the thing you may be missing is that you need separate columns for USERID and for GROUP. If you are adding a line for a group then you need * in the USERID and if you are adding a USERID you need a * in the GROUP.
With the Cloud you need to ensure that your AD groups are pulling through correctly into Cloud. I think that you can also specify groups in the Cloud configuration.
Hope that points you in the right direction.
Steve
Hi @stevedark am using GCP in your link i dont see that any script is working
is there any specific script for GCP section access
Hi @Manni_SM
When say you are using Google Cloud Platform, is it that you have a virtual Windows machine hosted there, on which you have installed Qlik Sense Client Managed?
If so, the instructions you need are as per an on-premise version of Sense, although it is in the Cloud.
Here it refers to a group as being set up within Qlik Sense, rather than an AD group. This requires that the group pulls through from the User Directory Connector correctly. You can check whether this has happened by going into a security rule (or start creating a new one which you can then cancel) and changing the type to group and then searching for a group in the value box:
I believe that the group name that you find there will work in Section Access, but you need to ensure it is under GROUP rather than USERID.
Hope that helps.
Steve
let me try and update you thanks for suggestion now this is going in right way